diff --git a/.gitignore b/.gitignore index f8062d7..4322a55 100644 --- a/.gitignore +++ b/.gitignore @@ -183,25 +183,7 @@ cython_debug/ Backups/ bundler/ cache/ -libraries/ logs/ -versions/ -world*/ -usercache.json -.console_history -ids-by-ip.txt -**/*.db* - -# Specifics -plugins/dynmap/web/ -plugins/LuckPerms/translations/ -plugins/WorldEdit/sessions/ -plugins/Gringotts/.uuids-migrated -plugins/ServerTutorialPlus/data/playerdata/ -plugins/LuckPerms/libs/ -plugins/dynmap/*.pending -plugins/WorldEdit/.archive-unpack/ -!plugins/LuckPerms/*.db - -# Ignore environment scripts. -env/** \ No newline at end of file +world/ +local/ +dynmap.db \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 5d410a9..6266c45 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,24 +1,32 @@ pipeline { agent any stages { - stage('startup and shutdown check') { + stage("integrate modpack") { + when { + branch '**/integrate-modpack' + } steps { - sh './testrun.sh' - logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true - sh 'git reset --hard' + sh "chmod u+x ./scripts/*.sh" + sh "./scripts/update_modpack.sh" } } - stage('queue') { - when { - branch '**/delta' - } + stage("server launch test") { steps { - sh 'git checkout live' - sh 'git merge --strategy-option theirs origin/delta' - sshagent(['359ebf7c-e2b9-45ec-992c-ff8d5549deb6']) { - sh 'git push origin live' + sh 'echo "eula=true" > eula.txt' + sh "chmod u+x ./run.sh" + lock('Port 25565') { + sh 'echo "stop" | ./run.sh' + } + logParser failBuildOnError: true, projectRulePath: 'Jenkinsparse', parsingRulesPath: 'Jenkinsparse', showGraphs: true, unstableOnWarning: true, useProjectRule: true + } + } + stage("deploy") { + sh "git clean -dfX" + steps { + sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) { + sh "scp -r ./** gamehost@entertainment:/home/gamehost/mcserver/" } } } } -} +} \ No newline at end of file diff --git a/Jenkinsparse b/Jenkinsparse index 0b29e1d..c3e66f9 100644 --- a/Jenkinsparse +++ b/Jenkinsparse @@ -1,9 +1,9 @@ # Acceptable warnings and errors. -ok /\[\d\d:\d\d:\d\d ERROR\]:.* Initializing Legacy Material Support\./ -ok /\[\d\d:\d\d:\d\d WARN\]: Legacy plugin/ -ok /\[\d\d:\d\d:\d\d ERROR\]:.* ebean.properties not found/ +ok /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/ERROR\] \[minecraft\/Settings\]/ +ok /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/FATAL\] \[ne\.mi\.fm\.lo\.RuntimeDistCleaner\/DISTXFORM\]/ # General guide. -info /\[\d\d:\d\d:\d\d INFO\]: \[[\w\d\s]*\]/ -warn /\[\d\d:\d\d:\d\d WARN\]/ -error /\[\d\d:\d\d:\d\d ERROR\]/ +info /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/INFO\]/ +info /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/WARN\]/ +warn /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/ERROR\]/ +error /\[\d\d:\d\d:\d\d\] \[[\w\d\s-]*\/FATAL\]/ diff --git a/Lintjenkinsfile.sh b/Lintjenkinsfile.sh deleted file mode 100755 index 8d5bd85..0000000 --- a/Lintjenkinsfile.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# curl (REST API) -# Assuming "anonymous read access" has been enabled on your Jenkins instance. -# JENKINS_CRUMB is needed if your Jenkins controller has CRSF protection enabled as it should -JENKINS_URL="https://dev.sys.reslate.xyz/dev-auto" -JENKINS_CRUMB=`curl "$JENKINS_URL/crumbIssuer/api/xml?xpath=concat(//crumbRequestField,\":\",//crumb)"` -curl -X POST -H $JENKINS_CRUMB -F "jenkinsfile= 1 + maxStorage = 64000 + #Rate at which Nutritional Paste can be transferred into a Canteen. + #Range: > 1 + transferRate = 128 + + #Meka-Tool Settings + [gear.mekatool] + #Base energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor) + energyUsage = "10" + #Silk touch energy (Joules) usage of the Meka-Tool. (Gets multiplied by speed factor) + energyUsageSilk = "100" + #Cost in Joules of using the Meka-Tool to deal 4 units of damage. + energyUsageWeapon = "2000" + #Cost in Joules of using the Meka-Tool to teleport 10 blocks. + energyUsageTeleport = "1000" + #Maximum distance a player can teleport with the Meka-Tool. + maxTeleportReach = 100 + #Base damage applied by the Meka-Tool without using any energy. + baseDamage = 4 + #Efficiency of the Meka-Tool with energy but without any upgrades. + baseEfficiency = 4.0 + #Energy capacity (Joules) of the Meka-Tool without any installed upgrades. Quadratically scaled by upgrades. + baseEnergyCapacity = "16000000" + #Amount (joules) of energy the Meka-Tool can accept per tick. Quadratically scaled by upgrades. + chargeRate = "100000" + #Cost in Joules of using the Meka-Tool as a hoe. + energyUsageHoe = "10" + #Cost in Joules of using the Meka-Tool as a shovel for making paths and dowsing campfires. + energyUsageShovel = "10" + #Cost in Joules of using the Meka-Tool as an axe for stripping logs, scraping, or removing wax. + energyUsageAxe = "10" + #Cost in Joules of using the Meka-Tool to shear entities. + energyUsageShearEntity = "10" + #Enable the 'Extended Vein Mining' mode for the Meka-Tool. (Allows vein mining everything not just ores/logs) + extendedMining = true + + #MekaSuit Settings + [gear.mekasuit] + #Energy capacity (Joules) of MekaSuit items without any installed upgrades. Quadratically scaled by upgrades. + baseEnergyCapacity = "16000000" + #Amount (joules) of energy the MekaSuit can accept per tick. Quadratically scaled by upgrades. + chargeRate = "100000" + #Energy usage (Joules) of MekaSuit when adding 0.1 to jump motion. + baseJumpEnergyUsage = "1000" + #Energy usage (Joules) per second of the MekaSuit when flying with the Elytra Unit. + elytraEnergyUsage = "32000" + #Energy usage (Joules) of MekaSuit when lessening a potion effect. + energyUsagePotionTick = "40000" + #Energy cost/multiplier in Joules for reducing magic damage via the inhalation purification unit. Energy cost is: MagicDamage * energyUsageMagicPrevent. (1 MagicDamage is 1 half heart). + energyUsageMagicReduce = "1000" + #Energy cost/multiplier in Joules for reducing fall damage with MekaSuit Boots. Energy cost is: FallDamage * freeRunnerFallEnergyCost. (1 FallDamage is 1 half heart) + energyUsageFall = "50" + #Energy usage (Joules) of MekaSuit when adding 0.1 to sprint motion. + energyUsageSprintBoost = "100" + #Energy usage (Joules) of MekaSuit per tick when flying via Gravitational Modulation. + energyUsageGravitationalModulation = "1000" + #Charge rate of inventory items (Joules) per tick. + inventoryChargeRate = "10000" + #Solar recharging rate (Joules) of helmet per tick, per upgrade installed. + solarRechargingRate = "500" + #Energy usage (Joules) of MekaSuit per tick of using vision enhancement. + energyUsageVisionEnhancement = "500" + #Energy usage (Joules) of MekaSuit per half-food of nutritional injection. + energyUsageNutritionalInjection = "20000" + #Energy usage (Joules) of MekaSuit per unit of damage applied. + energyUsageDamage = "100000" + #Energy usage (Joules) of MekaSuit per tick of attracting a single item. + energyUsageItemAttraction = "250" + #Maximum amount of Nutritional Paste storable by the nutritional injection unit. + #Range: > 1 + nutritionalMaxStorage = 128000 + #Rate at which Nutritional Paste can be transferred into the nutritional injection unit. + #Range: > 1 + nutritionalTransferRate = 256 + #Maximum amount of Hydrogen storable in the jetpack unit. + #Range: 1 ~ 9223372036854775807 + jetpackMaxStorage = 48000 + #Rate at which Hydrogen can be transferred into the jetpack unit. + #Range: 1 ~ 9223372036854775807 + jetpackTransferRate = 256 + + [gear.mekasuit.damage_absorption] + #Percent of damage taken from fall that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + fallDamageReductionRatio = 1.0 + #Percent of damage taken from magic damage that can be absorbed by MekaSuit Helmet with Purification unit when it has enough power. + #Range: 0.0 ~ 1.0 + magicDamageReductionRatio = 1.0 + #Percent of damage taken from other non explicitly supported damage types that don't bypass armor when the MekaSuit has enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + unspecifiedDamageReductionRatio = 1.0 + #Percent of damage taken from anvil that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + anvilDamageReductionRatio = 1.0 + #Percent of damage taken from cactus that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + cactusDamageReductionRatio = 1.0 + #Percent of damage taken from cramming that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + crammingDamageReductionRatio = 1.0 + #Percent of damage taken from dragonBreath that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + dragonBreathDamageReductionRatio = 1.0 + #Percent of damage taken from dryout that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + dryoutDamageReductionRatio = 1.0 + #Percent of damage taken from fallingBlock that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + fallingBlockDamageReductionRatio = 1.0 + #Percent of damage taken from flyIntoWall that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + flyIntoWallDamageReductionRatio = 1.0 + #Percent of damage taken from generic that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + genericDamageReductionRatio = 1.0 + #Percent of damage taken from hotFloor that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + hotFloorDamageReductionRatio = 1.0 + #Percent of damage taken from inFire that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + inFireDamageReductionRatio = 1.0 + #Percent of damage taken from inWall that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + inWallDamageReductionRatio = 1.0 + #Percent of damage taken from lava that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + lavaDamageReductionRatio = 1.0 + #Percent of damage taken from lightningBolt that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + lightningBoltDamageReductionRatio = 1.0 + #Percent of damage taken from onFire that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + onFireDamageReductionRatio = 1.0 + #Percent of damage taken from sweetBerryBush that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + sweetBerryBushDamageReductionRatio = 1.0 + #Percent of damage taken from wither that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + witherDamageReductionRatio = 1.0 + #Percent of damage taken from freeze that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + freezeDamageReductionRatio = 1.0 + #Percent of damage taken from fallingStalactite that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + fallingStalactiteDamageReductionRatio = 1.0 + #Percent of damage taken from stalagmite that can be absorbed by the MekaSuit when there is enough power and a full suit is equipped. + #Range: 0.0 ~ 1.0 + stalagmiteDamageReductionRatio = 1.0 + diff --git a/config/Mekanism/general.toml b/config/Mekanism/general.toml new file mode 100644 index 0000000..fce9dfa --- /dev/null +++ b/config/Mekanism/general.toml @@ -0,0 +1,200 @@ + +#General Config. This config is synced from server to client. +[general] + #Log Mekanism packet names. Debug setting. + logPackets = false + #Disable to make the anchor upgrade not do anything. + allowChunkloading = true + #Enable this to allow dragging items from JEI into the target slot of Digital Miner filters. + easyMinerFilters = false + #How many ticks must pass until a block's active state is synced with the client, if it has been rapidly changing. + blockDeactivationDelay = 60 + #Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"] + cardboardModBlacklist = [] + #Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier. + transmitterAlloyUpgrade = true + #Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). + #Range: > 1 + maxUpgradeMultiplier = 10 + #How much Boiler heat is immediately usable to convert water to steam. + boilerWaterConductivity = 0.7 + #Amount of heat produced per fuel tick of a fuel's burn time in the Fuelwood Heater. + heatPerFuelTick = 400.0 + #Number of ticks to burn an item at in a Fuelwood Heater. Use this config option to effectively make Fuelwood Heater's burn faster but produce the same amount of heat per item. + #Range: 1 ~ 1000 + fuelwoodTickMultiplier = 1 + #How much heat energy is created from one Joule of regular energy in the Resistive Heater. + #Range: 0.0 ~ 1.0 + resistiveHeaterEfficiency = 0.6 + #Amount of heat each Boiler heating element produces. + superheatingHeatTransfer = 1.6E7 + #Displayed temperature unit in Mekanism GUIs. + #Allowed Values: K, C, R, F, STP + temperatureUnit = "K" + #Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments. + maxSolarNeutronActivatorRate = 64 + + #Dynamic Tank Settings + [general.dynamic_tank] + #Amount of fluid (mB) that each block of the dynamic tank contributes to the volume. Max = volume * fluidPerTank + #Range: 1 ~ 368224 + fluidPerTank = 350000 + #Amount of chemical (mB) that each block of the dynamic tank contributes to the volume. Max = volume * chemicalPerTank + #Range: 1 ~ 1581510980256305 + chemicalPerTank = 16000000 + + #Auto Eject Settings + [general.auto_eject] + #Rate at which fluid gets auto ejected from tiles. + fluid = 1024 + #Rate at which chemicals gets auto ejected from tiles. + #Range: 1 ~ 9223372036854775807 + chemical = 1024 + #The percentage of a tank's capacity to leave contents in when set to dumping excess. + #Range: 0.001 ~ 1.0 + dumpExcessKeepRatio = 0.9 + + #Prefilled Tanks + [general.prefilled] + #Add filled creative fluid tanks to creative/JEI. + fluidTanks = true + #Add filled creative gas tanks to creative/JEI. + gasTanks = true + #Add filled creative infusion tanks to creative/JEI. + infusionTanks = true + #Add filled creative pigment tanks to creative/JEI. + pigmentTanks = true + #Add filled creative slurry tanks to creative/JEI. + slurryTanks = true + + #Energy Conversion Rate Settings + [general.energy_conversion] + #Disables IC2 power integration. Requires world restart (server-side option in SMP). + blacklistIC2 = false + #Conversion multiplier from EU to Joules (EU * JoulePerEU = Joules) + JoulePerEU = "10" + #Conversion multiplier from Joules to EU (Joules * EUPerJoule = EU) + EUPerJoule = "0.1000" + #Disables Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). + blacklistForge = false + #Conversion multiplier from Forge Energy to Joules (FE * JoulePerForgeEnergy = Joules) + JoulePerForgeEnergy = "2.5000" + #Conversion multiplier from Joules to Forge Energy (Joules * ForgeEnergyPerJoule = FE) + ForgeEnergyPerJoule = "0.4000" + #Disables Flux Networks higher throughput Forge Energy (FE,RF,IF,uF,CF) power integration. Requires world restart (server-side option in SMP). Note: Disabling Forge Energy integration also disables this. + blacklistFluxNetworks = false + #How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity. + HydrogenEnergyDensity = "200" + #Burn time for Ethylene (1mB hydrogen + 2*bioFuel/tick*200ticks/100mB * 20x efficiency bonus). + #Range: > 1 + EthyleneBurnTime = 40 + #Maximum Joules per mB of Steam. Also affects Thermoelectric Boiler. + maxEnergyPerSteam = "10" + #Displayed energy type in Mekanism GUIs. + #Allowed Values: J, FE, EU + energyType = "FE" + + #Radiation Settings + [general.radiation] + #Enable worldwide radiation effects. Don't be a downer and disable this. + radiationEnabled = true + #The radius of chunks checked when running radiation calculations. The algorithm is efficient, but don't abuse it by making this crazy high. + #Range: 1 ~ 100 + chunkCheckRadius = 5 + #Radiation sources are multiplied by this constant roughly once per second to represent their emission decay. At the default rate, it takes roughly 10 hours to remove a 1,000 Sv/h (crazy high) source. + sourceDecayRate = 0.9995 + #Radiated objects and entities are multiplied by this constant roughly once per second to represent their dosage decay. + targetDecayRate = 0.9995 + #Defines the minimum severity radiation dosage severity (scale of 0 to 1) for which negative effects can take place. Set to 1 to disable negative effects completely. + #Range: 0.0 ~ 1.0 + negativeEffectsMinSeverity = 0.1 + #Amount of gas (mB) that can be stored in a Radioactive Waste Barrel. + #Range: 1 ~ 9223372036854775807 + radioactiveWasteBarrelMaxGas = 512000 + #Number of ticks required for radioactive gas stored in a Radioactive Waste Barrel to decay radioactiveWasteBarrelDecayAmount mB. + #Range: > 1 + radioactiveWasteBarrelProcessTicks = 20 + #Number of mB of gas that decay every radioactiveWasteBarrelProcessTicks ticks when stored in a Radioactive Waste Barrel. Set to zero to disable decay all together. (Gases in the mekanism:waste_barrel_decay_blacklist tag will not decay). + #Range: 0 ~ 9223372036854775807 + radioactiveWasteBarrelDecayAmount = 1 + + #Digital Miner Settings + [general.digital_miner] + #Energy multiplier for using silk touch mode with the Digital Miner. + silkMultiplier = 12 + #Maximum radius in blocks that the Digital Miner can reach. (Increasing this may have negative effects on stability and/or performance. We strongly recommend you leave it at the default value). + #Range: > 1 + maxRadius = 32 + #Number of ticks required to mine a single block with a Digital Miner (without any upgrades). + #Range: > 1 + ticksPerMine = 80 + + #Laser Settings + [general.laser] + #If enabled, lasers can break blocks and the flamethrower starts fires. + aestheticWorldDamage = true + #How far (in blocks) a laser can travel. + range = 64 + #Energy needed to destroy or attract blocks with a Laser (per block hardness level). + energyNeededPerHardness = "100000" + #Energy used per half heart of damage being transferred to entities. + energyPerDamage = "2500" + + #Oredictionificator Settings + [general.oredictionificator] + #The list of valid tag prefixes for the Oredictionificator. Note: It is highly recommended to only include well known/defined tag prefixes otherwise it is very easy to potentially add in accidental conversions of things that are not actually equivalent. + validItemFilters = ["forge:dusts/", "forge:ingots/", "forge:nuggets/", "forge:ores/", "forge:storage_blocks/"] + + #Pump Settings + [general.pump] + #Maximum block distance to pull fluid from for the Electric Pump. + maxPumpRange = 80 + #If enabled makes Water and Heavy Water blocks be removed from the world on pump. + pumpWaterSources = false + #Fluidic Plenisher stops after this many blocks. + maxPlenisherNodes = 4000 + + #Quantum Entangloporter Settings + [general.quantum_entangloporter] + #Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier energy cube capacity. + energyBuffer = "256000000" + #Maximum fluid buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + #Range: > 1 + fluidBuffer = 256000 + #Maximum chemical buffer (mb) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. Default is ultimate tier tank capacity. + #Range: 1 ~ 9223372036854775807 + chemicalBuffer = 8192000 + + #Block security/protection Settings + [general.security] + #Enable the security system for players to prevent others from accessing their machines. Does NOT affect Frequencies. + allowProtection = true + #Ops can bypass the block security restrictions if enabled. + opsBypassRestrictions = false + + #Nutritional Paste Settings + [general.nutritional_paste] + #Saturation level of Nutritional Paste when eaten. + saturation = 0.8 + #How much mB of Nutritional Paste equates to one 'half-food.' + mbPerFood = 50 + + #Thermal Evaporation Plant Settings + [general.thermal_evaporation] + #Thermal Evaporation Tower heat loss per tick. + heatDissipation = 0.02 + #Temperature to amount produced ratio for Thermal Evaporation Tower. + tempMultiplier = 0.4 + #Heat to absorb per Solar Panel array of Thermal Evaporation Tower. + solarMultiplier = 0.2 + #Heat capacity of Thermal Evaporation Tower layers (increases amount of energy needed to increase temperature). + heatCapacity = 100.0 + + #SPS Settings + [general.sps] + #How much input gas (polonium) in mB must be processed to make 1 mB of antimatter. + #Range: > 1 + inputPerAntimatter = 1000 + #Energy needed to process 1 mB of input (inputPerAntimatter * energyPerInput = energy to produce 1 mB of antimatter). + energyPerInput = "1000000" + diff --git a/config/Mekanism/machine-storage.toml b/config/Mekanism/machine-storage.toml new file mode 100644 index 0000000..f0c2ede --- /dev/null +++ b/config/Mekanism/machine-storage.toml @@ -0,0 +1,74 @@ + +#Machine Energy Storage Config. This config is synced from server to client. +[storage] + #Base energy storage (Joules). + enrichmentChamber = "20000" + #Base energy storage (Joules). + osmiumCompressor = "80000" + #Base energy storage (Joules). + combiner = "40000" + #Base energy storage (Joules). + crusher = "20000" + #Base energy storage (Joules). + metallurgicInfuser = "20000" + #Base energy storage (Joules). + purificationChamber = "80000" + #Base energy storage (Joules). + energizedSmelter = "20000" + #Base energy storage (Joules). + digitalMiner = "50000" + #Base energy storage (Joules). + electricPump = "40000" + #Base energy storage (Joules). + chargePad = "2048000" + #Base energy storage (Joules). + rotaryCondensentrator = "20000" + #Base energy storage (Joules). + oxidationChamber = "80000" + #Base energy storage (Joules). + chemicalInfuser = "80000" + #Base energy storage (Joules). + chemicalInjectionChamber = "160000" + #Base energy storage (Joules). + electrolyticSeparator = "160000" + #Base energy storage (Joules). + precisionSawmill = "20000" + #Base energy storage (Joules). + chemicalDissolutionChamber = "160000" + #Base energy storage (Joules). + chemicalWasher = "80000" + #Base energy storage (Joules). + chemicalCrystallizer = "160000" + #Base energy storage (Joules). + seismicVibrator = "20000" + #Base energy storage (Joules). + pressurizedReactionBase = "2000" + #Base energy storage (Joules). + fluidicPlenisher = "40000" + #Base energy storage (Joules). + laser = "2000000" + #Base energy storage (Joules). + laserAmplifier = "5000000000" + #Base energy storage (Joules). + laserTractorBeam = "5000000000" + #Base energy storage (Joules). + formulaicAssemblicator = "40000" + #Base energy storage (Joules). + teleporter = "5000000" + #Base energy storage (Joules). + modificationStation = "40000" + #Base energy storage (Joules). + isotopicCentrifuge = "80000" + #Base energy storage (Joules). + nutritionalLiquifier = "40000" + #Base energy storage (Joules). Also defines max process rate. + antiprotonicNucleosynthesizer = "1000000000" + #Base energy storage (Joules). + pigmentExtractor = "40000" + #Base energy storage (Joules). + pigmentMixer = "80000" + #Base energy storage (Joules). + paintingMachine = "40000" + #Base energy storage (Joules). Also defines max output rate. + spsPort = "1000000000" + diff --git a/config/Mekanism/machine-usage.toml b/config/Mekanism/machine-usage.toml new file mode 100644 index 0000000..eeb26f2 --- /dev/null +++ b/config/Mekanism/machine-usage.toml @@ -0,0 +1,73 @@ + +#Machine Energy Usage Config. This config is synced from server to client. +[usage] + #Energy per operation tick (Joules). + enrichmentChamber = "50" + #Energy per operation tick (Joules). + osmiumCompressor = "100" + #Energy per operation tick (Joules). + combiner = "50" + #Energy per operation tick (Joules). + crusher = "50" + #Energy per operation tick (Joules). + metallurgicInfuser = "50" + #Energy per operation tick (Joules). + purificationChamber = "200" + #Energy per operation tick (Joules). + energizedSmelter = "50" + #Energy per operation tick (Joules). + digitalMiner = "1000" + #Energy per operation tick (Joules). + electricPump = "100" + #Energy that can be transferred at once per charge operation (Joules). + chargePad = "1024000" + #Energy per operation tick (Joules). + rotaryCondensentrator = "50" + #Energy per operation tick (Joules). + oxidationChamber = "200" + #Energy per operation tick (Joules). + chemicalInfuser = "200" + #Energy per operation tick (Joules). + chemicalInjectionChamber = "400" + #Energy per operation tick (Joules). + precisionSawmill = "50" + #Energy per operation tick (Joules). + chemicalDissolutionChamber = "400" + #Energy per operation tick (Joules). + chemicalWasher = "200" + #Energy per operation tick (Joules). + chemicalCrystallizer = "400" + #Energy per operation tick (Joules). + seismicVibrator = "50" + #Energy per operation tick (Joules). + pressurizedReactionBase = "5" + #Energy per operation tick (Joules). + fluidicPlenisher = "100" + #Energy per operation tick (Joules). + laser = "10000" + #Energy per operation tick (Joules). + formulaicAssemblicator = "100" + #Energy per operation tick (Joules). + modificationStation = "100" + #Energy per operation tick (Joules). + isotopicCentrifuge = "200" + #Energy per operation tick (Joules). + nutritionalLiquifier = "200" + #Energy per operation tick (Joules). + antiprotonicNucleosynthesizer = "100000" + #Energy per operation tick (Joules). + pigmentExtractor = "200" + #Energy per operation tick (Joules). + pigmentMixer = "200" + #Energy per operation tick (Joules). + paintingMachine = "100" + + #Teleporter + [usage.teleporter] + #Base Joules cost for a teleportation. + teleporterBase = "1000" + #Joules per unit of distance travelled during teleportation - sqrt(xDiff^2 + yDiff^2 + zDiff^2). + teleporterDistance = "10" + #Flat additional cost for interdimensional teleportation. + teleporterDimensionPenalty = "10000" + diff --git a/config/Mekanism/tiers.toml b/config/Mekanism/tiers.toml new file mode 100644 index 0000000..7c124f8 --- /dev/null +++ b/config/Mekanism/tiers.toml @@ -0,0 +1,264 @@ + +#Tier Config. This config is synced from server to client. +[tier] + + #Energy Cubes + [tier.energy_cubes] + #Maximum number of Joules Basic energy cubes can store. + basicStorage = "4000000" + #Output rate in Joules of Basic energy cubes. + basicOutput = "4000" + #Maximum number of Joules Advanced energy cubes can store. + advancedStorage = "16000000" + #Output rate in Joules of Advanced energy cubes. + advancedOutput = "16000" + #Maximum number of Joules Elite energy cubes can store. + eliteStorage = "64000000" + #Output rate in Joules of Elite energy cubes. + eliteOutput = "64000" + #Maximum number of Joules Ultimate energy cubes can store. + ultimateStorage = "256000000" + #Output rate in Joules of Ultimate energy cubes. + ultimateOutput = "256000" + #Maximum number of Joules Creative energy cubes can store. + creativeStorage = "18446744073709551615.9999" + #Output rate in Joules of Creative energy cubes. + creativeOutput = "18446744073709551615.9999" + + #Fluid Tanks + [tier.fluid_tanks] + #Storage size of Basic fluid tanks in mB. + #Range: > 1 + basicStorage = 32000 + #Output rate of Basic fluid tanks in mB. + #Range: > 1 + basicOutput = 1000 + #Storage size of Advanced fluid tanks in mB. + #Range: > 1 + advancedStorage = 64000 + #Output rate of Advanced fluid tanks in mB. + #Range: > 1 + advancedOutput = 4000 + #Storage size of Elite fluid tanks in mB. + #Range: > 1 + eliteStorage = 128000 + #Output rate of Elite fluid tanks in mB. + #Range: > 1 + eliteOutput = 16000 + #Storage size of Ultimate fluid tanks in mB. + #Range: > 1 + ultimateStorage = 256000 + #Output rate of Ultimate fluid tanks in mB. + #Range: > 1 + ultimateOutput = 64000 + #Storage size of Creative fluid tanks in mB. + #Range: > 1 + creativeStorage = 2147483647 + #Output rate of Creative fluid tanks in mB. + #Range: > 1 + creativeOutput = 1073741823 + + #Chemical Tanks + [tier.chemical_tanks] + #Storage size of Basic chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + basicStorage = 64000 + #Output rate of Basic chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + basicOutput = 1000 + #Storage size of Advanced chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + advancedStorage = 256000 + #Output rate of Advanced chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + advancedOutput = 16000 + #Storage size of Elite chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + eliteStorage = 1024000 + #Output rate of Elite chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + eliteOutput = 128000 + #Storage size of Ultimate chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + ultimateStorage = 8192000 + #Output rate of Ultimate chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + ultimateOutput = 512000 + #Storage size of Creative chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + creativeStorage = 9223372036854775807 + #Output rate of Creative chemical tanks in mB. + #Range: 1 ~ 9223372036854775807 + creativeOutput = 4611686018427387903 + + #Bins + [tier.bins] + #The number of items Basic bins can store. + #Range: > 1 + basicStorage = 4096 + #The number of items Advanced bins can store. + #Range: > 1 + advancedStorage = 8192 + #The number of items Elite bins can store. + #Range: > 1 + eliteStorage = 32768 + #The number of items Ultimate bins can store. + #Range: > 1 + ultimateStorage = 262144 + #The number of items Creative bins can store. + #Range: > 1 + creativeStorage = 2147483647 + + #Induction + [tier.induction] + #Maximum number of Joules Basic induction cells can store. + basicStorage = "8000000000" + #Maximum number of Joules Advanced induction cells can store. + advancedStorage = "64000000000" + #Maximum number of Joules Elite induction cells can store. + eliteStorage = "512000000000" + #Maximum number of Joules Ultimate induction cells can store. + ultimateStorage = "4000000000000" + #Maximum number of Joules Basic induction providers can output or accept. + basicOutput = "256000" + #Maximum number of Joules Advanced induction providers can output or accept. + advancedOutput = "2048000" + #Maximum number of Joules Elite induction providers can output or accept. + eliteOutput = "16384000" + #Maximum number of Joules Ultimate induction providers can output or accept. + ultimateOutput = "131072000" + + #Transmitters + [tier.transmitters] + + #Universal Cables + [tier.transmitters.energy] + #Internal buffer in Joules of each Basic universal cable. + basicCapacity = "8000" + #Internal buffer in Joules of each Advanced universal cable. + advancedCapacity = "128000" + #Internal buffer in Joules of each Elite universal cable. + eliteCapacity = "1024000" + #Internal buffer in Joules of each Ultimate universal cable. + ultimateCapacity = "8192000" + + #Mechanical Pipes + [tier.transmitters.fluid] + #Capacity of Basic mechanical pipes in mB. + #Range: > 1 + basicCapacity = 2000 + #Pump rate of Basic mechanical pipes in mB/t. + #Range: > 1 + basicPullAmount = 250 + #Capacity of Advanced mechanical pipes in mB. + #Range: > 1 + advancedCapacity = 8000 + #Pump rate of Advanced mechanical pipes in mB/t. + #Range: > 1 + advancedPullAmount = 1000 + #Capacity of Elite mechanical pipes in mB. + #Range: > 1 + eliteCapacity = 32000 + #Pump rate of Elite mechanical pipes in mB/t. + #Range: > 1 + elitePullAmount = 8000 + #Capacity of Ultimate mechanical pipes in mB. + #Range: > 1 + ultimateCapacity = 128000 + #Pump rate of Ultimate mechanical pipes in mB/t. + #Range: > 1 + ultimatePullAmount = 32000 + + #Pressurized Tubes + [tier.transmitters.chemical] + #Capacity of Basic pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + basicCapacity = 4000 + #Pump rate of Basic pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + basicPullAmount = 750 + #Capacity of Advanced pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + advancedCapacity = 16000 + #Pump rate of Advanced pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + advancedPullAmount = 2000 + #Capacity of Elite pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + eliteCapacity = 256000 + #Pump rate of Elite pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + elitePullAmount = 64000 + #Capacity of Ultimate pressurized tubes in mB. + #Range: 1 ~ 9223372036854775807 + ultimateCapacity = 1024000 + #Pump rate of Ultimate pressurized tubes in mB/t. + #Range: 1 ~ 9223372036854775807 + ultimatePullAmount = 256000 + + #Logistical Transporters + [tier.transmitters.items] + #Item throughput rate of Basic logistical transporters in items/half second. + #Range: > 1 + basicPullAmount = 1 + #Five times the travel speed in m/s of Basic logistical transporter. + #Range: > 1 + basicSpeed = 5 + #Item throughput rate of Advanced logistical transporters in items/half second. + #Range: > 1 + advancedPullAmount = 16 + #Five times the travel speed in m/s of Advanced logistical transporter. + #Range: > 1 + advancedSpeed = 10 + #Item throughput rate of Elite logistical transporters in items/half second. + #Range: > 1 + elitePullAmount = 32 + #Five times the travel speed in m/s of Elite logistical transporter. + #Range: > 1 + eliteSpeed = 20 + #Item throughput rate of Ultimate logistical transporters in items/half second. + #Range: > 1 + ultimatePullAmount = 64 + #Five times the travel speed in m/s of Ultimate logistical transporter. + #Range: > 1 + ultimateSpeed = 50 + + #Thermodynamic Conductors + [tier.transmitters.heat] + #Conduction value of Basic thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + basicInverseConduction = 5.0 + #Heat capacity of Basic thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + basicHeatCapacity = 1.0 + #Insulation value of Basic thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + basicInsulation = 10.0 + #Conduction value of Advanced thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedInverseConduction = 5.0 + #Heat capacity of Advanced thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + advancedHeatCapacity = 1.0 + #Insulation value of Advanced thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + advancedInsulation = 400.0 + #Conduction value of Elite thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteInverseConduction = 5.0 + #Heat capacity of Elite thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + eliteHeatCapacity = 1.0 + #Insulation value of Elite thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + eliteInsulation = 8000.0 + #Conduction value of Ultimate thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateInverseConduction = 5.0 + #Heat capacity of Ultimate thermodynamic conductors. + #Range: 1.0 ~ 1.7976931348623157E308 + ultimateHeatCapacity = 1.0 + #Insulation value of Ultimate thermodynamic conductor. + #Range: 0.0 ~ 1.7976931348623157E308 + ultimateInsulation = 100000.0 + diff --git a/config/Mekanism/world.toml b/config/Mekanism/world.toml new file mode 100644 index 0000000..c397daa --- /dev/null +++ b/config/Mekanism/world.toml @@ -0,0 +1,460 @@ + +#World generation settings for Mekanism. This config is synced from server to client +[world_generation] + #Allows chunks to retrogen Mekanism ore blocks. + enableRegeneration = false + #Change this value to cause Mekanism to regen its ore in all loaded chunks. + #Range: > 0 + userWorldGenVersion = 0 + + #Generation Settings for tin ore. + [world_generation.tin] + #Determines if tin ore should be added to world generation. + shouldGenerate = true + + #small tin vein Generation Settings. + [world_generation.tin.small] + #Determines if small tin veins should be added to world generation. Note: Requires generating tin ore to be enabled. + shouldGenerate = true + #Chance that small tin veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 14 + #Maximum number of blocks in a small tin vein. + #Range: 1 ~ 64 + maxVeinSize = 4 + #Maximum number of blocks in a small tin vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing small tin veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for small tin veins. + [world_generation.tin.small.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = -20 + + #Maximum (inclusive) height anchor for small tin veins. + [world_generation.tin.small.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 94 + + #large tin vein Generation Settings. + [world_generation.tin.large] + #Determines if large tin veins should be added to world generation. Note: Requires generating tin ore to be enabled. + shouldGenerate = true + #Chance that large tin veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 12 + #Maximum number of blocks in a large tin vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Maximum number of blocks in a large tin vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing large tin veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for large tin veins. + [world_generation.tin.large.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = -32 + + #Maximum (inclusive) height anchor for large tin veins. + [world_generation.tin.large.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 72 + + #Generation Settings for osmium ore. + [world_generation.osmium] + #Determines if osmium ore should be added to world generation. + shouldGenerate = true + + #upper osmium vein Generation Settings. + [world_generation.osmium.upper] + #Determines if upper osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled. + shouldGenerate = true + #Chance that upper osmium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 65 + #Maximum number of blocks in a upper osmium vein. + #Range: 1 ~ 64 + maxVeinSize = 7 + #Maximum number of blocks in a upper osmium vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing upper osmium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 8 + + #Minimum (inclusive) height anchor for upper osmium veins. + [world_generation.osmium.upper.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 72 + + #Maximum (inclusive) height anchor for upper osmium veins. + [world_generation.osmium.upper.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "BELOW_TOP" + #Value used for calculating y for the anchor based on the type. + value = -24 + + #middle osmium vein Generation Settings. + [world_generation.osmium.middle] + #Determines if middle osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled. + shouldGenerate = true + #Chance that middle osmium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 6 + #Maximum number of blocks in a middle osmium vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Maximum number of blocks in a middle osmium vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing middle osmium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for middle osmium veins. + [world_generation.osmium.middle.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = -32 + + #Maximum (inclusive) height anchor for middle osmium veins. + [world_generation.osmium.middle.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 56 + + #small osmium vein Generation Settings. + [world_generation.osmium.small] + #Determines if small osmium veins should be added to world generation. Note: Requires generating osmium ore to be enabled. + shouldGenerate = true + #Chance that small osmium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 8 + #Maximum number of blocks in a small osmium vein. + #Range: 1 ~ 64 + maxVeinSize = 4 + #Maximum number of blocks in a small osmium vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing small osmium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "UNIFORM" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for small osmium veins. + [world_generation.osmium.small.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for small osmium veins. + [world_generation.osmium.small.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 64 + + #Generation Settings for uranium ore. + [world_generation.uranium] + #Determines if uranium ore should be added to world generation. + shouldGenerate = true + + #small uranium vein Generation Settings. + [world_generation.uranium.small] + #Determines if small uranium veins should be added to world generation. Note: Requires generating uranium ore to be enabled. + shouldGenerate = true + #Chance that small uranium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 4 + #Maximum number of blocks in a small uranium vein. + #Range: 1 ~ 64 + maxVeinSize = 4 + #Maximum number of blocks in a small uranium vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing small uranium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for small uranium veins. + [world_generation.uranium.small.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for small uranium veins. + [world_generation.uranium.small.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 8 + + #buried uranium vein Generation Settings. + [world_generation.uranium.buried] + #Determines if buried uranium veins should be added to world generation. Note: Requires generating uranium ore to be enabled. + shouldGenerate = true + #Chance that buried uranium veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 7 + #Maximum number of blocks in a buried uranium vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Maximum number of blocks in a buried uranium vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.75 + #Distribution shape for placing buried uranium veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 16 + + #Minimum (inclusive) height anchor for buried uranium veins. + [world_generation.uranium.buried.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = -24 + + #Maximum (inclusive) height anchor for buried uranium veins. + [world_generation.uranium.buried.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 56 + + #Generation Settings for fluorite ore. + [world_generation.fluorite] + #Determines if fluorite ore should be added to world generation. + shouldGenerate = true + + #normal fluorite vein Generation Settings. + [world_generation.fluorite.normal] + #Determines if normal fluorite veins should be added to world generation. Note: Requires generating fluorite ore to be enabled. + shouldGenerate = true + #Chance that normal fluorite veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 5 + #Maximum number of blocks in a normal fluorite vein. + #Range: 1 ~ 64 + maxVeinSize = 5 + #Maximum number of blocks in a normal fluorite vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.0 + #Distribution shape for placing normal fluorite veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "UNIFORM" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for normal fluorite veins. + [world_generation.fluorite.normal.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for normal fluorite veins. + [world_generation.fluorite.normal.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 23 + + #buried fluorite vein Generation Settings. + [world_generation.fluorite.buried] + #Determines if buried fluorite veins should be added to world generation. Note: Requires generating fluorite ore to be enabled. + shouldGenerate = true + #Chance that buried fluorite veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 3 + #Maximum number of blocks in a buried fluorite vein. + #Range: 1 ~ 64 + maxVeinSize = 13 + #Maximum number of blocks in a buried fluorite vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 1.0 + #Distribution shape for placing buried fluorite veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for buried fluorite veins. + [world_generation.fluorite.buried.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = 0 + + #Maximum (inclusive) height anchor for buried fluorite veins. + [world_generation.fluorite.buried.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 4 + + #Generation Settings for lead ore. + [world_generation.lead] + #Determines if lead ore should be added to world generation. + shouldGenerate = true + + #normal lead vein Generation Settings. + [world_generation.lead.normal] + #Determines if normal lead veins should be added to world generation. Note: Requires generating lead ore to be enabled. + shouldGenerate = true + #Chance that normal lead veins generates in a chunk. + #Range: 1 ~ 256 + perChunk = 8 + #Maximum number of blocks in a normal lead vein. + #Range: 1 ~ 64 + maxVeinSize = 9 + #Maximum number of blocks in a normal lead vein. + #Range: 0.0 ~ 1.0 + discardChanceOnAirExposure = 0.25 + #Distribution shape for placing normal lead veins. + #Allowed Values: TRAPEZOID, UNIFORM + shape = "TRAPEZOID" + #Half length of short side of trapezoid, only used if shape is TRAPEZOID. A value of zero means the shape is a triangle. + plateau = 0 + + #Minimum (inclusive) height anchor for normal lead veins. + [world_generation.lead.normal.minInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABOVE_BOTTOM" + #Value used for calculating y for the anchor based on the type. + value = -24 + + #Maximum (inclusive) height anchor for normal lead veins. + [world_generation.lead.normal.maxInclusive] + #Type of anchor. + #Absolute -> y = value + #Above Bottom -> y = minY + value + #Below Top -> y = depth - 1 + minY - value + #Allowed Values: ABSOLUTE, ABOVE_BOTTOM, BELOW_TOP + type = "ABSOLUTE" + #Value used for calculating y for the anchor based on the type. + value = 64 + + #Generation Settings for salt. + [world_generation.salt] + #Determines if salt should be added to world generation. + shouldGenerate = true + #Chance that salt generates in a chunk. + #Range: 1 ~ 2031 + perChunk = 2 + #Base radius of a vein of salt. + #Range: 1 ~ 4 + minRadius = 2 + #Extended variability (spread) for the radius in a vein of salt. + maxRadius = 3 + #Number of blocks to extend up and down when placing a vein of salt. + #Range: 0 ~ 2031 + halfHeight = 1 + diff --git a/config/ProjectE/common.toml b/config/ProjectE/common.toml new file mode 100644 index 0000000..fcca7a7 --- /dev/null +++ b/config/ProjectE/common.toml @@ -0,0 +1,10 @@ + +#Note: The majority of config options are in the server config file. If you do not see the server config file, try opening up a single player world. ProjectE uses one "server" config file for all worlds, for convenience in going from one world to another, but makes it be a "server" config file so that forge will automatically sync it when we connect to a multiplayer server. +[common] + #Enable more verbose debug logging + debugLogging = false + #The Tome of Knowledge can be crafted. + craftableTome = false + #Require full omega klein stars in the tome of knowledge and gem armor recipes. This is the same behavior that EE2 had. + fullKleinStars = false + diff --git a/config/ProjectE/custom_emc.json b/config/ProjectE/custom_emc.json new file mode 100644 index 0000000..7301982 --- /dev/null +++ b/config/ProjectE/custom_emc.json @@ -0,0 +1,4 @@ +{ + "entries": [], + "__comment": "Use the in-game commands to edit this file" +} \ No newline at end of file diff --git a/config/ProjectE/mapping.toml b/config/ProjectE/mapping.toml new file mode 100644 index 0000000..eba7b94 --- /dev/null +++ b/config/ProjectE/mapping.toml @@ -0,0 +1,121 @@ + +[general] + #When the next EMC mapping occurs write the results to config/ProjectE/pregenerated_emc.json and only ever run the mapping again when that file does not exist, this setting is set to false, or an error occurred parsing that file. + pregenerate = false + #Want to take a look at the internals of EMC Calculation? Enable this to write all the conversions and setValue-Commands to config/ProjectE/mappingdump.json + dumpEverythingToFile = false + #Log known EMC Exploits. This can not and will not find all possible exploits. This will only find exploits that result in fixed/custom emc values that the algorithm did not overwrite. Exploits that derive from conversions that are unknown to ProjectE will not be found. + logEMCExploits = true + +[CraftingMapper] + + [CraftingMapper.MekRotary] + #Maps Mekanism rotary condensentrator recipes. + enabled = true + + [CraftingMapper.MekElectrolysis] + #Maps Mekanism electrolytic separator recipes. + enabled = true + + [CraftingMapper.MekItemStackToPigment] + #Maps Mekanism item stack to pigment recipes. (Pigment Extracting) + enabled = true + + [CraftingMapper.MekDissolution] + #Maps Mekanism dissolution recipes. + enabled = true + + [CraftingMapper.MekItemStackGasToItemStack] + #Maps Mekanism Machine recipes that go from item, gas to item. (Compressing, Purifying, Injecting) + enabled = true + + [CraftingMapper.MekPaintingMachine] + #Maps Mekanism painting machine recipes. + enabled = true + + [CraftingMapper.MekGasToGas] + #Maps Mekanism activating and centrifuging recipes. + enabled = true + + [CraftingMapper.MekFluidSlurryToSlurry] + #Maps Mekanism washing recipes. + enabled = true + + [CraftingMapper.MekItemStackToItemStack] + #Maps Mekanism Machine recipes that go from item to item. (Crushing, Enriching, Smelting) + enabled = true + + [CraftingMapper.MekChemicalInfuser] + #Maps Mekanism chemical infuser recipes. + enabled = true + + [CraftingMapper.MekSawmill] + #Maps Mekanism sawmill recipes. (Disabled by default, due to causing various EMC values to be removed pertaining to charcoal/wood) + enabled = false + + [CraftingMapper.MekCombiner] + #Maps Mekanism combiner recipes. + enabled = true + + [CraftingMapper.MekPressurizedReaction] + #Maps Mekanism pressurized reaction recipes. + enabled = false + + [CraftingMapper.MekFluidToFluid] + #Maps Mekanism evaporating recipes. + enabled = true + + [CraftingMapper.MekChemicalCrystallizer] + #Maps Mekanism crystallizing recipes. + enabled = true + + [CraftingMapper.Smithing] + #Maps smithing recipes. + enabled = true + + [CraftingMapper.MekMetallurgicInfuser] + #Maps Mekanism metallurgic infuser recipes. + enabled = true + + [CraftingMapper.MekItemStackToGas] + #Maps Mekanism item stack to gas recipes. (Gas conversion, Oxidizing) + enabled = true + + [CraftingMapper.MekPigmentMixer] + #Maps Mekanism pigment mixer recipes. + enabled = true + + [CraftingMapper.FallbackRecipeType] + #Fallback for default handling of recipes that extend ICraftingRecipe, AbstractCookingRecipe, SingleItemRecipe, or SmithingRecipe. This will catch modded extensions of the vanilla recipe classes, and if the VanillaRecipeTypes mapper is disabled, this mapper will still catch the vanilla recipes. + enabled = true + + [CraftingMapper.VanillaRecipeTypes] + #Maps the different vanilla recipe types. + enabled = true + + [CraftingMapper.MekItemStackToInfuseType] + #Maps Mekanism item stack to infuse type conversion recipes. + enabled = true + +[enabledMappers] + #Set EMC=0 for everything in the forge:raw_materials tag + RawOresBlacklistMapper = true + #Set EMC=0 for everything in the forge:ores tag + OresBlacklistMapper = true + #Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.RecipeManager + CraftingMapper = true + #Add Conversions for all lingering potions to arrow recipes + TippedArrowMapper = true + #Adds back and forth conversions of objects and their Tag variant. (EMC values assigned to tags will not behave properly if this mapper is disabled) + TagMapper = true + #Add Conversions for all weathered copper variants + WeatheredCopperMapper = true + #Add Conversions for Brewing Recipes + BrewingMapper = true + #Uses the `custom_emc.json` File to add EMC values. + CustomEMCMapper = true + #Allows other mods to easily set EMC values using the ProjectEAPI + APICustomEMCMapper = true + #Loads json files within datapacks (data//pe_custom_conversions/*.json) to add values and conversions + CustomConversionMapper = true + diff --git a/config/ProjectE/processing.toml b/config/ProjectE/processing.toml new file mode 100644 index 0000000..283fd38 --- /dev/null +++ b/config/ProjectE/processing.toml @@ -0,0 +1,20 @@ + +#This config is used to control which NBT Processors get used, and which ones actually contribute to the persistent NBT data that gets saved to knowledge/copied in a condenser. +#To disable an NBT Processor set the 'enabled' option for it to false. +#To disable an NBT Processor from contributing to the persistent data set the 'persistent' option for it to false. Note: that if there is no persistent' config option, the NBT Processor never has any persistent data. +#The config options in this file are synced from server to client, as the processors get used dynamically to calculate/preview EMC values for items and are not included in the synced EMC mappings. +[processors] + + #Reduces the EMC value the more damaged an item is. + [processors.DamageProcessor] + enabled = true + + #Increases the EMC value to take into account any enchantments on an item. + [processors.EnchantmentProcessor] + enabled = false + persistent = false + + #Increases the EMC value of the item to take into account any EMC the item has stored. + [processors.StoredEMCProcessor] + enabled = true + diff --git a/config/ProjectE/server.toml b/config/ProjectE/server.toml new file mode 100644 index 0000000..10bd77b --- /dev/null +++ b/config/ProjectE/server.toml @@ -0,0 +1,104 @@ + +#All of the config options in this file are server side and will be synced from server to client. ProjectE uses one "server" config file for all worlds, for convenience in going from one world to another, but makes it be a "server" config file so that forge will automatically sync it when we connect to a multiplayer server. +[server] + + [server.difficulty] + #Set to false to disable Gem Armor offensive abilities (helmet zap and chestplate explosion) + offensiveAbilities = false + #Amount of damage Katar 'C' key deals + #Range: 0.0 ~ 2.147483647E9 + katarDeathAura = 1000.0 + #Adjusting this ratio changes how much EMC is received when burning a item. For example setting this to 0.5 will return half of the EMC cost. + #Range: 0.1 ~ 1.0 + covalenceLoss = 1.0 + #How rounding occurs when Covalence Loss results in a burn value less than 1 EMC. If true the value will be rounded up to 1. If false the value will be rounded down to 0. + covalenceLossRounding = true + + [server.items] + #Instead of vein mining the ore you right click with your Dark/Red Matter Pick/Star it vein mines all ores in an AOE around you like it did in ProjectE before version 1.4.4. + pickaxeAoeVeinMining = false + #Allows the Harvest Goddess Band to passively grow tall grass, flowers, etc, on top of grass blocks. + harvBandGrass = false + #If set to true, disables all radius-based mining functionality (right click of tools) + disableAllRadiusMining = false + #Enable Watch of Flowing Time + enableTimeWatch = true + #Allow the Evertide amulet to place water in dimensions that water evaporates. For example: The Nether. + opEvertide = false + + [server.effects] + #Bonus ticks given by the Watch of Flowing Time while in the pedestal. 0 = effectively no bonus. + #Range: 0 ~ 256 + timePedBonus = 18 + #Factor the Watch of Flowing Time slows down mobs by while in the pedestal. Set to 1.0 for no slowdown. + #Range: 0.0 ~ 1.0 + timePedMobSlowness = 0.1 + #If true the Interdiction Torch only affects hostile mobs and projectiles. If false it affects all non blacklisted living entities. + interdictionMode = true + + [server.misc] + #False requires your hand be empty for Gem Armor Offensive Abilities to be readied or triggered + unsafeKeyBinds = false + #Shows the EMC value of blocks when looking at them in Hwyla or TOP + hwylaTOPDisplay = true + + [server.cooldown] + + #Cooldown (in ticks) for various features in ProjectE. A cooldown of -1 will disable the functionality. + #A cooldown of 0 will allow the actions to happen every tick. Use caution as a very low value on features that run automatically could cause TPS issues. + [server.cooldown.cooldown] + + #Cooldown for various items within the pedestal. + [server.cooldown.cooldown.pedestal] + #Delay between Archangel Smite shooting arrows while in the pedestal. + #Range: > -1 + archangel = 40 + #Delay between Body Stone healing 0.5 shanks while in the pedestal. + #Range: > -1 + body = 10 + #Delay between Evertide Amulet trying to start rain while in the pedestal. + #Range: > -1 + evertide = 20 + #Delay between Harvest Goddess trying to grow and harvest while in the pedestal. + #Range: > -1 + harvest = 10 + #Delay between Ignition Ring trying to light entities on fire while in the pedestal. + #Range: > -1 + ignition = 40 + #Delay between Life Stone healing both food and hunger by 0.5 shank/heart while in the pedestal. + #Range: > -1 + life = 5 + #Delay between Talisman of Repair trying to repair player items while in the pedestal. + #Range: > -1 + repair = 20 + #Delay between SWRG trying to smite mobs while in the pedestal. + #Range: > -1 + swrg = 70 + #Delay between Soul Stone healing 0.5 hearts while in the pedestal. + #Range: > -1 + soul = 10 + #Delay between Volcanite Amulet trying to stop rain while in the pedestal. + #Range: > -1 + volcanite = 20 + #Delay between Zero Ring trying to extinguish entities and freezing ground while in the pedestal. + #Range: > -1 + zero = 40 + + #Cooldown for various items in regards to a player. + [server.cooldown.cooldown.player] + #A cooldown for firing projectiles + #Range: > -1 + projectile = 0 + #A cooldown for Gem Chestplate explosion + #Range: > -1 + gemChest = 0 + #Delay between Talisman of Repair trying to repair player items while in a player's inventory. + #Range: > -1 + repair = 20 + #Delay between heal attempts while in a player's inventory. (Soul Stone, Life Stone, Gem Helmet) + #Range: > -1 + heal = 20 + #Delay between feed attempts while in a player's inventory. (Body Stone, Life Stone, Gem Helmet) + #Range: > -1 + feed = 20 + diff --git a/config/additional-additions-config.json b/config/additional-additions-config.json new file mode 100644 index 0000000..4ae755b --- /dev/null +++ b/config/additional-additions-config.json @@ -0,0 +1,39 @@ +{ + "version": 6, + "FoodItems": { + "FriedEgg": true, + "BerryPie": true, + "HoneyedApple": true + }, + "WateringCan": true, + "RoseGold": true, + "Ropes": true, + "EnchantmentPrecision": true, + "EnchantmentSpeed": true, + "Wrench": true, + "CopperPatina": true, + "AmethystLamp": true, + "Crossbows": true, + "TridentShard": true, + "GlowStick": true, + "GildedNetherite": true, + "DepthMeter": { + "enabled": true, + "displayElevationAlways": false + }, + "MysteriousBundle": true, + "CompostableRottenFlesh": true, + "MusicDiscs": true, + "NoteBlockAmethystSounds": true, + "ShipwreckSpyglassLoot": true, + "PocketJukebox": true, + "ChickenNugget": true, + "PoweredRailsCopperRecipe": true, + "GoldRing": true, + "GlowBerryEatGlow": { + "enabled": true, + "duration": 5 + }, + "HastePotions": true, + "BundleRecipe": true +} \ No newline at end of file diff --git a/config/ae2-common.toml b/config/ae2-common.toml new file mode 100644 index 0000000..adc5167 --- /dev/null +++ b/config/ae2-common.toml @@ -0,0 +1,126 @@ + +[general] + unsupportedDeveloperTools = false + #Enables the ability of the Matter Cannon to break blocks. + matterCannonBlockDamage = true + #Enables the ability of Tiny TNT to break blocks. + tinyTntBlockDamage = true + #Server operators are not restricted by ME security terminal settings. + serverOpsIgnoreSecurity = true + #Changes the channel capacity that cables provide in AE2. + #Allowed Values: INFINITE, DEFAULT, X2, X3, X4 + channels = "DEFAULT" + #The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick. + #Range: 1 ~ 1024 + pathfindingStepsPerTick = 4 + +[automation] + #TODO + formationPlaneEntityLimit = 128 + +[facades] + #Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK. + allowBlockEntities = false + +[craftingCPU] + craftingCalculationTimePerTick = 5 + +[crafting] + #Enable the in-world crafting of singularities. + inWorldSingularity = true + #Enable the in-world crafting of fluix crystals. + inWorldFluix = true + #Enable the in-world crafting of pure crystals. + inWorldCrystalGrowth = true + #Enable shift-clicking with the crafting units in hand to disassemble them. + disassemblyCrafting = true + +[spatialio] + spatialPowerMultiplier = 1250.0 + spatialPowerExponent = 1.35 + +[logging] + securityAuditLog = false + blockUpdateLog = false + packetLog = false + craftingLog = false + debugLog = false + gridLog = false + #Enable stack trace logging for the chunk loading debug command + chunkLoggerTrace = false + +[battery] + #The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast. + #Range: 0.1 ~ 10.0 + chargerChargeRate = 1.0 + wirelessTerminal = 1600000 + chargedStaff = 8000 + entropyManipulator = 200000 + portableCell = 20000 + colorApplicator = 20000 + matterCannon = 200000 + +[worldGen] + spawnPressesInMeteorites = true + generateQuartzOre = true + quartzOresPerCluster = 7 + quartzOresClusterAmount = 20 + quartzOresBiomeBlacklist = [] + +[wireless] + wirelessBaseCost = 8.0 + wirelessCostMultiplier = 1.0 + wirelessBaseRange = 16.0 + wirelessBoosterRangeMultiplier = 1.0 + wirelessBoosterExp = 1.5 + wirelessHighWirelessCount = 64.0 + wirelessTerminalDrainMultiplier = 1.0 + +[PortableCells] + #Allow disassembly of portable cells into the recipe ingredients using shift+right-click + allowDisassembly = true + + [PortableCells.PowerRatios] + ForgeEnergy = 0.5 + #Range: 0.01 ~ 1.7976931348623157E308 + UsageMultiplier = 1.0 + + [PortableCells.Condenser] + MatterBalls = 256 + Singularity = 256000 + + # Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested. + [PortableCells.tickRates] + InterfaceMin = 5 + InterfaceMax = 120 + ImportBusMin = 5 + ImportBusMax = 40 + ExportBusMin = 5 + ExportBusMax = 60 + AnnihilationPlaneMin = 2 + AnnihilationPlaneMax = 120 + METunnelMin = 5 + METunnelMax = 20 + InscriberMin = 1 + InscriberMax = 1 + ChargerMin = 10 + ChargerMax = 10 + IOPortMin = 1 + IOPortMax = 5 + VibrationChamberMin = 10 + VibrationChamberMax = 40 + StorageBusMin = 5 + StorageBusMax = 60 + ItemTunnelMin = 5 + ItemTunnelMax = 60 + LightTunnelMin = 5 + LightTunnelMax = 60 + + #Settings for in-world growth of crystals. + [PortableCells.inWorldCrystalGrowth] + #A fluid tag that identifies fluids that improve crystal growth speed. Does not affect growth with water/lava. + improvedFluidTag = "" + #The speed multiplier to use when the crystals are submerged in the improved fluid. + #Range: 1.0 ~ 10.0 + improvedFluidMultiplier = 2.0 + diff --git a/config/ars_nouveau-common.toml b/config/ars_nouveau-common.toml new file mode 100644 index 0000000..0928e21 --- /dev/null +++ b/config/ars_nouveau-common.toml @@ -0,0 +1,101 @@ + +#General settings +[general] + #Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list. + dimensionBlacklist = [] + #Rate of tree spawn per chunk + #Range: > 0 + treeWeight = 100 + #Spawn Mana Berry Bushes in the world + genBerries = true + #Spawn a book in the players inventory on login + spawnBook = true + #How often Carbuncles spawn + #Range: 0 ~ 100 + carbuncleWeight = 5 + #How often Sylphs spawn + #Range: 0 ~ 100 + sylphWeight = 5 + #How often Drygmys spawn + #Range: 0 ~ 100 + drygmyWeight = 3 + #How much mana sylphs consume per generation + #Range: 0 ~ 10000 + sylphManaCost = 250 + #How often Wilden Guardians spawn + #Range: 0 ~ 200 + wguardianWeight = 50 + #How often Wilden Stalkers spawn + #Range: 0 ~ 200 + wstalkerWeight = 50 + #How often Wilden Hunter spawn + #Range: 0 ~ 200 + whunterWeight = 50 + #Should the Wilden Hunter attack animals? + hunterHuntsAnimals = true + #Should the Wilden Stalker attack animals? + stalkerHuntsAnimals = false + #Should the Wilden Defender attack animals? + defenderHuntsAnimals = false + +[drygmy_production] + #How much source drygmys consume per generation + #Range: 0 ~ 10000 + drygmyManaCost = 1000 + #How many channels must occur before a drygmy produces loot + #Range: 0 ~ 300 + drygmyMaxProgress = 20 + #Bonus number of items a drygmy produces per unique mob + #Range: 0 ~ 300 + drygmyUniqueBonus = 2 + #Base number of items a drygmy produces per cycle before bonuses. + #Range: > -2147483648 + drygmyBaseItems = 1 + #Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item. + #Range: 0 ~ 300 + drygmyQuantityCap = 5 + +#Mana +[mana] + #Base mana regen in seconds + #Range: > 0 + baseRegen = 5 + #Base max mana + #Range: > 0 + baseMax = 100 + #How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended. + #Range: 1 ~ 20 + updateInterval = 5 + #Max mana bonus per glyph + #Range: > 0 + glyphmax = 15 + #Max mana bonus for tier of book + #Range: > 0 + tierMax = 50 + #Mana Boost value per level + #Range: > 0 + manaBoost = 25 + #(enchantment) Mana regen per second per level + #Range: > 0 + manaRegenEnchantment = 2 + #Regen bonus per glyph + #Range: 0.0 ~ 2.147483647E9 + glyphRegen = 0.33 + #Regen bonus per potion level + #Range: > 0 + potionRegen = 10 + +[Spells] + #Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players. + enforceCapOnCast = true + #Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players. + enforceGlyphLimitOnCast = true + + #Items + [Spells.item] + #Cost per glyph in a codex + #Range: > 0 + codexCost = 10 + #Spawn Caster Tomes in Dungeon Loot? + spawnTomes = true + diff --git a/config/ars_nouveau/accelerate.toml b/config/ars_nouveau/accelerate.toml new file mode 100644 index 0000000..6092d08 --- /dev/null +++ b/config/ars_nouveau/accelerate.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/amplify.toml b/config/ars_nouveau/amplify.toml new file mode 100644 index 0000000..cef9409 --- /dev/null +++ b/config/ars_nouveau/amplify.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 20 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/aoe.toml b/config/ars_nouveau/aoe.toml new file mode 100644 index 0000000..812c828 --- /dev/null +++ b/config/ars_nouveau/aoe.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 35 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/aquatic.toml b/config/ars_nouveau/aquatic.toml new file mode 100644 index 0000000..ee9363a --- /dev/null +++ b/config/ars_nouveau/aquatic.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/blink.toml b/config/ars_nouveau/blink.toml new file mode 100644 index 0000000..1ce3526 --- /dev/null +++ b/config/ars_nouveau/blink.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base teleport distance + #Range: > 0 + distance = 8 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + diff --git a/config/ars_nouveau/bounce.toml b/config/ars_nouveau/bounce.toml new file mode 100644 index 0000000..653b42e --- /dev/null +++ b/config/ars_nouveau/bounce.toml @@ -0,0 +1,20 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + diff --git a/config/ars_nouveau/break.toml b/config/ars_nouveau/break.toml new file mode 100644 index 0000000..f08e364 --- /dev/null +++ b/config/ars_nouveau/break.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = ["fortune=4"] + diff --git a/config/ars_nouveau/cold_snap.toml b/config/ars_nouveau/cold_snap.toml new file mode 100644 index 0000000..96c5f94 --- /dev/null +++ b/config/ars_nouveau/cold_snap.toml @@ -0,0 +1,27 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 6.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.5 + #Potion duration, in seconds + #Range: > 0 + potion_time = 5 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/conjure_water.toml b/config/ars_nouveau/conjure_water.toml new file mode 100644 index 0000000..7820dc9 --- /dev/null +++ b/config/ars_nouveau/conjure_water.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 80 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/craft.toml b/config/ars_nouveau/craft.toml new file mode 100644 index 0000000..2097602 --- /dev/null +++ b/config/ars_nouveau/craft.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/crush.toml b/config/ars_nouveau/crush.toml new file mode 100644 index 0000000..539e952 --- /dev/null +++ b/config/ars_nouveau/crush.toml @@ -0,0 +1,21 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/cut.toml b/config/ars_nouveau/cut.toml new file mode 100644 index 0000000..8d36651 --- /dev/null +++ b/config/ars_nouveau/cut.toml @@ -0,0 +1,21 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 1.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/dampen.toml b/config/ars_nouveau/dampen.toml new file mode 100644 index 0000000..d3b64f1 --- /dev/null +++ b/config/ars_nouveau/dampen.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = -5 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/delay.toml b/config/ars_nouveau/delay.toml new file mode 100644 index 0000000..11b6f42 --- /dev/null +++ b/config/ars_nouveau/delay.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + #Base duration in ticks. + #Range: > 0 + base_duration = 20 + diff --git a/config/ars_nouveau/dispel.toml b/config/ars_nouveau/dispel.toml new file mode 100644 index 0000000..279dcd7 --- /dev/null +++ b/config/ars_nouveau/dispel.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/duration_down.toml b/config/ars_nouveau/duration_down.toml new file mode 100644 index 0000000..ed5cf9c --- /dev/null +++ b/config/ars_nouveau/duration_down.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/ender_inventory.toml b/config/ars_nouveau/ender_inventory.toml new file mode 100644 index 0000000..2097602 --- /dev/null +++ b/config/ars_nouveau/ender_inventory.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/evaporate.toml b/config/ars_nouveau/evaporate.toml new file mode 100644 index 0000000..2097602 --- /dev/null +++ b/config/ars_nouveau/evaporate.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/exchange.toml b/config/ars_nouveau/exchange.toml new file mode 100644 index 0000000..2097602 --- /dev/null +++ b/config/ars_nouveau/exchange.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/explosion.toml b/config/ars_nouveau/explosion.toml new file mode 100644 index 0000000..29a8521 --- /dev/null +++ b/config/ars_nouveau/explosion.toml @@ -0,0 +1,30 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + amplify = 0.5 + #Explosion base intensity + #Range: 0.0 ~ 100.0 + base = 0.75 + #AOE intensity bonus + #Range: 0.0 ~ 100.0 + aoe_bonus = 1.5 + #Range: 0.0 ~ 2.147483647E9 + damage = 6.0 + #Additional damage per amplify + #Range: 0.0 ~ 2.147483647E9 + amp_damage = 2.5 + diff --git a/config/ars_nouveau/extend_time.toml b/config/ars_nouveau/extend_time.toml new file mode 100644 index 0000000..6092d08 --- /dev/null +++ b/config/ars_nouveau/extend_time.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/extract.toml b/config/ars_nouveau/extract.toml new file mode 100644 index 0000000..3d0b44d --- /dev/null +++ b/config/ars_nouveau/extract.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/fangs.toml b/config/ars_nouveau/fangs.toml new file mode 100644 index 0000000..eb874dc --- /dev/null +++ b/config/ars_nouveau/fangs.toml @@ -0,0 +1,21 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 35 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 6.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + diff --git a/config/ars_nouveau/fell.toml b/config/ars_nouveau/fell.toml new file mode 100644 index 0000000..d6d95dc --- /dev/null +++ b/config/ars_nouveau/fell.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 150 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base amount of harvested blocks + #Range: > 0 + base_harvest = 50 + #Additional max blocks per AOE + #Range: > 0 + aoe_bonus = 50 + diff --git a/config/ars_nouveau/firework.toml b/config/ars_nouveau/firework.toml new file mode 100644 index 0000000..2097602 --- /dev/null +++ b/config/ars_nouveau/firework.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/flare.toml b/config/ars_nouveau/flare.toml new file mode 100644 index 0000000..ee377b7 --- /dev/null +++ b/config/ars_nouveau/flare.toml @@ -0,0 +1,24 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 40 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 7.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/fortune.toml b/config/ars_nouveau/fortune.toml new file mode 100644 index 0000000..4fd1384 --- /dev/null +++ b/config/ars_nouveau/fortune.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 80 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/freeze.toml b/config/ars_nouveau/freeze.toml new file mode 100644 index 0000000..d0c90d2 --- /dev/null +++ b/config/ars_nouveau/freeze.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 10 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 + diff --git a/config/ars_nouveau/glide.toml b/config/ars_nouveau/glide.toml new file mode 100644 index 0000000..a296cf1 --- /dev/null +++ b/config/ars_nouveau/glide.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 180 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 120 + diff --git a/config/ars_nouveau/gravity.toml b/config/ars_nouveau/gravity.toml new file mode 100644 index 0000000..b539406 --- /dev/null +++ b/config/ars_nouveau/gravity.toml @@ -0,0 +1,20 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + diff --git a/config/ars_nouveau/grow.toml b/config/ars_nouveau/grow.toml new file mode 100644 index 0000000..40368f9 --- /dev/null +++ b/config/ars_nouveau/grow.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 70 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/gust.toml b/config/ars_nouveau/gust.toml new file mode 100644 index 0000000..55eae27 --- /dev/null +++ b/config/ars_nouveau/gust.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base knockback value + #Range: 0.0 ~ 1.7976931348623157E308 + base_value = 1.5 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/harm.toml b/config/ars_nouveau/harm.toml new file mode 100644 index 0000000..0b13205 --- /dev/null +++ b/config/ars_nouveau/harm.toml @@ -0,0 +1,27 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 5.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.0 + #Potion duration, in seconds + #Range: > 0 + potion_time = 5 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 5 + diff --git a/config/ars_nouveau/harvest.toml b/config/ars_nouveau/harvest.toml new file mode 100644 index 0000000..93679ec --- /dev/null +++ b/config/ars_nouveau/harvest.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/heal.toml b/config/ars_nouveau/heal.toml new file mode 100644 index 0000000..3a1a02e --- /dev/null +++ b/config/ars_nouveau/heal.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base heal amount + #Range: 0.0 ~ 1.7976931348623157E308 + base_heal = 3.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + diff --git a/config/ars_nouveau/hex.toml b/config/ars_nouveau/hex.toml new file mode 100644 index 0000000..b9ae527 --- /dev/null +++ b/config/ars_nouveau/hex.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/ignite.toml b/config/ars_nouveau/ignite.toml new file mode 100644 index 0000000..de5682e --- /dev/null +++ b/config/ars_nouveau/ignite.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Extend time duration, in seconds + #Range: > 0 + extend_time = 2 + #Potion duration, in seconds + #Range: > 0 + potion_time = 3 + diff --git a/config/ars_nouveau/intangible.toml b/config/ars_nouveau/intangible.toml new file mode 100644 index 0000000..451f622 --- /dev/null +++ b/config/ars_nouveau/intangible.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base duration, in seconds + #Range: > 0 + base = 3 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/interact.toml b/config/ars_nouveau/interact.toml new file mode 100644 index 0000000..93679ec --- /dev/null +++ b/config/ars_nouveau/interact.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/invisibility.toml b/config/ars_nouveau/invisibility.toml new file mode 100644 index 0000000..553c7f2 --- /dev/null +++ b/config/ars_nouveau/invisibility.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/launch.toml b/config/ars_nouveau/launch.toml new file mode 100644 index 0000000..039b932 --- /dev/null +++ b/config/ars_nouveau/launch.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base knockup amount + #Range: 0.0 ~ 1.7976931348623157E308 + knockup = 0.8 + #Range: 0.0 ~ 2.147483647E9 + amplify = 0.25 + diff --git a/config/ars_nouveau/leap.toml b/config/ars_nouveau/leap.toml new file mode 100644 index 0000000..fc8eb09 --- /dev/null +++ b/config/ars_nouveau/leap.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base knockup amount + #Range: 0.0 ~ 1.7976931348623157E308 + knock_up = 1.5 + #Range: 0.0 ~ 2.147483647E9 + amplify = 1.0 + diff --git a/config/ars_nouveau/light.toml b/config/ars_nouveau/light.toml new file mode 100644 index 0000000..603aca5 --- /dev/null +++ b/config/ars_nouveau/light.toml @@ -0,0 +1,20 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 25 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + diff --git a/config/ars_nouveau/lightning.toml b/config/ars_nouveau/lightning.toml new file mode 100644 index 0000000..fa4faaf --- /dev/null +++ b/config/ars_nouveau/lightning.toml @@ -0,0 +1,24 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 5.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 3.0 + #Bonus damage for wet entities + #Range: 0.0 ~ 1.7976931348623157E308 + wet_bonus = 2.0 + diff --git a/config/ars_nouveau/linger.toml b/config/ars_nouveau/linger.toml new file mode 100644 index 0000000..6bee8af --- /dev/null +++ b/config/ars_nouveau/linger.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 500 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: 1 ~ 1 + per_spell_limit = 1 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/orbit.toml b/config/ars_nouveau/orbit.toml new file mode 100644 index 0000000..2097602 --- /dev/null +++ b/config/ars_nouveau/orbit.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/phantom_block.toml b/config/ars_nouveau/phantom_block.toml new file mode 100644 index 0000000..6280ab5 --- /dev/null +++ b/config/ars_nouveau/phantom_block.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 5 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/pickup.toml b/config/ars_nouveau/pickup.toml new file mode 100644 index 0000000..93679ec --- /dev/null +++ b/config/ars_nouveau/pickup.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/pierce.toml b/config/ars_nouveau/pierce.toml new file mode 100644 index 0000000..ed56964 --- /dev/null +++ b/config/ars_nouveau/pierce.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 40 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/place_block.toml b/config/ars_nouveau/place_block.toml new file mode 100644 index 0000000..93679ec --- /dev/null +++ b/config/ars_nouveau/place_block.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/projectile.toml b/config/ars_nouveau/projectile.toml new file mode 100644 index 0000000..f8ed5c8 --- /dev/null +++ b/config/ars_nouveau/projectile.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/pull.toml b/config/ars_nouveau/pull.toml new file mode 100644 index 0000000..9f5324f --- /dev/null +++ b/config/ars_nouveau/pull.toml @@ -0,0 +1,22 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 15 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base movement velocity + #Range: 0.0 ~ 1.7976931348623157E308 + base_value = 1.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 0.5 + diff --git a/config/ars_nouveau/redstone_signal.toml b/config/ars_nouveau/redstone_signal.toml new file mode 100644 index 0000000..9f1adef --- /dev/null +++ b/config/ars_nouveau/redstone_signal.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 0 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base time in ticks + #Range: > 0 + base_duration = 5 + #Extend time bonus, in ticks + #Range: > 0 + extend_time = 10 + diff --git a/config/ars_nouveau/rune.toml b/config/ars_nouveau/rune.toml new file mode 100644 index 0000000..279dcd7 --- /dev/null +++ b/config/ars_nouveau/rune.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/self.toml b/config/ars_nouveau/self.toml new file mode 100644 index 0000000..f8ed5c8 --- /dev/null +++ b/config/ars_nouveau/self.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/sensitive.toml b/config/ars_nouveau/sensitive.toml new file mode 100644 index 0000000..6092d08 --- /dev/null +++ b/config/ars_nouveau/sensitive.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/slowfall.toml b/config/ars_nouveau/slowfall.toml new file mode 100644 index 0000000..553c7f2 --- /dev/null +++ b/config/ars_nouveau/slowfall.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 30 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/ars_nouveau/smelt.toml b/config/ars_nouveau/smelt.toml new file mode 100644 index 0000000..a650fdc --- /dev/null +++ b/config/ars_nouveau/smelt.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/snare.toml b/config/ars_nouveau/snare.toml new file mode 100644 index 0000000..49b9980 --- /dev/null +++ b/config/ars_nouveau/snare.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 8 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 1 + diff --git a/config/ars_nouveau/split.toml b/config/ars_nouveau/split.toml new file mode 100644 index 0000000..cef9409 --- /dev/null +++ b/config/ars_nouveau/split.toml @@ -0,0 +1,14 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 20 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + diff --git a/config/ars_nouveau/summon_decoy.toml b/config/ars_nouveau/summon_decoy.toml new file mode 100644 index 0000000..4b17cad --- /dev/null +++ b/config/ars_nouveau/summon_decoy.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 200 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Extend time duration, in seconds + #Range: > 0 + extend_time = 15 + #Base duration in seconds + #Range: > 0 + duration = 30 + diff --git a/config/ars_nouveau/summon_steed.toml b/config/ars_nouveau/summon_steed.toml new file mode 100644 index 0000000..4fca793 --- /dev/null +++ b/config/ars_nouveau/summon_steed.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Extend time duration, in seconds + #Range: > 0 + extend_time = 120 + #Base duration in seconds + #Range: > 0 + duration = 300 + diff --git a/config/ars_nouveau/summon_vex.toml b/config/ars_nouveau/summon_vex.toml new file mode 100644 index 0000000..f0fd669 --- /dev/null +++ b/config/ars_nouveau/summon_vex.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 150 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base duration in seconds + #Range: > 0 + duration = 15 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 10 + diff --git a/config/ars_nouveau/summon_wolves.toml b/config/ars_nouveau/summon_wolves.toml new file mode 100644 index 0000000..72b5bba --- /dev/null +++ b/config/ars_nouveau/summon_wolves.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Base duration in seconds + #Range: > 0 + duration = 60 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 60 + diff --git a/config/ars_nouveau/toss.toml b/config/ars_nouveau/toss.toml new file mode 100644 index 0000000..93679ec --- /dev/null +++ b/config/ars_nouveau/toss.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 10 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/touch.toml b/config/ars_nouveau/touch.toml new file mode 100644 index 0000000..effdd46 --- /dev/null +++ b/config/ars_nouveau/touch.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 5 + #Is Starter Glyph? + starter = true + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/underfoot.toml b/config/ars_nouveau/underfoot.toml new file mode 100644 index 0000000..6280ab5 --- /dev/null +++ b/config/ars_nouveau/underfoot.toml @@ -0,0 +1,17 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 5 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + diff --git a/config/ars_nouveau/wind_shear.toml b/config/ars_nouveau/wind_shear.toml new file mode 100644 index 0000000..441a4d4 --- /dev/null +++ b/config/ars_nouveau/wind_shear.toml @@ -0,0 +1,24 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 50 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Range: 0.0 ~ 2.147483647E9 + damage = 5.0 + #Range: 0.0 ~ 2.147483647E9 + amplify = 2.5 + #Damage per block in the air + #Range: 0.0 ~ 1.7976931348623157E308 + airDamage = 0.75 + diff --git a/config/ars_nouveau/wither.toml b/config/ars_nouveau/wither.toml new file mode 100644 index 0000000..b9ae527 --- /dev/null +++ b/config/ars_nouveau/wither.toml @@ -0,0 +1,23 @@ + +#General settings +[general] + #Is Enabled? + enabled = true + #Cost + #Range: > -2147483648 + cost = 100 + #Is Starter Glyph? + starter = false + #The maximum number of times this glyph may appear in a single spell + #Range: > 1 + per_spell_limit = 2147483647 + #Limits the number of times a given augment may be applied to a given effect + #Example entry: "amplify=5" + augment_limits = [] + #Potion duration, in seconds + #Range: > 0 + potion_time = 30 + #Extend time duration, in seconds + #Range: > 0 + extend_time = 8 + diff --git a/config/awesomedungeon_general_.properties b/config/awesomedungeon_general_.properties new file mode 100644 index 0000000..c9c2119 --- /dev/null +++ b/config/awesomedungeon_general_.properties @@ -0,0 +1,3 @@ +#need help ? http://adfoc.us/70606381270177 +#Thu May 12 04:19:07 CDT 2022 +key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon diff --git a/config/awesomedungeonend_general_.properties b/config/awesomedungeonend_general_.properties new file mode 100644 index 0000000..c9c2119 --- /dev/null +++ b/config/awesomedungeonend_general_.properties @@ -0,0 +1,3 @@ +#need help ? http://adfoc.us/70606381270177 +#Thu May 12 04:19:07 CDT 2022 +key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon diff --git a/config/awesomedungeonnether_general_.properties b/config/awesomedungeonnether_general_.properties new file mode 100644 index 0000000..a154b36 --- /dev/null +++ b/config/awesomedungeonnether_general_.properties @@ -0,0 +1,3 @@ +#need help ? http://adfoc.us/70606381270177 +#Thu May 12 04:19:08 CDT 2022 +key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon diff --git a/config/betterfpsdist-common.toml b/config/betterfpsdist-common.toml new file mode 100644 index 0000000..928cb5b --- /dev/null +++ b/config/betterfpsdist-common.toml @@ -0,0 +1,6 @@ + +["Config category"] + #The amount by which the chunk render distance sphere is stretched in horizontal direction. default:false + #Range: 0.5 ~ 10.0 + stretch = 2.0 + diff --git a/config/bettermineshafts-forge-1_18.toml b/config/bettermineshafts-forge-1_18.toml new file mode 100644 index 0000000..3a74e54 --- /dev/null +++ b/config/bettermineshafts-forge-1_18.toml @@ -0,0 +1,106 @@ + +["YUNG's Better Mineshafts"] + # Default: .003 + "Mineshaft Spawn Rate" = 0.003 + # The lowest a mineshaft can spawn. + # Default: -55 + "Minimum y-coordinate" = -55 + # The highest the a mineshaft can spawn. + # Be careful, setting this too high may make mineshafts poke through ocean floors. + # Default: 30 + # + "Maximum y-coordinate" = 30 + + ########################################################################################################### + ## Ore deposit settings. + ########################################################################################################### + ["YUNG's Better Mineshafts"."Ore Deposits"] + "Enable Ore Deposits" = true + # Chance of an ore deposit being cobblestone only. + # Default: 50 + #Range: 0 ~ 100 + "Cobble Spawn Chance (Empty Deposit)" = 50 + # Chance of an ore deposit containing coal. + # Default: 20 + #Range: 0 ~ 100 + "Coal Spawn Chance" = 20 + # Chance of an ore deposit containing iron. + # Default: 9 + #Range: 0 ~ 100 + "Iron Spawn Chance" = 9 + # Chance of an ore deposit containing redstone. + # Default: 7 + #Range: 0 ~ 100 + "Redstone Spawn Chance" = 7 + # Chance of an ore deposit containing gold. + # Default: 7 + #Range: 0 ~ 100 + "Gold Spawn Chance" = 7 + # Chance of an ore deposit containing lapis lazuli. + # Default: 3 + #Range: 0 ~ 100 + "Lapis Spawn Chance" = 3 + # Chance of an ore deposit containing emerald. + # Default: 3 + #Range: 0 ~ 100 + "Emerald Spawn Chance" = 3 + # Chance of an ore deposit containing diamond. + # Default: 1 + #Range: 0 ~ 100 + "Diamond Spawn Chance" = 1 + + ########################################################################################################### + ## Spawn rates for various mineshaft parts and decorations. + ########################################################################################################### + ["YUNG's Better Mineshafts"."Spawn Rates & More"] + # The spawn rate for lanterns in the main shaft. + # Default: .0067 + #Range: 0.0 ~ 1.0 + "Lantern Spawn Rate" = 0.0067 + # The spawn rate for torches in small shafts. + # Default: .02 + #Range: 0.0 ~ 1.0 + "Torch Spawn Rate" = 0.02 + # The spawn rate for workstation side rooms along the main shaft. + # Default: .025 + #Range: 0.0 ~ 1.0 + "Workstation Spawn Rate" = 0.025 + # The spawn rate for workstation cellars below workstations along the main shaft. + # Default: .25 + #Range: 0.0 ~ 1.0 + "Workstation Cellar Spawn Rate" = 0.25 + # The spawn rate for smaller tunnels that generate along the main shaft. + # Default: .07 + #Range: 0.0 ~ 1.0 + "Small Shaft Spawn Rate" = 0.07 + # The spawn rate for cobwebs. + # Default: .15 + #Range: 0.0 ~ 1.0 + "Cobweb Spawn Rate" = 0.15 + # The spawn rate for minecarts holding chests in small shafts. + # Default: .00125 + #Range: 0.0 ~ 1.0 + "Small Shaft Chest Minecart Spawn Rate" = 0.00125 + # The spawn rate for minecarts holding TNT in small shafts. + # Default: .0025 + #Range: 0.0 ~ 1.0 + "Small Shaft TNT Minecart Spawn Rate" = 0.0025 + # The spawn rate for minecarts holding chests in the main shaft. + # Default: .01 + #Range: 0.0 ~ 1.0 + "Main Shaft Chest Minecart Spawn Rate" = 0.01 + # The spawn rate for minecarts holding TNT in the main shaft. + # Default: .0025 + #Range: 0.0 ~ 1.0 + "Main Shaft TNT Minecart Spawn Rate" = 0.0025 + # Percent chance of an Abandoned Miners' Outpost to spawn at the end of a small mineshaft tunnel. + # Default: 2 + #Range: 0 ~ 100 + "Abandoned Miners' Outpost Spawn Chance" = 2 + # The number of "pieces" (e.g. straight, turn, ladder, intersection, etc.) in a single small shaft. + # This determines the overall length of small shafts. + # Default: 9 + # + #Range: 0 ~ 1000 + "Small Shaft Piece Chain Length" = 9 + diff --git a/config/bettermineshafts/README.txt b/config/bettermineshafts/README.txt new file mode 100644 index 0000000..4171850 --- /dev/null +++ b/config/bettermineshafts/README.txt @@ -0,0 +1,10 @@ +This directory is for adding YUNG's Better Mineshafts advanced options. +Options provided may vary by version. + +NOTE - AS OF 1.18.2, MINESHAFT CUSTOMIZATION IS NOW DONE VIA DATA PACK! + +THE FOLLOWING INSTRUCTIONS APPLY TO VERSIONS BEFORE 1.18.2: + +This directory contains subdirectories for supported versions. The first time you run Better Mineshafts, a version subdirectory will be created if that version supports advanced options. +For example, the first time you use Better Mineshafts for Minecraft Forge 1.18, the 'forge-1_18 subdirectory will be created in this folder. +If no subdirectory for your version is created, then that version probably does not support advanced options. \ No newline at end of file diff --git a/config/bettermineshafts/forge-1_18_2/README.txt b/config/bettermineshafts/forge-1_18_2/README.txt new file mode 100644 index 0000000..8b01848 --- /dev/null +++ b/config/bettermineshafts/forge-1_18_2/README.txt @@ -0,0 +1,7 @@ +YUNG's Better Mineshafts for 1.18.2 no longer uses its own JSON files for creating custom mineshaft variants. +Minecraft 1.18.2 has introduced the ability to add custom structures via data pack, +so any mineshaft customization should be done by adding/modifying Better Mineshafts' configured_features via data pack. + +If you need help, join the Discord! + +discord.gg/rns3beq diff --git a/config/beyond_earth-common.toml b/config/beyond_earth-common.toml new file mode 100644 index 0000000..8dee726 --- /dev/null +++ b/config/beyond_earth-common.toml @@ -0,0 +1,21 @@ + +["Beyond Earth Config"] + #Enable or Disable Alien to Spawn + "Alien Spawn" = true + #Enable or Disable Alien Zombie to Spawn + "Alien Zombie Spawn" = true + #Enable or Disable Star Crawler to Spawn + "Star Crawler Spawn" = true + #Enable or Disable Pygro to Spawn + "Pygro Spawn" = true + #Enable or Disable Pygro Brute to Spawn + "Pygro Brute Spawn" = true + #Enable or Disable Mogler to Spawn + "Mogler Spawn" = true + #Enable or Disable Martian Raptor to Spawn + "Martian Raptor Spawn" = true + #Enable or Disable Player Oxygen System + "Player Oxygen System" = true + #Enable or Disable Entity Oxygen System + "Entity Oxygen System" = true + diff --git a/config/biomesoplenty/biome_toggles.json b/config/biomesoplenty/biome_toggles.json new file mode 100644 index 0000000..ae078e5 --- /dev/null +++ b/config/biomesoplenty/biome_toggles.json @@ -0,0 +1,67 @@ +{ + "bamboo_grove_enabled": true, + "bayou_enabled": true, + "bog_enabled": true, + "boreal_forest_enabled": true, + "cherry_blossom_grove_enabled": true, + "clover_patch_enabled": true, + "cold_desert_enabled": true, + "coniferous_forest_enabled": true, + "crag_enabled": true, + "crystalline_chasm_enabled": true, + "dead_forest_enabled": true, + "dryland_enabled": true, + "dune_beach_enabled": true, + "erupting_inferno_enabled": true, + "field_enabled": true, + "fir_clearing_enabled": true, + "floodplain_enabled": true, + "forested_field_enabled": true, + "fungal_jungle_enabled": true, + "glowing_grotto_enabled": true, + "grassland_enabled": true, + "highland_enabled": true, + "highland_moor_enabled": true, + "jade_cliffs_enabled": true, + "lavender_field_enabled": true, + "lavender_forest_enabled": true, + "lush_desert_enabled": true, + "lush_savanna_enabled": true, + "maple_woods_enabled": true, + "marsh_enabled": true, + "mediterranean_forest_enabled": true, + "muskeg_enabled": true, + "mystic_grove_enabled": true, + "old_growth_dead_forest_enabled": true, + "old_growth_woodland_enabled": true, + "ominous_woods_enabled": true, + "orchard_enabled": true, + "origin_valley_enabled": true, + "pasture_enabled": true, + "prairie_enabled": true, + "pumpkin_patch_enabled": true, + "rainbow_hills_enabled": true, + "rainforest_enabled": true, + "redwood_forest_enabled": true, + "rocky_rainforest_enabled": true, + "rocky_shrubland_enabled": true, + "scrubland_enabled": true, + "seasonal_forest_enabled": true, + "shrubland_enabled": true, + "snowy_coniferous_forest_enabled": true, + "snowy_fir_clearing_enabled": true, + "snowy_maple_woods_enabled": true, + "spider_nest_enabled": true, + "tropics_enabled": true, + "tundra_enabled": true, + "undergrowth_enabled": true, + "visceral_heap_enabled": true, + "volcanic_plains_enabled": true, + "volcano_enabled": true, + "wasteland_enabled": true, + "wetland_enabled": true, + "withered_abyss_enabled": true, + "wooded_scrubland_enabled": true, + "wooded_wasteland_enabled": true, + "woodland_enabled": true +} \ No newline at end of file diff --git a/config/biomesoplenty/generation.toml b/config/biomesoplenty/generation.toml new file mode 100644 index 0000000..2911153 --- /dev/null +++ b/config/biomesoplenty/generation.toml @@ -0,0 +1,16 @@ + +#World generation related options. +[overworld] + #The weighting of bop biome regions in the overworld. + #Range: > 0 + bop_overworld_region_weight = 13 + #The weighting of bop biome regions in the nether. + #Range: > 0 + bop_nether_region_weight = 13 + #The weighting of rare bop biome regions in the overworld. + #Range: > 0 + bop_overworld_rare_region_weight = 2 + #The weighting of rare bop biome regions in the nether. + #Range: > 0 + bop_nether_rare_region_weight = 2 + diff --git a/config/botania-common.toml b/config/botania-common.toml new file mode 100644 index 0000000..149bfed --- /dev/null +++ b/config/botania-common.toml @@ -0,0 +1,58 @@ +#Set this to false to disable the animation when an item is charging on top of a mana pool +chargeAnimation = true +#Turn this off ONLY IF you're on an extremely large world with an exaggerated count of Mana Spreaders/Mana Pools and are experiencing TPS lag. This toggles whether flowers are strict with their checking for connecting to pools/spreaders or just check whenever possible. +flowerBindingForceCheck = true +#Set to false to disable the ability for the Hand of Ender to pickpocket other players' ender chests +enderPickpocket = true +#Set this to false to disable the Mana Enchanter. Since some people find it OP or something. This only disables the entry and creation. Old ones that are already in the world will stay. +manaEnchanter = true +#Set this to false to disable the Relic System. This only disables the entries, drops and achievements. Old ones that are already in the world will stay. +relics = true +#Set this to true to invert the Ring of Magnetization's controls (from shift to stop to shift to work) +invertMagnetRing = false +#List of modids to prioritize when choosing a random ore from the tag. +#By default, the chosen ore is randomly picked from all ores in the ore's tag. +#Ores from mods present on this list will be picked over mods listed lower or not listed at all. +#Applying changes at runtime requires /reload afterwards. +orechidPriorityMods = [] +#Set this to false to disable mystical flower and mushroom worldgen. More fine-tuned customization should be done with datapacks. +worldgen = true + +[blockBreakingParticles] + #Set this to false to remove the block breaking particles from the flowers and other items in the mod. + enabled = true + #Set this to false to remove the block breaking particles from the Terra Shatterer, as there can be a good amount in higher levels. + toolEnabled = true + +[manaSpreaders] + #Set this to true to disable the mana spreader shooting sound + silent = false + #How many ticks into the future will mana spreaders attempt to predict where mana bursts go? Setting this lower will improve spreader performance, but will cause them to not fire at targets that are too far away. + #Range: > 1 + traceTime = 400 + +[harvestLevels] + #The harvest level of the Mana Lens: Weight. 3 is diamond level. Defaults to 2 (iron level) + #Range: > 0 + weightLens = 2 + #The harvest level of the Mana Lens: Bore. 3 is diamond level. Defaults to 3 + #Range: > 0 + boreLens = 3 + +[gardenOfGlass] + #Set this to false to disable spawning with a Lexica Botania in Garden of Glass worlds, if you are modifying the modpack's progression to not start with Botania. + spawnWithLexicon = true + #The multiplier for island distances for multiplayer Garden of Glass worlds. + #Islands are placed on a grid with 256 blocks between points, with the spawn island always being placed on 256, 256. + #By default, the scale is 8, putting each island on points separated by 2048 blocks. + #Values below 4 (1024 block spacing) are not recommended due to Nether portal collisions. + #Range: 1 ~ 512 + islandScaleMultiplier = 8 + +[rannuncarpus] + #List of item registry names that will be ignored by rannuncarpuses when placing blocks. + itemBlacklist = [] + #List of mod names for rannuncarpuses to ignore. + #Ignores Storage Drawers by default due to crashes with placing drawer blocks without player involvement. + modBlacklist = ["storagedrawers"] + diff --git a/config/chiselsandbits-common.toml b/config/chiselsandbits-common.toml new file mode 100644 index 0000000..d92537a --- /dev/null +++ b/config/chiselsandbits-common.toml @@ -0,0 +1,19 @@ + +[help] + #Should the help information be visible in tooltips? + enabled-in-tooltips = true + +[performance] + + [performance.caches] + + [performance.caches.sizes] + #performance.caches.sizes.collision-boxes.comment + #Range: 0 ~ 9223372036854775807 + collision-boxes = 10000 + + [performance.saving] + #performance.saving.thread-count.comment + #Range: 1 ~ 8 + thread-count = 4 + diff --git a/config/citadel-common.toml b/config/citadel-common.toml new file mode 100644 index 0000000..af71d32 --- /dev/null +++ b/config/citadel-common.toml @@ -0,0 +1,8 @@ + +[general] + #True if citadel tracks entity properties(freezing, stone mobs, etc) on server. Turn this to false to solve some server lag, may break some stuff. + "Track Entities" = true + #Multiplies the count of entities spawned by this number. 0 = no entites added on chunk gen, 2 = twice as many entities added on chunk gen. Useful for many mods that add a lot of creatures, namely animals, to the spawn lists. + #Range: 0.0 ~ 100000.0 + chunkGenSpawnModifier = 1.0 + diff --git a/config/create-common.toml b/config/create-common.toml new file mode 100644 index 0000000..61e10bd --- /dev/null +++ b/config/create-common.toml @@ -0,0 +1,64 @@ + +[worldgen] + + # + #Modify Create's impact on your terrain + [worldgen.v2] + # + #Prevents all worldgen added by Create from taking effect + disableWorldGen = false + + [worldgen.v2.striated_ores_nether] + # + #Range: > 0 + clusterSize = 32 + # + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 0.0833333358168602 + # + #Range: > -64 + minHeight = 40 + # + #Range: > -64 + maxHeight = 90 + + [worldgen.v2.striated_ores_overworld] + # + #Range: > 0 + clusterSize = 32 + # + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 0.0833333358168602 + # + #Range: > -64 + minHeight = -30 + # + #Range: > -64 + maxHeight = 70 + + [worldgen.v2.zinc_ore] + # + #Range: > 0 + clusterSize = 12 + # + #Amount of clusters generated per Chunk. + # >1 to spawn multiple. + # <1 to make it a chance. + # 0 to disable. + #Range: 0.0 ~ 512.0 + frequency = 8.0 + # + #Range: > -64 + minHeight = -63 + # + #Range: > -64 + maxHeight = 70 + diff --git a/config/createaddition-common.toml b/config/createaddition-common.toml new file mode 100644 index 0000000..763b874 --- /dev/null +++ b/config/createaddition-common.toml @@ -0,0 +1,156 @@ + +#Wires +[wires] + #Connector max input in FE/t (Energy transfer). + #Range: > 0 + connector_max_input = 256 + #Max wire length in blocks. + #Range: 0 ~ 256 + wire_length = 12 + #Connector max output in FE/t (Energy transfer). + #Range: > 0 + connector_max_output = 256 + #Connector internal input buffer in FE. + #Range: > 0 + connector_input_capacity = 512 + +#General Settings +[general] + #Forge Energy conversion rate (in FE/t at max RPM). + #Range: > 0 + fe_conversion = 240 + #Max stress for the Alternator and Electric Motor (in SU at max RPM). + #Range: > 0 + baseline_stress = 8192 + +#Charger (Deprecated) +[charger] + #Charger max input in FE/t (Energy transfer). + #Range: > 0 + charger_max_input = 8192 + #Charger charge rate in FE/t. + #Range: > 0 + charger_charge_rate = 8192 + #Charger internal capacity in FE. + #Range: > 0 + charger_capacity = 32000 + +#Electric Motor +[electric_motor] + #Electric Motor internal capacity in FE. + #Range: > 0 + motor_capacity = 2048 + #Electric Motor minimum required energy consumption in FE/t. + #Range: > 0 + motor_min_consumption = 8 + #Electric Motor max input in FE (Energy transfer not consumption). + #Range: > 0 + motor_max_input = 256 + #Electric Motor min/max RPM. + #Range: > 1 + motor_rpm_range = 256 + +#Heater +[heater] + #Enable Induction Heater when attached to a Furnace Engine. + heater_furnace_engine_enable = false + #Induction Heater internal capacity in FE. + #Range: > 0 + heater_capacity = 2048 + #Induction Heater max input in FE (Energy transfer, not consumption). + #Range: > 0 + heater_max_input = 256 + #Induction Heater normal consumption rate in FE/t. + #Range: > 0 + heater_normal_consumption = 256 + #Induction Heater when attached to a Furnace Engine consumption rate in FE/t. + #Range: > 0 + heater_furnace_engine_consumption = 1024 + +#Tesla Coil +[tesla_coil] + #Tesla Coil charge rate in FE/t. + #Range: > 0 + tesla_coil_charge_rate = 4096 + #Tesla Coil fire interval (in ticks). + #Range: > 0 + tesla_coil_fire_cooldown = 20 + #Hurt range (in blocks/meters). + #Range: > 0 + tesla_coil_hurt_range = 3 + #The chance that a AE2 Certus Quartz will be turned into Charged Certus Quartz for every tick. + #Range: 0.0 ~ 1.0 + certus_quartz_charge_chance = 0.96 + #Charger internal capacity in FE. + #Range: > 0 + tesla_coil_capacity = 32000 + #Energy consumed when Tesla Coil is fired (in FE). + #Range: > 0 + tesla_coil_hurt_energy_required = 1024 + #The duration of the Shocked effect for mobs (in ticks). + #Range: > 0 + tesla_coil_effect_time_mob = 20 + #The duration of the Shocked effect for players (in ticks). + #Range: > 0 + tesla_coil_effect_time_player = 20 + #Tesla Coil max input in FE/t (Energy transfer). + #Range: > 0 + tesla_coil_max_input = 8192 + #Tesla Coil charge rate in FE/t for recipes. + #Range: > 0 + tesla_coil_recipe_charge_rate = 1024 + #Damaged dealt to mobs when Tesla Coil is fired (in half hearts). + #Range: > 0 + tesla_coil_hurt_mob = 3 + #Damaged dealt to players when Tesla Coil is fired (in half hearts). + #Range: > 0 + tesla_coil_hurt_player = 2 + +#Alternator +[alternator] + #Alternator efficiency relative to base conversion rate. + #Range: 0.01 ~ 1.0 + generator_efficiency = 0.75 + #Alternator internal capacity in FE. + #Range: > 0 + generator_capacity = 2048 + #Alternator max input in FE (Energy transfer, not generation). + #Range: > 0 + generator_max_output = 256 + +#Accumulator +[accumulator] + #Accumulator internal capacity in FE. + #Range: > 0 + accumulator_capacity = 4196000 + #Accumulator max output in FE/t (Energy transfer). + #Range: > 0 + accumulator_max_output = 512 + #Accumulator max input in FE/t (Energy transfer). + #Range: > 0 + accumulator_max_input = 512 + +#Rolling Mill +[rolling_mill] + #Rolling Mill duration in ticks. + #Range: > 0 + rolling_mill_processing_duration = 100 + #Rolling Mill base stress impact. + #Range: 0 ~ 1024 + rolling_mill_stress = 16 + +#Misc +[misc] + #Diamond Grit Sandpaper durability (number of uses). + #Range: > 3 + diamond_grit_sandpaper_uses = 1024 + #The relative speed of the Furnace Engine when powered by a Crude Burner. + #Range: 0.0 ~ 100.0 + crude_burner_engine_speed = 2.0 + #The energy cost of turning Chromatic Compound into Overcharged Alloy. + #Range: > 1 + overcharging_energy_cost = 16777216 + #The relative speed of the Furnace Engine when powered by a Furnace Burner. + #Range: 0.0 ~ 100.0 + furnace_burner_engine_speed = 1.0 + diff --git a/config/createdeco-common.toml b/config/createdeco-common.toml new file mode 100644 index 0000000..8874522 --- /dev/null +++ b/config/createdeco-common.toml @@ -0,0 +1,6 @@ + +#General Settings +[general] + #allow coin recipe + can_press_coins = false + diff --git a/config/cucumber-common.toml b/config/cucumber-common.toml new file mode 100644 index 0000000..f8ce1e5 --- /dev/null +++ b/config/cucumber-common.toml @@ -0,0 +1,6 @@ + +#General configuration options. +[General] + #Mod ids (in order) to prioritize using items for when generating the cucumber-tags.json file. + modTagPriorities = ["thermal", "mekanism", "tconstruct", "immersiveengineering", "appliedenergistics2"] + diff --git a/config/cucumber-tags.json b/config/cucumber-tags.json new file mode 100644 index 0000000..5e340e0 --- /dev/null +++ b/config/cucumber-tags.json @@ -0,0 +1,31 @@ +{ + "__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config", + "forge:ingots/aluminum": "immersiveengineering:ingot_aluminum", + "forge:ingots/constantan": "immersiveengineering:ingot_constantan", + "forge:ingots/tungsten": "null", + "forge:ingots/mithril": "null", + "forge:ingots/tin": "mekanism:ingot_tin", + "forge:ingots/iridium": "null", + "forge:ingots/zinc": "create:zinc_ingot", + "forge:gems/sapphire": "null", + "forge:ingots/bronze": "tcintegrations:bronze_ingot", + "forge:ingots/invar": "null", + "forge:gems/ruby": "null", + "forge:dusts/niter": "null", + "forge:ingots/chrome": "null", + "forge:ingots/electrum": "immersiveengineering:ingot_electrum", + "forge:silicon": "ae2:silicon", + "forge:gems/apatite": "null", + "forge:ingots/brass": "create:brass_ingot", + "forge:ingots/silver": "immersiveengineering:ingot_silver", + "forge:dusts/saltpeter": "immersiveengineering:dust_saltpeter", + "forge:ingots/steel": "beyond_earth:steel_ingot", + "forge:ingots/titanium": "null", + "forge:rubber": "null", + "forge:ingots/platinum": "null", + "forge:dusts/sulfur": "mekanism:dust_sulfur", + "forge:ingots/lead": "mekanism:ingot_lead", + "forge:ingots/graphite": "null", + "forge:ingots/uranium": "mekanism:ingot_uranium", + "forge:ingots/nickel": "immersiveengineering:ingot_nickel" +} \ No newline at end of file diff --git a/config/enderchests.toml b/config/enderchests.toml new file mode 100644 index 0000000..6187f25 --- /dev/null +++ b/config/enderchests.toml @@ -0,0 +1,67 @@ +#With this disabled chests are essentially locked to the crafted color as dyes will no longer work +enable_in_world_coloring = true + +#Item used to upgrade the EnderChests +[upgrade_item_tags] + #Items used to make the chests personal + personal = ["tag|forge:gems/diamond"] + #Items used to make the chests team chests + team = ["tag|forge:gems/emerald"] + #Items that upgrade storage capacity by 3 + small_capacity = ["minecraft:ender_pearl"] + #Items that upgrade storage capacity by 9 + large_capacity = ["minecraft:ender_eye"] + #Items that upgrade storage capacity by 3 + #Each item can only be use once per chest + small_capacity_singleuse = [] + #Items that upgrade storage capacity by 9 + #Each item can only be use once per chest + large_capacity_singleuse = [] + +#Adjust how many inventory slots are available +[capacity_settings] + #Minimum capacity an EnderChest holds + #Range: 9 ~ 27 + chest_size_min = 9 + #Maximum capacity an EnderChest holds + #Range: 9 ~ 54 + chest_size_max = 27 + +[access_settings] + #When enabled these bags access a players vanilla EnderChest, if disabled they will only be a crafting ingredient + ender_pouch = true + #Enables the usage of public chests, if disabled chests must be upgraded before use + public_chests = true + #Enables the creation of personal chests, if disabled chests can not set personal. + #Does not effect chests that are already set as personal + personal_chests = true + #Enables the creation of team chests, if disabled chests can not be set team. + #Does not effect chests that are already set as team + team_chests = true + #Enables the usage of public bags, if disabled bags must be linked to an upgraded chest before use + public_bags = true + #Enables the linking of bags to personal chests. + #Does not effect bags that are already linked to personal chests + personal_bags = true + #Enables the linking of bags to team chests. + #Does not effect bags that are already linked to team chests + team_bags = true + #Public chests can be used with automation. + public_automation = true + #Personal chests can be used with automation. + personal_automation = true + #Team chests can be used with automation. + team_automation = true + #While true a Personal chest can only be edited (upgrade, move, etc) by the owner + personal_edit_lock = true + #While true a Team chest can only be edited (upgrade, move, etc) by a team member + team_edit_lock = true + #While true only the owner can link a bag to their chests + personal_link_lock = true + #While true only a team member can link a bag to team chests + team_link_lock = true + #While true only the owner can use the chest + personal_use_lock = false + #While true only a team member can use the chest + team_use_lock = false + diff --git a/config/endertanks.toml b/config/endertanks.toml new file mode 100644 index 0000000..9fb406c --- /dev/null +++ b/config/endertanks.toml @@ -0,0 +1,90 @@ +#With this disabled tanks are essentially locked to the crafted color as dyes will no longer work +enable_in_world_coloring = true + +#Items used to upgrade the EnderTanks +[upgrade_items] + #Items used to make the tanks personal + personal = ["tag|forge:gems/diamond"] + #Items used to make the tanks team tanks + team = ["tag|forge:gems/emerald"] + #Items that apply a small storage capacity upgrade + small_capacity = ["minecraft:ender_pearl"] + #Items that apply a large storage capacity upgrade + large_capacity = ["minecraft:ender_eye"] + #Items that are used to increase the tanks internal transfer pump + pump = ["minecraft:piston"] + #Items that apply a small storage capacity upgrade + #Each item can only be use once per tank + small_capacity_singleuse = [] + #Items that apply a large storage capacity upgrade + #Each item can only be use once per tank + large_capacity_singleuse = [] + #Items that are used to increase the tanks internal transfer pump + #Each item can only be use once per tank + pump_singleuse = [] + +#Set the number of buckets a tank holds, how many pump upgrades can be applied, and the value of a storage upgrade +[capacity_settings] + #How many internal transfer pump upgrades can a tank have? + # default is only 1/4 bucket, upgrades make it a bucket per upgrade + #Range: 0 ~ 8 + tank_pump_max = 4 + #Minimum capacity an EnderTank holds + #Range: 4 ~ 128 + tank_size_min = 32 + #Maximum capacity an EnderTank holds + #Range: 4 ~ 512 + tank_size_max = 256 + #Capacity increased by small capacity upgrade items + #Range: 2 ~ 16 + small_capacity_upgrade = 8 + #Capacity increased by large capacity upgrade items + #Range: 4 ~ 32 + large_capacity_upgrade = 16 + +[access_settings] + #Enables the usage of public tanks, if disabled tanks must be upgraded before use + public_tanks = true + #Enables the creation of personal tanks, if disabled tanks can not set personal. + #Does not effect tanks that are already set as personal + personal_tanks = true + #Enables the creation of team tanks, if disabled tanks can not be set team. + #Does not effect tanks that are already set as team + team_tanks = true + #Enables the usage of public buckets, if disabled buckets must be linked to an upgraded tank before use + public_buckets = true + #Enables the linking of buckets to personal tanks. + #Does not effect buckets that are already linked to personal tanks + personal_buckets = true + #Enables the linking of buckets to team tanks. + #Does not effect buckets that are already linked to team tanks + team_buckets = true + #Public tanks can be used with automation. + #The internal pump is unaffected by this setting + public_automation = true + #Personal tanks can be used with automation. + #The internal pump is unaffected by this setting + personal_automation = true + #Team tanks can be used with automation. + #The internal pump is unaffected by this setting + team_automation = true + #While true a Personal tank can only be edited (upgrade, move, etc) by the owner + personal_edit_lock = true + #While true a Team tank can only be edited (upgrade, move, etc) by a team member + team_edit_lock = true + #While true only the owner can link a bucket to their tanks + personal_link_lock = true + #While true only a team member can link a bucket to team tanks + team_link_lock = true + #While true only the owner can use the tank + personal_use_lock = false + #While true only a team member can use the tank + team_use_lock = false + +#Mod integration can be disabled to solve compatibility issues, remove unwanted/unneeded features, etc. +[integration] + store_mekanism_gas = true + store_mekanism_infusion = true + store_mekanism_pigment = true + store_mekanism_slurry = true + diff --git a/config/farmersdelight-common.toml b/config/farmersdelight-common.toml new file mode 100644 index 0000000..b8aeb4d --- /dev/null +++ b/config/farmersdelight-common.toml @@ -0,0 +1,100 @@ + +#Game settings +[settings] + #Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable? + enableVanillaCropCrates = true + #Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing) + farmersBuyFDCrops = true + #Should the Wandering Trader sell some of this mod's items? (Currently includes crop seeds and onions) + wanderingTraderSellsFDItems = true + #How often (in percentage) should Rich Soil succeed in boosting a plant's growth at each random tick? Set it to 0.0 to disable this. + #Range: 0.0 ~ 1.0 + richSoilBoostChance = 0.2 + #How much of a bonus (in percentage) should each level of Fortune grant to Cutting Board chances? Set it to 0.0 to disable this. + #Range: 0.0 ~ 1.0 + cuttingBoardFortuneBonus = 0.1 + #A list of dye colors that, when used as the background of a Canvas Sign, should default to white text when placed. + #Dyes: ["white", "orange", "magenta", "light_blue", "yellow", "lime", "pink", "gray", "light_gray", "cyan", "purple", "blue", "brown", "green", "red", "black"] + canvasSignDarkBackgroundList = ["gray", "purple", "blue", "brown", "green", "red", "black"] + +#Vanilla item overrides +[overrides] + #Should soups and stews from vanilla Minecraft grant additional effects, like meals from this mod? + vanillaSoupExtraEffects = true + #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten? + rabbitStewJumpBoost = true + #Should most vanilla tools register a dispenser behavior when facing a Cutting Board? + dispenserUsesToolsOnCuttingBoard = true + + #Stack size overrides + [overrides.stack_size] + #Should SoupItems in the following list become stackable to 16, much like Farmer's Delight's meals? + enableStackableSoupItems = true + #List of SoupItems. Default: vanilla soups and stews. + soupItemList = ["minecraft:mushroom_stew", "minecraft:beetroot_soup", "minecraft:rabbit_stew"] + #Toggle this setting to instead make ALL SoupItems stackable, except the ones on the list (deny-list). This affects items from other mods, so be careful! + overrideAllSoupItems = false + +#World generation +[world] + #Should this mod add some of its items (ropes, seeds, knives, meals etc.) as extra chest loot across Minecraft? + generateFDChestLoot = true + #Generate Compost Heaps across all village biomes + genVillageCompostHeaps = true + + #Wild Cabbage generation + [world.wild_cabbages] + #Generate wild cabbages on beaches + genWildCabbages = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 30 + + #Sea Beet generation + [world.wild_beetroots] + #Generate sea beets on beaches + genWildBeetroots = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 30 + + #Wild Potato generation + [world.wild_potatoes] + #Generate wild potatoes on cold biomes (temperature between 0.0 and 0.3) + genWildPotatoes = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 100 + + #Wild Carrot generation + [world.wild_carrots] + #Generate wild carrots on temperate biomes (temperature between 0.4 and 0.9) + genWildCarrots = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 120 + + #Wild Onion generation + [world.wild_onions] + #Generate wild onions on temperate biomes (temperature between 0.4 and 0.9) + genWildOnions = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 120 + + #Tomato Vines generation + [world.wild_tomatoes] + #Generate tomato vines on arid biomes (temperature 1.0 or higher) + genWildTomatoes = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 100 + + #Wild Rice generation + [world.wild_rice] + #Generate wild rice on swamps and jungles + genWildRice = true + #Chance of generating clusters. Smaller value = more frequent. + #Range: > 0 + chance = 20 + diff --git a/config/farmersrespite-common.toml b/config/farmersrespite-common.toml new file mode 100644 index 0000000..56e2535 --- /dev/null +++ b/config/farmersrespite-common.toml @@ -0,0 +1,14 @@ + +#Game settings +[settings] + #Are tea bushes bonemealable? + enableBoneMealTeaBush = false + #Are coffee bushes bonemealable? + enableBoneMealCoffeeBush = false + #Chance of generating wild tea bushes. Bigger value = more frequent. + #Range: 0 ~ 20 + teaBushChance = 10 + #Chance of generating coffee bushes. Bigger value = more frequent. + #Range: 0 ~ 20 + coffeeBushChance = 10 + diff --git a/config/ferritecore-mixin.toml b/config/ferritecore-mixin.toml new file mode 100644 index 0000000..a6327fe --- /dev/null +++ b/config/ferritecore-mixin.toml @@ -0,0 +1,21 @@ +#Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +#Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +#Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +#Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +#Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +#Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +#Replace the blockstate neighbor table +replaceNeighborLookup = true +#Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false +#Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +#Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true + diff --git a/config/fml.toml b/config/fml.toml new file mode 100644 index 0000000..e1ca72d --- /dev/null +++ b/config/fml.toml @@ -0,0 +1,8 @@ +# Enable forge global version checking +versionCheck = true +# does the splashscreen run +splashscreen = true +defaultConfigPath = "defaultconfigs" +# max threads for parallel loading : -1 uses Runtime#availableProcessors +maxThreads = -1 + diff --git a/config/forge-common.toml b/config/forge-common.toml new file mode 100644 index 0000000..bef1dd9 --- /dev/null +++ b/config/forge-common.toml @@ -0,0 +1,7 @@ + +#General configuration settings +[general] + #Defines a default world type to use. The vanilla default world type is represented by 'default'. + #The modded world types are registry names which should include the registry namespace, such as 'examplemod:example_world_type'. + defaultWorldType = "default" + diff --git a/config/immersiveengineering-common.toml b/config/immersiveengineering-common.toml new file mode 100644 index 0000000..18d19a2 --- /dev/null +++ b/config/immersiveengineering-common.toml @@ -0,0 +1,29 @@ +#IMPORTANT NOTICE: +#THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for IE. +#All modifiers for machines, all ore gen, the retrogen features and most other adjustable values have been moved to immersiveengineering-server.toml. +#That file is PER WORLD, meaning you have to go into 'saves//serverconfig' to adjust it. Those changes will then only apply for THAT WORLD. +#You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON. +#This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer. +importantInfo = true +#A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from. +#This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority. +preferredOres = ["immersiveengineering", "minecraft"] + +[debug] + #A config setting to enable debug features. These features may vary between releases, may cause crashes, and are unsupported. Do not enable unless asked to by a developer of IE. + enableDebug = false + + [debug.wires] + #Enable detailed logging for the wire network. This can be useful for developers to track down issues related to wires. + enableWireLogger = false + #Run sanity checks on the wire network after every interaction. This will cause a decent amount of lag and a lot of log spam if the wire network isn't fully intact. Only enable when asked to by an IE developer. + validateNets = false + +#A list of all mods that IE has integrated compatability for +#Setting any of these to false disables the respective compat +[compat] + theoneprobe = true + curios = true + computercraft = true + oc2 = true + diff --git a/config/ironfurnaces-client.toml b/config/ironfurnaces-client.toml new file mode 100644 index 0000000..70f300b --- /dev/null +++ b/config/ironfurnaces-client.toml @@ -0,0 +1,160 @@ + +#Modded Furnace Settings +[modded_furnaces] + + [modded_furnaces.vibranium_furnace] + # Number of items that can be smelted at once. The regular furnace only smelts 1 item at once of course. + # Default: 32 + #Range: 1 ~ 64 + mult = 32 + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 3 + #Range: 1 ~ 72000 + speed = 3 + + [modded_furnaces.allthemodium_furnace] + # Number of items that can be smelted at once. The regular furnace only smelts 1 item at once of course. + # Default: 16 + #Range: 1 ~ 64 + mult = 16 + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 5 + #Range: 1 ~ 72000 + speed = 5 + + [modded_furnaces.unobtanium_furnace] + # Number of items that can be smelted at once. The regular furnace only smelts 1 item at once of course. + # Default: 64 + #Range: 1 ~ 64 + mult = 64 + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 1 + #Range: 1 ~ 72000 + speed = 1 + +#Update Checker Settings +[updates] + + [updates.check_updates] + # true = check for updates, false = don't check for updates. + # Default: true. + updates = true + +#Furnace Settings +[furnaces] + # The capacity of the recipe cache, higher values use more memory. + # Default: 10 + #Range: 1 ~ 100 + recipe_cache = 10 + + [furnaces.iron_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 160 + #Range: 2 ~ 72000 + speed = 160 + + [furnaces.obsidian_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 20 + #Range: 2 ~ 72000 + speed = 20 + + [furnaces.crystal_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 40 + #Range: 2 ~ 72000 + speed = 40 + + [furnaces.netherite_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 5 + #Range: 2 ~ 72000 + speed = 5 + + [furnaces.diamond_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 80 + #Range: 2 ~ 72000 + speed = 80 + + [furnaces.copper_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 180 + #Range: 2 ~ 72000 + speed = 180 + + [furnaces.furance_xp_drop] + # This value indicates when the furnace should 'overload' and spit out the xp stored. + # Default: 10, Recipes + #Range: 1 ~ 500 + value = 10 + # This value indicates when the furnace should 'overload' and spit out the xp stored. + # Default: 100000, Single recipe uses + #Range: 1 ~ 1000000 + value_two = 100000 + + [furnaces.emerald_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 40 + #Range: 2 ~ 72000 + speed = 40 + + [furnaces.silver_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 140 + #Range: 2 ~ 72000 + speed = 140 + + [furnaces.rainbow_furnace] + # How many furnaces that needs to be linked in order for the Rainbow Furnace to generate power. + # Default: 7 + #Range: 1 ~ 100000000 + power_to_generate = 10000 + # How many furnaces that needs to be linked in order for the Rainbow Furnace to generate power. + # Default: 7 + #Range: 1 ~ 100 + power = 7 + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 20 + #Range: 2 ~ 72000 + speed = 20 + + [furnaces.gold_furnace] + # Number of ticks to complete one smelting operation. + # 200 ticks is what a regular furnace takes. + # Default: 120 + #Range: 2 ~ 72000 + speed = 120 + +#JEI Settings +[jei] + + [jei.jei] + # Enable or disable the Click Area inside the GUI in all of Iron Furnaces' furnaces. + enable_jei_click_area = true + # Enable or disable the Catalysts in Jei for Iron Furnaces. + enable_jei_catalysts = true + # Enable or disable the JeiPlugin of Iron Furnaces. + enable_jei = true + +#Misc +[misc] + + [misc.misc] + # Enable or disable the Rainbow Content + rainbow = true + # Show furnace settings errors in chat, used for debugging + errors = false + diff --git a/help.yml b/config/ironfurnaces.toml similarity index 100% rename from help.yml rename to config/ironfurnaces.toml diff --git a/config/ironjetpacks-common.toml b/config/ironjetpacks-common.toml new file mode 100644 index 0000000..f3b69ed --- /dev/null +++ b/config/ironjetpacks-common.toml @@ -0,0 +1,17 @@ + +#General configuration options. +[General] + #Should jetpacks be enachantable? + enchantableJetpacks = false + +#Dynamic recipe options. +[Recipe] + #Enable default recipes for Energy Cells? + cells = true + #Enable default recipes for Thrusters? + thrusters = true + #Enable default recipes for Capacitors? + capacitors = true + #Enable default recipes for Jetpacks? + jetpacks = true + diff --git a/config/ironjetpacks/jetpacks/bronze.json b/config/ironjetpacks/jetpacks/bronze.json new file mode 100644 index 0000000..c04d0d0 --- /dev/null +++ b/config/ironjetpacks/jetpacks/bronze.json @@ -0,0 +1,24 @@ +{ + "name": "bronze", + "disable": false, + "tier": 2, + "color": "da9839", + "armorPoints": 3, + "enchantability": 9, + "craftingMaterial": "tag:forge:ingots/bronze", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 800000, + "usage": 120, + "speedVertical": 0.41, + "accelVertical": 0.12, + "speedSideways": 0.14, + "speedHoverAscend": 0.27, + "speedHoverDescend": 0.25, + "speedHover": 0.075, + "sprintSpeedMulti": 1.1, + "sprintSpeedMultiVertical": 1.05, + "sprintFuelMulti": 2.1 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/copper.json b/config/ironjetpacks/jetpacks/copper.json new file mode 100644 index 0000000..098beed --- /dev/null +++ b/config/ironjetpacks/jetpacks/copper.json @@ -0,0 +1,24 @@ +{ + "name": "copper", + "disable": false, + "tier": 1, + "color": "ee825b", + "armorPoints": 2, + "enchantability": 12, + "craftingMaterial": "minecraft:copper_ingot", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 250000, + "usage": 85, + "speedVertical": 0.29, + "accelVertical": 0.11, + "speedSideways": 0.1, + "speedHoverAscend": 0.23, + "speedHoverDescend": 0.25, + "speedHover": 0.092, + "sprintSpeedMulti": 1.05, + "sprintSpeedMultiVertical": 1.025, + "sprintFuelMulti": 1.4 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/creative.json b/config/ironjetpacks/jetpacks/creative.json new file mode 100644 index 0000000..1d9eedd --- /dev/null +++ b/config/ironjetpacks/jetpacks/creative.json @@ -0,0 +1,24 @@ +{ + "name": "creative", + "disable": false, + "tier": -1, + "color": "cf1ae9", + "armorPoints": 8, + "enchantability": 0, + "craftingMaterial": "null", + "creative": true, + "rarity": 3, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 0, + "usage": 0, + "speedVertical": 1.03, + "accelVertical": 0.17, + "speedSideways": 0.21, + "speedHoverAscend": 0.45, + "speedHoverDescend": 0.25, + "speedHover": 0.0, + "sprintSpeedMulti": 2.0, + "sprintSpeedMultiVertical": 1.5, + "sprintFuelMulti": 0.0 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/diamond.json b/config/ironjetpacks/jetpacks/diamond.json new file mode 100644 index 0000000..495f345 --- /dev/null +++ b/config/ironjetpacks/jetpacks/diamond.json @@ -0,0 +1,24 @@ +{ + "name": "diamond", + "disable": false, + "tier": 4, + "color": "4cf4e0", + "armorPoints": 4, + "enchantability": 10, + "craftingMaterial": "tag:forge:gems/diamond", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 30000000, + "usage": 650, + "speedVertical": 0.9, + "accelVertical": 0.15, + "speedSideways": 0.19, + "speedHoverAscend": 0.41, + "speedHoverDescend": 0.25, + "speedHover": 0.005, + "sprintSpeedMulti": 1.8, + "sprintSpeedMultiVertical": 1.4, + "sprintFuelMulti": 3.8 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/electrum.json b/config/ironjetpacks/jetpacks/electrum.json new file mode 100644 index 0000000..8295255 --- /dev/null +++ b/config/ironjetpacks/jetpacks/electrum.json @@ -0,0 +1,24 @@ +{ + "name": "electrum", + "disable": false, + "tier": 3, + "color": "f6f395", + "armorPoints": 2, + "enchantability": 18, + "craftingMaterial": "tag:forge:ingots/electrum", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 10000000, + "usage": 310, + "speedVertical": 0.79, + "accelVertical": 0.14, + "speedSideways": 0.17, + "speedHoverAscend": 0.37, + "speedHoverDescend": 0.25, + "speedHover": 0.03, + "sprintSpeedMulti": 1.6, + "sprintSpeedMultiVertical": 1.3, + "sprintFuelMulti": 3.5 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/emerald.json b/config/ironjetpacks/jetpacks/emerald.json new file mode 100644 index 0000000..fee1821 --- /dev/null +++ b/config/ironjetpacks/jetpacks/emerald.json @@ -0,0 +1,24 @@ +{ + "name": "emerald", + "disable": false, + "tier": 5, + "color": "4dd979", + "armorPoints": 4, + "enchantability": 15, + "craftingMaterial": "tag:forge:gems/emerald", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 48000000, + "usage": 880, + "speedVertical": 1.03, + "accelVertical": 0.17, + "speedSideways": 0.21, + "speedHoverAscend": 0.45, + "speedHoverDescend": 0.25, + "speedHover": 0.0, + "sprintSpeedMulti": 2.0, + "sprintSpeedMultiVertical": 1.5, + "sprintFuelMulti": 4.0 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/gold.json b/config/ironjetpacks/jetpacks/gold.json new file mode 100644 index 0000000..e889d9d --- /dev/null +++ b/config/ironjetpacks/jetpacks/gold.json @@ -0,0 +1,24 @@ +{ + "name": "gold", + "disable": false, + "tier": 3, + "color": "f9eb59", + "armorPoints": 2, + "enchantability": 25, + "craftingMaterial": "tag:forge:ingots/gold", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 10000000, + "usage": 300, + "speedVertical": 0.61, + "accelVertical": 0.13, + "speedSideways": 0.15, + "speedHoverAscend": 0.34, + "speedHoverDescend": 0.25, + "speedHover": 0.03, + "sprintSpeedMulti": 1.5, + "sprintSpeedMultiVertical": 1.25, + "sprintFuelMulti": 3.2 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/invar.json b/config/ironjetpacks/jetpacks/invar.json new file mode 100644 index 0000000..df780ec --- /dev/null +++ b/config/ironjetpacks/jetpacks/invar.json @@ -0,0 +1,24 @@ +{ + "name": "invar", + "disable": false, + "tier": 3, + "color": "a4b2a9", + "armorPoints": 3, + "enchantability": 15, + "craftingMaterial": "tag:forge:ingots/invar", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 12000000, + "usage": 350, + "speedVertical": 0.61, + "accelVertical": 0.13, + "speedSideways": 0.15, + "speedHoverAscend": 0.34, + "speedHoverDescend": 0.25, + "speedHover": 0.03, + "sprintSpeedMulti": 1.5, + "sprintSpeedMultiVertical": 1.25, + "sprintFuelMulti": 3.2 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/iron.json b/config/ironjetpacks/jetpacks/iron.json new file mode 100644 index 0000000..710d517 --- /dev/null +++ b/config/ironjetpacks/jetpacks/iron.json @@ -0,0 +1,24 @@ +{ + "name": "iron", + "disable": false, + "tier": 2, + "color": "d8d8d8", + "armorPoints": 3, + "enchantability": 9, + "craftingMaterial": "tag:forge:ingots/iron", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 800000, + "usage": 120, + "speedVertical": 0.41, + "accelVertical": 0.12, + "speedSideways": 0.14, + "speedHoverAscend": 0.27, + "speedHoverDescend": 0.25, + "speedHover": 0.075, + "sprintSpeedMulti": 1.1, + "sprintSpeedMultiVertical": 1.05, + "sprintFuelMulti": 2.1 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/platinum.json b/config/ironjetpacks/jetpacks/platinum.json new file mode 100644 index 0000000..455899a --- /dev/null +++ b/config/ironjetpacks/jetpacks/platinum.json @@ -0,0 +1,24 @@ +{ + "name": "platinum", + "disable": false, + "tier": 4, + "color": "a6e9ff", + "armorPoints": 4, + "enchantability": 12, + "craftingMaterial": "tag:forge:ingots/platinum", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 36000000, + "usage": 720, + "speedVertical": 0.92, + "accelVertical": 0.155, + "speedSideways": 0.193, + "speedHoverAscend": 0.42, + "speedHoverDescend": 0.25, + "speedHover": 0.005, + "sprintSpeedMulti": 1.8, + "sprintSpeedMultiVertical": 1.4, + "sprintFuelMulti": 3.8 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/silver.json b/config/ironjetpacks/jetpacks/silver.json new file mode 100644 index 0000000..ac15208 --- /dev/null +++ b/config/ironjetpacks/jetpacks/silver.json @@ -0,0 +1,24 @@ +{ + "name": "silver", + "disable": false, + "tier": 2, + "color": "8b99a4", + "armorPoints": 3, + "enchantability": 12, + "craftingMaterial": "tag:forge:ingots/silver", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 1200000, + "usage": 150, + "speedVertical": 0.48, + "accelVertical": 0.13, + "speedSideways": 0.15, + "speedHoverAscend": 0.3, + "speedHoverDescend": 0.25, + "speedHover": 0.07, + "sprintSpeedMulti": 1.3, + "sprintSpeedMultiVertical": 1.15, + "sprintFuelMulti": 2.7 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/steel.json b/config/ironjetpacks/jetpacks/steel.json new file mode 100644 index 0000000..827684d --- /dev/null +++ b/config/ironjetpacks/jetpacks/steel.json @@ -0,0 +1,24 @@ +{ + "name": "steel", + "disable": false, + "tier": 3, + "color": "565656", + "armorPoints": 3, + "enchantability": 15, + "craftingMaterial": "tag:forge:ingots/steel", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 12000000, + "usage": 350, + "speedVertical": 0.67, + "accelVertical": 0.135, + "speedSideways": 0.155, + "speedHoverAscend": 0.35, + "speedHoverDescend": 0.25, + "speedHover": 0.025, + "sprintSpeedMulti": 1.5, + "sprintSpeedMultiVertical": 1.25, + "sprintFuelMulti": 3.2 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/stone.json b/config/ironjetpacks/jetpacks/stone.json new file mode 100644 index 0000000..2c54283 --- /dev/null +++ b/config/ironjetpacks/jetpacks/stone.json @@ -0,0 +1,24 @@ +{ + "name": "stone", + "disable": false, + "tier": 1, + "color": "7f7f7f", + "armorPoints": 2, + "enchantability": 12, + "craftingMaterial": "tag:forge:stone", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 100000, + "usage": 70, + "speedVertical": 0.25, + "accelVertical": 0.11, + "speedSideways": 0.08, + "speedHoverAscend": 0.18, + "speedHoverDescend": 0.25, + "speedHover": 0.1, + "sprintSpeedMulti": 1.0, + "sprintSpeedMultiVertical": 1.0, + "sprintFuelMulti": 1.0 +} \ No newline at end of file diff --git a/config/ironjetpacks/jetpacks/wood.json b/config/ironjetpacks/jetpacks/wood.json new file mode 100644 index 0000000..eac6ef1 --- /dev/null +++ b/config/ironjetpacks/jetpacks/wood.json @@ -0,0 +1,24 @@ +{ + "name": "wood", + "disable": false, + "tier": 0, + "color": "83663c", + "armorPoints": 1, + "enchantability": 15, + "craftingMaterial": "tag:minecraft:planks", + "creative": false, + "rarity": 0, + "toughness": 0.0, + "knockbackResistance": 0.0, + "capacity": 20000, + "usage": 32, + "speedVertical": 0.18, + "accelVertical": 0.1, + "speedSideways": 0.06, + "speedHoverAscend": 0.16, + "speedHoverDescend": 0.25, + "speedHover": 0.14, + "sprintSpeedMulti": 1.0, + "sprintSpeedMultiVertical": 1.0, + "sprintFuelMulti": 1.0 +} \ No newline at end of file diff --git a/config/mysticalagriculture-common.toml b/config/mysticalagriculture-common.toml new file mode 100644 index 0000000..b4e1ef3 --- /dev/null +++ b/config/mysticalagriculture-common.toml @@ -0,0 +1,84 @@ + +#General configuration options. +[General] + #The amount of uses the basic Infusion Crystal should have. + #Range: > 10 + infusionCrystalUses = 1000 + #The amount of time in seconds between each Growth Accelerator growth tick. + #Range: > 1 + growthAcceleratorCooldown = 10 + #Should vanilla crafting recipes for seeds be generated? + seedCraftingRecipes = false + #Should fake players be able to use watering cans? + fakePlayerWatering = true + #Should the Ender Dragon drop essence when killed with an essence weapon? + dragonDropsEssence = true + #Should right clicking on Farmland with an Essence create Essence Farmland? + essenceFarmlandConversion = true + #Should the Wither drop essence when killed with an essence weapon? + witherDropsEssence = true + #Should crops have a chance of dropping a second seed when harvested? + secondarySeedDrops = true + #The percentage chance that harvesting a Resource Crop will drop a Fertilized Essence. + #Range: 0.0 ~ 1.0 + fertilizedEssenceChance = 0.1 + #The percentage chance that a passive or hostile mob will drop an Inferium Essence when killed. + #Range: 0.0 ~ 1.0 + inferiumDropChance = 0.2 + #Should Supremium Tools be enchantable in an Enchanting Table? + enchantableSupremiumTools = false + +#World generation options. +[World] + #The percentage chance a Soulium Ore spawns in a Soulstone cluster. + #Range: 0.0 ~ 1.0 + souliumOreChance = 0.05 + #The minimum Y level that Prosperity Ore veins can spawn. + #Range: -64 ~ 319 + prosperitySpawnMinY = -60 + #The list of biome IDs that Prosperity Ore veins can spawn in. + prosperityBiomeWhitelist = [] + #The maximum Y level that Inferium Ore veins can spawn. + #Range: -64 ~ 319 + inferiumSpawnMaxY = 64 + #Should Inferium Ore generate in the world? + generateInferiumOre = true + #The maximum amount of Soulstone blocks that can spawn in a vein. + #Range: 0 ~ 64 + soulstoneSpawnSize = 64 + #How many Soulstone veins should spawn in a chunk. + generateSoulstone = true + #How many Soulstone veins should spawn in a chunk. + #Range: 0 ~ 128 + soulstoneSpawnRate = 4 + #The list of biome IDs that Inferium Ore veins can spawn in. + inferiumBiomeWhitelist = [] + #The maximum amount of Prosperity Ore blocks that can spawn in a vein. + #Range: 0 ~ 64 + prosperitySpawnSize = 8 + #How many Inferium Ore veins should spawn in a chunk. + #Range: 0 ~ 128 + inferiumSpawnRate = 16 + #The maximum amount of Inferium Ore blocks that can spawn in a vein. + #Range: 0 ~ 64 + inferiumSpawnSize = 8 + #The minimum Y level that Soulstone veins can spawn. + #Range: 0 ~ 128 + soulstoneSpawnMinY = 0 + #How many Prosperity Ore veins should spawn in a chunk. + #Range: 0 ~ 128 + prosperitySpawnRate = 12 + #The maximum Y level that Inferium Ore veins can spawn. + #Range: -64 ~ 319 + inferiumSpawnMinY = -32 + #The maximum Y level that Prosperity Ore veins can spawn. + #Range: -64 ~ 319 + prosperitySpawnMaxY = 24 + #The maximum Y level that Soulstone veins can spawn. + #Range: 0 ~ 128 + soulstoneSpawnMaxY = 128 + #Should Prosperity Ore generate in the world? + generateProsperityOre = true + #The list of biome IDs that Soulstone veins can spawn in. + soulstoneBiomeWhitelist = [] + diff --git a/config/mythicbotany.json5 b/config/mythicbotany.json5 new file mode 100644 index 0000000..d7c429d --- /dev/null +++ b/config/mythicbotany.json5 @@ -0,0 +1,141 @@ +{ + // Whether the alfheim dimension is enabled. When this is set to false, you'll still be able to use + // the mead of kvasir as usual but the portal to alfheim will not work. + "enableAlfheim": true, + + // Whether to replace the recipe for the Gaia Pylon with a recipe that requires Alfsteel. + "replaceGaiaRecipe": true, + + // Whether rituals and infusions that are cancelled will drop solidified mana that can be used to get the mana back. + "solidified_mana": true, + + "alftools": { + + // Jump boost modifier for the alfsteel boots + // Minimum: 0.0 + "jump_modifier": 0.025, + + // Knockback resistance modifier for the alfsteel chestplate + // Minimum: 0.0 + "knockback_resistance_modifier": 1, + + // Reach distance modifier for the alfsteel helmet + // Minimum: 0.0 + "reach_modifier": 2, + + // Speed modifier for the alfsteel leggings + // Minimum: 0.0 + "speed_modifier": 0.05 + }, + + "flowers": { + + // How much mana a wither aconite should generate per nether star. + // Minimum: 1 + "witherAconiteMana": 1200000, + + // Can be used to tweak the multipliers for the raindeletia. All matching values are multiplied + // The result is the mana generated per tick. + "raindeletia": { + + // Base modifier. This one will always be applied + // Minimum: 0.0 + "base": 5, + + // Modifier for dry grass + // Minimum: 0.0 + "dry_grass": 0.5, + + // Modifier for enchanted soil + // Minimum: 0.0 + "enchanted_soil": 5, + + // Modifier for normal rain, not for thunder + // Minimum: 0.0 + "rain": 0.09, + + // Modifier for thundering + // Minimum: 0.0 + "thunder": 3, + + // Modifier for vivid grass + // Minimum: 0.0 + "vivid_grass": 2 + } + }, + + "mjoellnir": { + + // The amount the attack speed increases per level of hammer mobility. + // Minimum: 0.0 + "attack_speed_multiplier": 0.2, + + // The base attack speed attribute for mjoellnir. + "base_attack_speed": -3.5, + + // The base damage for melee attacks. + // Minimum: 1.0 + "base_damage_melee": 25, + + // The base damage for the main target on ranged attacks. + // Minimum: 1.0 + "base_damage_ranged": 25, + + // Enchantment multiplier for sharpness and power enchantments. + // Minimum: 1.0 + "enchantment_multiplier": 5, + + // The cooldown in ticks after a ranged attack, before mjoellnir can be thrown again. + // Minimum: 0 + "ranged_cooldown": 120, + + // What is required for a player to hold mjoellnir. + // nothing - Players will always be able to hold mjoellnir. + // effect - Players need the absorption effect to hold mjoellnir. + // hearts - Players need absorption hearts to hold mjoellnir. + // If they run out of golden hearts but still have the effect, mjoellnir is dropped. + // Allowed values: nothing, effect, hearts + "requirement": "effect", + + // What is required for a player that holds the ring of thor to hold mjoellnir. + // If a player holds the ring of thor, this OR `mjoellnir.requirement` must be met. + // Allowed values: nothing, effect, hearts + "requirement_thor": "nothing", + + // The chance for secondary targets to get lightning effects applied as well on ranged attacks. + // Range: 0.0 - 1.0 + "secondary_lightning_chance": 0.25, + + // The damage dealt to secondary targets on ranged attacks. + // This value is multiplied with the damage to the main target. + // Range: 0.0 - 1.0 + "secondary_target_multiplier": 0.2 + }, + + "spawns": { + + // Spawn configuration for the illusioner in alfheim. + "illusioner": { + + "max": 1, + "min": 1, + "weight": 1 + }, + + // Spawn configuration for the alf pixie. + "pixies": { + + "max": 10, + "min": 4, + "weight": 5 + }, + + // Spawn configuration for the withes in alfheim. + "witch": { + + "max": 2, + "min": 1, + "weight": 2 + } + } +} diff --git a/config/pneumaticcraft-common.toml b/config/pneumaticcraft-common.toml new file mode 100644 index 0000000..f017a71 --- /dev/null +++ b/config/pneumaticcraft-common.toml @@ -0,0 +1,345 @@ + +[General] + #Enable mod dungeon loot generation + enable_dungeon_loot = true + #Efficiency of fuel buckets as furnace fuel (default 0.05 means 1 bucket of LPG smelts 450 items in a vanilla furnace) + #Range: 0.0 ~ 1.7976931348623157E308 + fuel_bucket_efficiency = 0.05 + #Maximum number of blocks in the area defined in an Area Programming Puzzle Piece + #Range: > 1 + max_programming_area = 250000 + #Fluids at least as hot as this temperature (Kelvin) will be auto-registered as Liquid Compressor fuels, the quality being dependent on fluid temperature. + #Range: > 0 + min_fluid_fuel_temperature = 373 + #Should dyes be used up when coloring things (Drones, Logistics Modules, Redstone Modules)? + use_up_dyes_when_coloring = false + #Cooldown, in ticks, between subsequent uses of Bandages. Set to 0 to disable cooldowns entirely. + #Range: > 0 + bandage_cooldown = 160 + #Time, in ticks, it takes to use a bandage. + #Range: > 1 + bandage_use_time = 40 + #Health points restored on bandage use (1 health = half a heart). + #Range: 1.0 ~ 1.7976931348623157E308 + bandage_health_restored = 6.0 + +[Worldgen] + #Average frequency in chunks for underground oil lakes; higher values mean rarer lakes. Use one of the blacklist settings to disable lakes entirely. See also 'surface_oil_generation_chance'. + #Range: > 1 + underground_oil_lake_frequency = 6 + #Average frequency in chunks for surface oil lakes; higher values mean rarer lakes. Use one of the blacklist settings to disable lakes entirely. See also 'underground_oil_generation_chance'. + #Range: > 1 + surface_oil_lake_frequency = 25 + #Oil worldgen blacklist by biome: add biome IDs to this list if you don't want oil lake worldgen to happen there. This works in conjunction with 'oil_world_gen_category_blacklist' - if a biome matches either, then no oil lakes will generate there. You can wildcard this; e.g 'modid:*' blacklists ALL biomes of namespace 'modid'. + oil_world_gen_blacklist = ["minecraft:soul_sand_valley", "minecraft:crimson_forest", "minecraft:warped_forest", "minecraft:nether_wastes", "minecraft:the_void", "minecraft:the_end", "minecraft:small_end_islands", "minecraft:end_midlands", "minecraft:end_highlands", "minecraft:end_barrens"] + #Oil worldgen blacklist by biome category: add biome categories to this list if you don't want oil lake worldgen to happen there. See https://minecraft.fandom.com/wiki/Biome/JSON_format for a list of valid categories. This works in conjunction with 'oil_world_gen_blacklist' - if a biome matches either, then no oil lakes will generate there. + oil_world_gen_category_blacklist = ["none"] + #Oil worldgen blacklist by dimension ID: add dimension ID's to this list if you don't want oil lake worldgen to happen there. You can wildcard this; e.g 'modid:*' blacklists ALL dimensions of namespace 'modid'. + oil_world_gen_dimension_blacklist = [] + #Oil worldgen whitelist by biome: add biome IDs to this list if you want oil lake worldgen to happen ONLY in those biomes. An empty list means no whitelisting is done, and only the blacklist settings are checked. This works in conjunction with 'oil_world_gen_category_whitelist' - if it is non-empty it must also match, or no oil lakes will generate there. You can wildcard this; e.g 'modid:*' whitelists ALL biomes of namespace 'modid'. + oil_world_gen_whitelist = [] + #Oil worldgen whitelist by biome category: add biome categories to this list if you want oil lake worldgen to happen ONLY in those biome categories. See https://minecraft.fandom.com/wiki/Biome/JSON_format for a list of valid categories. This works in conjunction with 'oil_world_gen_whitelist' - if that is non-empty then it must also match, or no oil lakes will generate. + oil_world_gen_category_whitelist = [] + #Oil worldgen whitelist by dimension ID: add dimension ID's to this list if you want oil lake worldgen to happen ONLY in those dimensions. You can wildcard the path; e.g 'modid:*' whitelists ALL dimensions of namespace 'modid'. If this is empty, it is ignored, and the corresponding blacklist will be checked instead. + oil_world_gen_dimension_whitelist = [] + +["Machine Properties"] + #Aerial Interface backwards compat: allow pre-0.8.0 behaviour of getting player's armor inventory from top face, even with Dispenser Upgrade installed + aerial_interface_armor_compat = true + #Chance per tick of Crop Supports causing a growth tick. The default, 0.002, is roughly 2.5 times faster than the vanilla growth rate + #Range: 0.0 ~ 1.7976931348623157E308 + crop_sticks_growth_boost_chance = 0.002 + #Changing this value will alter the pressurized air production of the Electric Compressor. The input, EU, will stay the same + #Range: > 0 + electric_compressor_efficiency = 40 + #Base chance (1/x) per tick of a lightning strike on/around the Electrostatic Generator + #Range: > 0 + electrostatic_lightning_chance = 100000 + #The max height of an elevator per stacked Elevator Base block. + #Range: 1 ~ 256 + elevator_base_blocks_per_base = 6 + #The amount of air produced by using 100 FE (Forge Energy) in the flux compressor + #Range: > 0 + flux_compressor_efficiency = 40 + #Can the Kerosene Lamp burn any kind of fuel? If false, only Kerosene can be burnt + kerosene_lamp_can_use_any_fuel = true + #Kerosene Lamp fuel efficiency: higher values mean fuel will last longer in the lamp + #Range: 0.0 ~ 1.7976931348623157E308 + kerosene_lamp_fuel_efficiency = 1.0 + #The amount of air produced by using 100 MJ (Minecraft Joules) in the flux compressor + #Range: > 0 + kinetic_compressor_efficiency = 40 + #Can the Liquid Hopper absorb/dispense fluids into the world with a Dispenser Upgrade? + liquid_hopper_dispenser = true + #Can the Omnidirectional Hopper dispense items into the world with a Dispenser Upgrade? + omni_hopper_dispenser = true + #Are players in Creative mode exempt from Security Station block protection? If false, only server ops are exempt (command permission >= 2) + security_station_creative_players_exempt = false + #The amount of FE (Forge Energy) produced by using 100mL of air in the Pneumatic Dynamo + #Range: > 0 + pneumatic_dynamo_efficiency = 40 + #The amount of MJ (Minecraft Joules) produced by using 100mL of air in the Pneumatic Dynamo + #Range: > 0 + pneumatic_engine_efficiency = 40 + #Changing this value will alter the pressurized air usage of the Pneumatic Generator. The output, EU, will stay the same. + #Range: > 0 + pneumatic_generator_efficiency = 40 + #Changing this value will alter the hydraulic bar production of the Pneumatic Pump. The input, air, will stay the same + #Range: > 0 + pneumatic_pump_efficiency = 40 + #Speed multiplier per speed upgrade: speed mult = speedUpgradeSpeedMultiplier ^ num_of_speed_upgrades + #Range: 1.0 ~ 2.0 + speed_upgrade_speed_multiplier = 1.5 + #Fuel usage / heat gen multiplier per speed upgrade: usage mult = speedUpgradeUsageMultiplier ^ num_of_speed_upgrades + #Range: 1.0 ~ 2.0 + speed_upgrade_usage_multiplier = 1.649999976158142 + #Blacklist items from being allowed in the Pressure Chamber disenchanting system. This is a starts-with string match, so you can match by mod, or individual item names as you need. Blacklisted by default are Quark Ancient Tomes, and all Tetra items; both can lead to enchantment duping as they have special enchantment mechanics. + disenchanting_blacklist = ["quark:ancient_tome", "tetra:"] + +["Pneumatic Armor"] + #Jetboots air usage in mL/tick (per Jet Boots Upgrade) + #Range: > 0 + jet_boots_air_usage = 12 + #Base Pneumatic Armor startup time in ticks (before Speed Upgrades) + #Range: > 20 + armor_startup_time = 200 + #Flippers Upgrade speed boost when in water and feet on ground + #Range: 0.0 ~ 1.0 + flippers_speed_boost_ground = 0.03 + #Flippers Upgrade speed boost when floating in water + #Range: 0.0 ~ 1.0 + flippers_speed_boost_floating = 0.045 + #Air usage for armor repair, in mL per Item Life Upgrade per point of damage repaired + #Range: > 0 + repair_air_usage = 100 + #Air usage for Magnet Upgrade, in mL per item or XP orb attracted + #Range: > 0 + magnet_air_usage = 20 + #Air used per point of 'player air' restored by the Scuba Upgrade + #Range: > 1 + scuba_multiplier = 8 + +[Advanced] + #When set to true, the Kerosene Lamp's fake air blocks won't be registered and therefore removed from the world. Useful if this causes trouble (it shouldn't though) + disable_kerosene_lamp_fake_air_block = false + #The minimum interval in ticks between which fluid tank contents should be synced to clients. Smaller values mean smoother visual tank updates, but more of a performance cost in terms of network syncing. Note that fluid tank sync packets are also only sent when a fluid tank changes by more than 1% of its capacity, or 1000mB, whichever is smaller. + #Range: 1 ~ 100 + fluid_tank_update_rate = 10 + #Precision to which pressurizable item air levels are synced to client. Default of 10 is precise enough to show pressure to 1 decimal place, which is what is display in client tooltips & pneumatic armor HUD. Lower values will sync less precisely, reducing server->client network traffic. Values higher than 10 are not recommended (will cause extra network traffic for no benefit). + #Range: 1 ~ 100 + pressurizable_sync_precision = 10 + #Don't remove a water source block when picking up (drones, liquid hoppers, gas lift) if it has at least two water source neighbours. This can reduce lag due to frequent block updates, and can also potentially make water import much faster. Set this to false if you want no-infinite-water rules in a world, or want to limit the speed of water importing to vanilla block update rates. + dont_update_infinite_water_sources = true + #When set to true, server will strip NBT data from pressurizable items (pneumatic armor, drones...) which the client doesn't care about. Good for saving on network chatter, but can cause players to be kicked under some circumstances. If this occurs, set this config value to false. + nbt_to_client_modification = true + +["Micromissile Properties"] + #Base explosion damage (modified by missile setup) + #Range: 0.0 ~ 1.7976931348623157E308 + base_explosion_damage = 1.0 + #Do micromissile explosions cause terrain damage? + damage_terrain = false + #Cooldown for missile firing in ticks + #Range: > 0 + launch_cooldown = 15 + #Base missile lifetime in ticks (modified by missile setup) + #Range: > 0 + lifetime = 300 + #Number of micromissiles per pod + #Range: > 0 + missile_pod_size = 100 + +["Minigun Properties"] + #Armor Piercing Ammo damage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + ap_ammo_damage_multiplier = 1.25 + #Armor Piercing Ammo percentage chance to ignore target's armor + #Range: 1 ~ 100 + ap_ammo_ignore_armor_chance = 100 + #Armor Piercing Ammo cartridge size + #Range: 1 ~ 30000 + armor_piercing_ammo_cartridge_size = 250 + #Base bullet damage of the Sentry Gun, Handheld Minigun, and Drone Minigun, before ammo bonuses are considered + #Range: 0.0 ~ 1.7976931348623157E308 + base_damage = 4.0 + #Base range of Minigun, before Range Upgrades are considered + #Range: 5 ~ 100 + base_range = 50 + #Explosive Ammo cartridge size + #Range: 1 ~ 30000 + explosive_ammo_cartridge_size = 125 + #Minigun Explosive Ammo damage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + explosive_ammo_damage_multiplier = 0.2 + #Explosive Ammo base percentage chance to cause an explosion + #Range: > 0 + explosive_ammo_explosion_chance = 50 + #Minigun Explosive Ammo explosion power (ref: 2 = creeper, 4 = TNT + #Range: 0.0 ~ 1.7976931348623157E308 + explosive_ammo_explosion_power = 1.5 + #Does Minigun Explosive Ammo damage terrain? + explosive_ammo_terrain_damage = false + #Freezing Ammo base percentage chance to form ice or snow on blocks which have been hit + #Range: 0 ~ 100 + freezing_ammo_block_ice_chance = 10 + #Freezing Ammo cartridge size + #Range: > 0 + freezing_ammo_cartridge_size = 500 + #Freezing Ammo base percentage chance to form ice on entities which have been hit + #Range: 0 ~ 100 + freezing_ammo_entity_ice_chance = 20 + #Damage done to entities within the fake 'ice' blocks cause by freezing ammo + #Range: 0.0 ~ 1.7976931348623157E308 + freezing_ammo_fake_ice_damage = 1.0 + #Incendiary ammo base percentage chance to ignite blocks + #Range: 1 ~ 100 + incendiary_ammo_block_ignite_chance = 20 + #Incendiary Ammo cartridge size + #Range: 1 ~ 30000 + incendiary_ammo_cartridge_size = 500 + #Incendiary ammo base percentage chance to ignite entities + #Range: 1 ~ 100 + incendiary_ammo_entity_ignite_chance = 100 + #Incendiary ammo fire duration on target entities (seconds) + #Range: > 0 + incendiary_ammo_fire_duration = 8 + #Percentage chance per shot of potion-tipped ammo proc'ing the potion effect, before Dispenser Upgrades are considered + #Range: 1 ~ 100 + potion_proc_chance = 7 + #Standard Ammo cartridge size + #Range: 1 ~ 30000 + standard_ammo_cartridge_size = 1000 + #Weighted Ammo air usage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + weighted_ammo_air_usage_multiplier = 8.0 + #Weighted Ammo cartridge size + #Range: 1 ~ 30000 + weighted_ammo_cartridge_size = 250 + #Weighted Ammo damage multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + weighted_ammo_damage_multiplier = 2.5 + #Weighted Ammo range multiplier (relative to standard ammo) + #Range: 0.0 ~ 1.7976931348623157E308 + weighted_ammo_range_multiplier = 0.2 + #Show particles when a block is hit by minigun fire? Looks good, but consumes some network bandwidth. + block_hit_particles = true + +[Integration] + #Immersive Engineering: External Heater heat/FE. The amount of PneumaticCraft heat added by using 1 FE in the heater. + #Range: 0.0 ~ 1.7976931348623157E308 + ie_external_heater_heat_per_fe = 0.01 + #Immersive Engineering: External Heater FE/t. Set to 0 to disable External Heater integration entirely. + #Range: > 0 + ie_external_heater_fe_per_tick = 100 + #Mekanism thermal resistance multiplier. Larger values mean slower heat transfer between Mekanism and PneumaticCraft blocks. + #Range: 1.0 ~ 1.7976931348623157E308 + mek_thermal_resistance_factor = 5.0 + #Mekanism <-> PneumaticCraft heat conversion efficiency. Set to 0 to disable Mekanism heat integration entirely. Note that Mekanism and PNC use a similar heat system, but scale things quite differently (Mekanism heaters produces a LOT of heat by PneumaticCraft standards), so conversion efficiency tuning is important for inter-mod balance. + #Range: 0.0 ~ 2.0 + mek_thermal_conversion_efficiency = 0.01 + #Volume boost multiplier for pressurizable items with the CoFH Holding enchantment; air volume is multiplied by (1 + level_of_holding_enchantment) x this value. Set to 0 to disallow pressurizable items being enchanted with the Holding enchantment at all. + #Range: 0.0 ~ 1.7976931348623157E308 + cofh_holding_multiplier = 1.0 + +[Recipes] + #Does Molten Plastic solidify to Plastic Sheets when poured into the world? If set to false, then Heat Frame cooling is the only other way to make Plastic Sheets (by default). + in_world_plastic_solidification = true + #Is in-world Yeast crafting allowed (making more Yeast Culture by pouring Water next to a Yeast Culture block with Sugar in it)? If set to false, then the default TPP Mushroom & Water -> Yeast Culture recipe is the only way to get Yeast Culture. + in_world_yeast_crafting = true + +[Amadron] + #Number of periodic offers randomly selected for the 'live' offer list. Note: this a maximum, and the actual number chosen each time may be less. Periodic offers are those offers which have a static: false field in their recipe JSON. + #Range: > 0 + numPeriodicOffers = 10 + #Number of villager offers randomly selected for the 'live' offer list. Note: this a maximum, and the actual number chosen each time may be less. + #Range: > 0 + numVillagerOffers = 20 + #Time in ticks between each periodic offer reshuffle (24000 ticks = one Minecraft day) + #Range: > 1000 + reshuffleInterval = 24000 + #Max number of custom trades a (non-admin) player may add + #Range: > 0 + max_trades_per_player = 50 + #Broadcast a notification when any player adds a custom trade + notify_of_trade_addition = true + #Broadcast a notification when any player removes a custom trade + notify_of_trade_removal = true + #Broadcast a notification when a custom Amadron trade is made + notify_of_deal_made = true + #Amadrone spawn location, relative to the delivery/pickup position. This is a X/Y/Z triple. See also 'amadrone_spawn_location_relative_to_ground_level' for how the drone's Y position is calculated. + amadrone_spawn_location = [30, 30, 0] + #Affects Amadrone Y spawning position: when true, the Y position is relative to ground level at the calculated X/Z position. When false, it is relative to the delivery/pickup position. + amadrone_spawn_location_relative_to_ground_level = true + +[Heat] + #Default thermal resistance for solid blocks + #Range: 4.9E-324 ~ 1.7976931348623157E308 + blockThermalResistance = 500.0 + #Default thermal resistance for fluid blocks + #Range: 4.9E-324 ~ 1.7976931348623157E308 + fluidThermalResistance = 100.0 + #Thermal resistance of air; controls how fast blocks lose heat to air when exposed + #Range: 1.0 ~ 1.7976931348623157E308 + airThermalResistance = 100.0 + #Default heat capacity for fluid blocks + #Range: > 0 + defaultFluidHeatCapacity = 10000 + #Ambient temperature modifier by biome (default 25 gives the Nether a heat boost of 30C) + #Range: 0.0 ~ 1000.0 + ambientTemperatureBiomeModifier = 25.0 + #Ambient temperature increase by altitude, in degrees per block below 48 (or 75% of sea level). Note that temperature decrease per block above 64 is handled by vanilla. + #Range: 0.0 ~ 10.0 + ambientTemperatureHeightModifier = 0.1 + #Automatically register heat properties for all detected modded fluids based on their self-defined temperature? (note: vanilla lava and water are always added) + addDefaultFluidEntries = true + +[Logistics] + #Logistics Module air usage per item per block distance + #Range: 0.0 ~ 1.7976931348623157E308 + item_transport_cost = 1.0 + #Logistics Module air usage per mB of fluid per block distance + #Range: 0.0 ~ 1.7976931348623157E308 + fluid_transport_cost = 0.02 + #Minimum pressure for a Logistics Module to function + #Range: 0.0 ~ 20.0 + min_pressure = 3.0 + +[Jackhammer] + #Max veinmining range (distance from mined block) for Vein Miner Plus mode + #Range: 1 ~ 32 + max_vein_miner_range = 10 + #Base Jackhammer air usage per block broken (speed upgrades increase this) + #Range: > 0 + base_air_usage = 50 + +[Villagers] + #Frequency of PneumaticCraft village house generation? Default value of 8 tends to give 0-2 houses per village with no other mods present. Set to 0 to disable house generation entirely. May need to raise this value if there are many other mods also adding village houses. Note: changing this value won't affect any already-generated houses, only new generation. + #Range: > 0 + addMechanicHouse = 8 + #Which trades should the Pressure Mechanic offer? ALL will offer all trades. PCB_BLUEPRINT will offer *only* the PCB Blueprint, an item required for normal progression through the mod. NONE will offer nothing (but the PCB Blueprint is also available via Amadron by default). Note that changing this won't affect any already-spawned Pressure Mechanics. + #Allowed Values: NONE, PCB_BLUEPRINT, ALL + mechanicTrades = "ALL" + +[Drones] + #Enable Drone Suffocation Damage + enable_drone_suffocation = true + #Drones render their held item (the item in slot 0 of their inventory) ? Note: this is in common config since if enabled, server needs to sync the item data to the client. + drones_render_held_item = true + #Are drones allowed to import Experience Orbs and convert them to Memory Essence fluid? + drones_can_import_xp_orbs = true + #Will Drones automatically get picked up by Boats/Minecarts/etc. if they're close enough? + drones_can_be_picked_up = false + #Show particle trail indicating the currently-debugged drone's planned path + drone_debugger_path_particles = true + #When set to true, Drones will not execute any program. This is useful to set to true when due to a bug Drones are lagging your server or crashing it. Please report any such bugs as a PneumaticCraft: Repressurized issue so it can be investigated. + stop_drone_ai = false + #How far will a drone go to find a Charging Station when it's low on air? Note: drones will teleport, possibly across the world to someone else's base, if this range is very large. + #Range: > 16 + max_drone_charging_station_search_range = 80 + #The maximum distance that a Drone may teleport when it can't find a path to its destination. Default value of 0 means no limit. This is primarily intended to limit abuse of teleportation to other players on PvP servers, but may find other uses. Be careful about setting this value very low. + #Range: > 0 + max_drone_teleport_range = 0 + #If a Drone has found a path, but gets stuck on a block along that path, it will teleport to its destination after this many ticks of being stuck. Set this to 0 to disable teleporting, which will likely leave the drone waiting there forever (or until it runs out of air). Note that getting stuck on a block is usually the fault of the mod that added the block (especially if the block has a non-full-cube shape), but if you encounter this behaviour, please report it as a PneumaticCraft: Repressurized issue so it can be investigated. + #Range: > 0 + stuck_drone_teleport_ticks = 20 + diff --git a/config/pneumaticcraft/ArmorFeatureStatus.cfg b/config/pneumaticcraft/ArmorFeatureStatus.cfg new file mode 100644 index 0000000..4589b05 --- /dev/null +++ b/config/pneumaticcraft/ArmorFeatureStatus.cfg @@ -0,0 +1,6 @@ +{ + "description": "Tracks the active upgrades for the Pneumatic Armor (clientside)", + "active": [ + "pneumaticcraft:core_components" + ] +} \ No newline at end of file diff --git a/config/pneumaticcraft/MicromissileDefaults.cfg b/config/pneumaticcraft/MicromissileDefaults.cfg new file mode 100644 index 0000000..87e83ca --- /dev/null +++ b/config/pneumaticcraft/MicromissileDefaults.cfg @@ -0,0 +1,4 @@ +{ + "Description": "Stores default Micromissile settings on a per-player basis", + "defaults": {} +} \ No newline at end of file diff --git a/config/pneumaticcraft/PneumaticArmorHUDLayout.cfg b/config/pneumaticcraft/PneumaticArmorHUDLayout.cfg new file mode 100644 index 0000000..6e0efac --- /dev/null +++ b/config/pneumaticcraft/PneumaticArmorHUDLayout.cfg @@ -0,0 +1,40 @@ +{ + "Description": "Stores the layout of Pneumatic Armor HUD elements", + "stats": { + "power": { + "x": 0.995, + "y": 0.005, + "leftSided": true + }, + "message": { + "x": 0.005, + "y": 0.15, + "leftSided": false + }, + "blockTracker": { + "x": 0.995, + "y": 0.1, + "leftSided": true + }, + "entityTracker": { + "x": 0.995, + "y": 0.2, + "leftSided": true + }, + "itemSearch": { + "x": 0.005, + "y": 0.1, + "leftSided": false + }, + "airCon": { + "x": 0.5, + "y": 0.005, + "leftSided": false + }, + "jetBoots": { + "x": 0.7, + "y": 0.005, + "leftSided": true + } + } +} \ No newline at end of file diff --git a/config/pneumaticcraft/ProgrammingPuzzleBlacklist.cfg b/config/pneumaticcraft/ProgrammingPuzzleBlacklist.cfg new file mode 100644 index 0000000..094426a --- /dev/null +++ b/config/pneumaticcraft/ProgrammingPuzzleBlacklist.cfg @@ -0,0 +1,65 @@ +{ + "description": "In the \u0027blacklist\u0027 tag you can add any progwidget registry names you wish to blacklist from this instance. When they were used in existing programs already they will be deleted. A reference list of all known programming puzzle names can be seen in \u0027allWidgets\u0027.", + "blacklist": [], + "allWidgets": [ + "pneumaticcraft:comment", + "pneumaticcraft:start", + "pneumaticcraft:area", + "pneumaticcraft:text", + "pneumaticcraft:item_filter", + "pneumaticcraft:item_assign", + "pneumaticcraft:liquid_filter", + "pneumaticcraft:coordinate", + "pneumaticcraft:coordinate_operator", + "pneumaticcraft:entity_attack", + "pneumaticcraft:dig", + "pneumaticcraft:harvest", + "pneumaticcraft:place", + "pneumaticcraft:block_right_click", + "pneumaticcraft:entity_right_click", + "pneumaticcraft:pickup_item", + "pneumaticcraft:drop_item", + "pneumaticcraft:void_item", + "pneumaticcraft:void_liquid", + "pneumaticcraft:inventory_export", + "pneumaticcraft:inventory_import", + "pneumaticcraft:liquid_export", + "pneumaticcraft:liquid_import", + "pneumaticcraft:entity_export", + "pneumaticcraft:entity_import", + "pneumaticcraft:rf_import", + "pneumaticcraft:rf_export", + "pneumaticcraft:goto", + "pneumaticcraft:teleport", + "pneumaticcraft:emit_redstone", + "pneumaticcraft:label", + "pneumaticcraft:jump", + "pneumaticcraft:wait", + "pneumaticcraft:rename", + "pneumaticcraft:suicide", + "pneumaticcraft:external_program", + "pneumaticcraft:crafting", + "pneumaticcraft:standby", + "pneumaticcraft:logistics", + "pneumaticcraft:for_each_coordinate", + "pneumaticcraft:for_each_item", + "pneumaticcraft:edit_sign", + "pneumaticcraft:condition_coordinate", + "pneumaticcraft:condition_redstone", + "pneumaticcraft:condition_light", + "pneumaticcraft:condition_item_inventory", + "pneumaticcraft:condition_block", + "pneumaticcraft:condition_liquid_inventory", + "pneumaticcraft:condition_entity", + "pneumaticcraft:condition_pressure", + "pneumaticcraft:condition_item", + "pneumaticcraft:drone_condition_item", + "pneumaticcraft:drone_condition_liquid", + "pneumaticcraft:drone_condition_entity", + "pneumaticcraft:drone_condition_pressure", + "pneumaticcraft:drone_condition_upgrades", + "pneumaticcraft:condition_rf", + "pneumaticcraft:drone_condition_rf", + "pneumaticcraft:computer_control" + ] +} \ No newline at end of file diff --git a/config/pneumaticcraft/thirdparty.cfg b/config/pneumaticcraft/thirdparty.cfg new file mode 100644 index 0000000..4f3cc53 --- /dev/null +++ b/config/pneumaticcraft/thirdparty.cfg @@ -0,0 +1,19 @@ +{ + "description": "Enable/disable integration of specific third-party mods", + "enabled_mods": { + "theoneprobe": true, + "cofh_core": true, + "immersiveengineering": true, + "computercraft": true, + "waila": true, + "jei": true, + "botania": true, + "crafttweaker": true, + "mekanism": true, + "curios": true, + "patchouli": true, + "create": true, + "gamestages": true, + "appliedenergistics2": true + } +} \ No newline at end of file diff --git a/config/quark-common.toml b/config/quark-common.toml new file mode 100644 index 0000000..17f8b27 --- /dev/null +++ b/config/quark-common.toml @@ -0,0 +1,1662 @@ + +[general] + "Enable 'q' Button" = true + "'q' Button on the Right" = false + "Disable Q Menu Effects" = false + #Disable this to turn off the quark system that makes features turn off when specified mods with the same content are loaded + "Use Anti Overlap" = true + #Quark replaces the Piston logic to allow for its piston features to work. If you're having troubles, try turning this off. + "Use Piston Logic Replacement" = true + #Allowed values: (0,) + "Piston Push Limit" = 12 + #How many advancements deep you can see in the advancement screen. Vanilla is 2. + #Allowed values: (0,) + "Advancement Visibility Depth" = 2 + #Blocks that Quark should treat as Shulker Boxes. + "Shulker Boxes" = ["minecraft:white_shulker_box", "minecraft:orange_shulker_box", "minecraft:magenta_shulker_box", "minecraft:light_blue_shulker_box", "minecraft:yellow_shulker_box", "minecraft:lime_shulker_box", "minecraft:pink_shulker_box", "minecraft:gray_shulker_box", "minecraft:light_gray_shulker_box", "minecraft:cyan_shulker_box", "minecraft:purple_shulker_box", "minecraft:blue_shulker_box", "minecraft:brown_shulker_box", "minecraft:green_shulker_box", "minecraft:red_shulker_box", "minecraft:black_shulker_box"] + #Should Quark treat anything with 'shulker_box' in its item identifier as a shulker box? + "Interpret Shulker Box Like Blocks" = true + #Set to true to enable a system that debugs quark's worldgen features. This should ONLY be used if you're asked to by a dev. + "Enable Worldgen Watchdog" = false + #Set to true if you need to find the class name for a screen that's causing problems + "Print Screen Classnames" = false + #A list of screens that can accept quark's buttons. Use "Print Screen Classnames" to find the names of any others you'd want to add. + "Allowed Screens" = [] + #If set to true, the 'Allowed Screens' option will work as a Blacklist rather than a Whitelist. WARNING: Use at your own risk as some mods may not support this. + "Use Screen List Blacklist" = false + #Set to true to make the quark big worldgen features such as stone clusters generate as spheres rather than unique shapes. It's faster, but won't look as cool + "Use Fast Worldgen" = false + #Enables quark network profiling features. Do not enable this unless requested to. + "Enable Network Profiling" = false + +[categories] + Automation = true + Building = true + Management = true + Tools = true + Tweaks = true + World = true + Mobs = true + Client = true + Experimental = true + Oddities = true + +[automation] + "Redstone Randomizer" = true + "Pistons Move Tile Entities" = true + "Obsidian Plate" = true + "Metal Buttons" = true + "Jukebox Automation" = true + "Iron Rod" = true + Gravisand = true + "Feeding Trough" = true + "Ender Watcher" = true + "Dispensers Place Blocks" = true + Chute = true + "Chains Connect Blocks" = true + + [automation.pistons_move_tile_entities] + "Enable Chests Moving Together" = true + "Render Blacklist" = ["psi:programmer", "botania:starfield"] + "Movement Blacklist" = ["minecraft:spawner", "integrateddynamics:cable", "randomthings:blockbreaker", "minecraft:ender_chest", "minecraft:enchanting_table", "minecraft:trapped_chest", "quark:spruce_trapped_chest", "quark:birch_trapped_chest", "quark:jungle_trapped_chest", "quark:acacia_trapped_chest", "quark:dark_oak_trapped_chest", "endergetic:bolloom_bud"] + "Delayed Update List" = ["minecraft:dispenser", "minecraft:dropper"] + + [automation.metal_buttons] + "Enable Iron" = true + "Enable Gold" = true + + [automation.feeding_trough] + #How long, in game ticks, between animals being able to eat from the trough + #Allowed values: [1,) + Cooldown = 30 + #The maximum amount of animals allowed around the trough's range for an animal to enter love mode + "Max Animals" = 32 + #The chance (between 0 and 1) for an animal to enter love mode when eating from the trough + #Allowed values: (0,1] + "Love Chance" = 0.333333333 + Range = 10.0 + + [automation.dispensers_place_blocks] + Blacklist = ["minecraft:water", "minecraft:lava", "minecraft:fire"] + +[building] + "Wooden Posts" = true + "Vertical Slabs" = true + "Vertical Planks" = true + "Variant Ladders" = true + "Variant Furnaces" = true + "Variant Chests" = true + "Variant Bookshelves" = true + Thatch = true + "Sturdy Stone" = true + Stools = true + "Soul Sandstone" = true + Shingles = true + "Shear Vines" = true + Rope = true + "Oriental Palette" = true + "Nether Brick Fence Gate" = true + "More Stone Variants" = true + "More Potted Plants" = true + "More Brick Types" = true + Midori = true + "Leaf Carpet" = true + "Industrial Palette" = true + Hedges = true + Grate = true + "Gold Bars" = true + "Glass Item Frame" = true + "Framed Glass" = true + "Duskbound Blocks" = true + "Compressed Blocks" = true + "Celebratory Lamps" = true + + [building.vertical_planks] + #This feature disables itself if any of the following mods are loaded: + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.variant_ladders] + #This feature disables itself if any of the following mods are loaded: + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + "Change Names" = true + + [building.variant_chests] + #This feature disables itself if any of the following mods are loaded: + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + "Replace Worldgen Chests" = true + "Enable Reverting Wooden Chests" = true + #Chests to put in each structure. The format per entry is "structure=chest", where "structure" is a structure ID, and "chest" is a block ID, which must correspond to a standard chest block. + "Structure Chests" = ["minecraft:village_plains=quark:oak_chest", "minecraft:igloo=quark:spruce_chest", "minecraft:village_snowy=quark:spruce_chest", "minecraft:village_taiga=quark:spruce_chest", "minecraft:desert_pyramid=quark:birch_chest", "minecraft:jungle_pyramid=quark:jungle_chest", "minecraft:village_desert=quark:jungle_chest", "minecraft:village_savanna=quark:acacia_chest", "minecraft:mansion=quark:dark_oak_chest", "minecraft:pillager_outpost=quark:dark_oak_chest", "minecraft:ruined_portal=quark:crimson_chest", "minecraft:bastion_remnant=quark:crimson_chest", "minecraft:fortress=quark:nether_brick_chest", "minecraft:endcity=quark:purpur_chest"] + + [building.variant_bookshelves] + #This feature disables itself if any of the following mods are loaded: + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + "Change Names" = true + + [building.thatch] + #Allowed values: [0,1] + "Fall Damage Multiplier" = 0.5 + + [building.rope] + #Set to true to allow ropes to move Tile Entities even if Pistons Push TEs is disabled. + #Note that ropes will still use the same blacklist. + "Force Enable Move Tile Entities" = false + "Enable Dispenser Behavior" = true + + [building.oriental_palette] + "Enable Paper Blocks" = true + "Enable Bamboo Mats" = true + + [building.more_stone_variants] + "Enable Bricks" = true + "Enable Chiseled Bricks" = true + "Enable Pillar" = true + + [building.more_brick_types] + #This also comes with a utility recipe for Red Nether Bricks + "Enable Blue Nether Bricks" = true + #This also includes Red Sandstone Bricks and Soul Sandstone Bricks + "Enable Sandstone Bricks" = true + #This also includes Mossy Cobblestone Bricks + "Enable Cobblestone Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Blackstone Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Dirt Bricks" = true + #Requires Cobblestone Bricks to be enabled + "Enable Netherrack Bricks" = true + + [building.leaf_carpet] + #This feature disables itself if any of the following mods are loaded: + # - woodworks + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + + [building.industrial_palette] + "Enable Iron Plates" = true + "Enable Iron Ladder" = true + + [building.gold_bars] + "Generate In Nether Fortress" = true + + [building.glass_item_frame] + "Glass Item Frames Update Maps" = true + #The scale at which items render in the Glass Item Frame. To match the vanilla Item Frame size, set to 1.0 + "Item Render Scale" = 1.5 + + [building.compressed_blocks] + "Charcoal Block and Blaze Lantern Stay On Fire Forever" = true + #Allowed values: [0,) + "Charcoal Block Fuel Time" = 16000 + #Allowed values: [0,) + "Blaze Lantern Fuel Time" = 24000 + #Allowed values: [0,) + "Stick Block Fuel Time" = 900 + #Allowed values: [0,) + "Bamboo Bundle Fuel Time" = 500 + "Enable Charcoal Block" = true + "Enable Sugar Cane Block" = true + "Enable Bamboo Block" = true + "Enable Cactus Block" = true + "Enable Chorus Fruit Block" = true + "Enable Stick Block" = true + "Enable Apple Crate" = true + "Enable Golden Apple Crate" = true + "Enable Potato Crate" = true + "Enable Carrot Crate" = true + "Enable Beetroot Crate" = true + "Enable Cocoa Bean Sack" = true + "Enable Nether Wart Sack" = true + "Enable Gunpowder Sack" = true + "Enable Berry Sack" = true + "Enable Glow Berry Sack" = true + "Enable Blaze Lantern" = true + "Enable Bonded Leather" = true + "Enable Bonded Rabbit Hide" = true + + [building.celebratory_lamps] + "Light Level" = 15 + +[management] + "Quick Armor Swapping" = true + "Item Sharing" = true + "Inventory Sorting" = true + "Hotbar Changer" = true + "Expanded Item Interactions" = true + "Easy Transfering" = true + "Chests In Boats" = true + + [management.quick_armor_swapping] + "Swap Off Hand" = true + + [management.item_sharing] + "Render Items In Chat" = true + + [management.inventory_sorting] + "Enable Player Inventory" = true + "Enable Player Inventory In Chests" = true + "Enable Chests" = true + #Play a click when sorting inventories using keybindings + "Satisfying Click" = true + + [management.expanded_item_interactions] + "Enable Armor Interaction" = true + "Enable Shulker Box Interaction" = true + "Enable Lava Interaction" = true + + [management.easy_transfering] + "Enable Shift Lock" = true + +[tools] + Trowel = true + "Slime In A Bucket" = true + "Seed Pouch" = true + Pickarang = true + "Pathfinder Maps" = true + "Parrot Eggs" = true + "Endermosh Music Disc" = true + "Color Runes" = true + Camera = true + "Bundle Recipe" = true + "Bottled Cloud" = true + "Beacon Redirection" = true + "Ancient Tomes" = true + "Ambient Discs" = true + Abacus = true + + [tools.trowel] + #Amount of blocks placed is this value + 1. + #Set to 0 to make the Trowel unbreakable + #Allowed values: [0,) + "Trowel Max Durability" = 0 + + [tools.seed_pouch] + "Max Items" = 640 + "Show All Variants In Creative" = true + "Shift Range" = 3 + + [tools.pickarang] + #How long it takes before the Pickarang starts returning to the player if it doesn't hit anything. + Timeout = 20 + #How long it takes before the Flamarang starts returning to the player if it doesn't hit anything. + "Netherite Timeout" = 20 + #Pickarang harvest level. 2 is Iron, 3 is Diamond, 4 is Netherite. + "Harvest Level" = 3 + #Flamarang harvest level. 2 is Iron, 3 is Diamond, 4 is Netherite. + "Netherite Harvest Level" = 4 + #Pickarang durability. Set to -1 to have the Pickarang be unbreakable. + Durability = 800 + #Flamarang durability. Set to -1 to have the Flamarang be unbreakable. + "Netherite Durability" = 1040 + #Pickarang max hardness breakable. 22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5. + "Max Hardness" = 20.0 + #Flamarang max hardness breakable. 22.5 is ender chests, 25.0 is monster boxes, 50 is obsidian. Most things are below 5. + "Netherite Max Hardness" = 20.0 + #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled. + "Never Use Heart Of Diamond" = false + #Set this to true to disable the short cooldown between throwing Pickarangs. + "No Cooldown" = false + #Set this to true to disable the short cooldown between throwing Flamarangs. + "Netherite No Cooldown" = false + + [tools.pathfinder_maps] + #In this section you can add custom Pathfinder Maps. This works for both vanilla and modded biomes. + #Each custom map must be on its own line. + #The format for a custom map is as follows: + #,,,,, + # + #With the following descriptions: + # - being the biome's ID NAME. You can find vanilla names here - https://minecraft.gamepedia.com/Biome#Biome_IDs + # - being the Cartographer villager level required for the map to be unlockable + # - being the cheapest (in Emeralds) the map can be + # - being the most expensive (in Emeralds) the map can be + # - being a hex color (without the #) for the map to display. You can generate one here - https://htmlcolorcodes.com/ + # + #Here's an example of a map to locate Ice Mountains: + #minecraft:ice_mountains,2,8,14,7FE4FF + Customs = [] + "Search Radius" = 6400 + "Search Distance Increment" = 8 + "Xp From Trade" = 5 + + [tools.parrot_eggs] + #The chance feeding a parrot will produce an egg + Chance = 0.05 + #How long it takes to create an egg + "Egg Time" = 12000 + "Enable Special Awesome Parrot" = true + + [tools.endermosh_music_disc] + "Play Endermosh During Enderdragon Fight" = false + "Add To End City Loot" = true + "Loot Weight" = 5 + "Loot Quality" = 1 + + [tools.color_runes] + "Dungeon Weight" = 10 + "Nether Fortress Weight" = 8 + "Jungle Temple Weight" = 8 + "Desert Temple Weight" = 8 + "Item Quality" = 0 + "Apply Cost" = 5 + + [tools.bottled_cloud] + "Cloud Level Bottom" = 191 + "Cloud Level Top" = 196 + + [tools.ancient_tomes] + #Set to 0 to not generate in Dungeons + "Dungeon Weight" = 20 + #Set to 0 to not generate in Stronghold Libraries + "Library Weight" = 30 + #Set to 0 to not generate in Bastions + "Bastion Weight" = 25 + #Set to 0 to not generate in Woodland Mansions + "Woodland Mansion Weight" = 15 + #Set to 0 to not generate in Nether Fortresses + "Nether Fortress Weight" = 0 + #Set to 0 to not generate in Underwater Ruins + "Underwater Ruin Weight" = 0 + #Set to 0 to not generate in Monster Boxes + "Monster Box Weight" = 5 + "Item Quality" = 2 + "Normal Upgrade Cost" = 10 + "Limit Break Upgrade Cost" = 30 + "Valid Enchantments" = ["minecraft:feather_falling", "minecraft:thorns", "minecraft:sharpness", "minecraft:smite", "minecraft:bane_of_arthropods", "minecraft:knockback", "minecraft:fire_aspect", "minecraft:looting", "minecraft:sweeping", "minecraft:efficiency", "minecraft:unbreaking", "minecraft:fortune", "minecraft:power", "minecraft:punch", "minecraft:luck_of_the_sea", "minecraft:lure", "minecraft:loyalty", "minecraft:riptide", "minecraft:impaling", "minecraft:piercing"] + "Overleveled Books Glow Rainbow" = true + + [tools.ambient_discs] + "Drop On Spider Kill" = true + + [tools.abacus] + + [tools.abacus.highlight_color] + A = 0.4 + R = 0.0 + G = 0.0 + B = 0.0 + +[tweaks] + "Villagers Follow Emeralds" = true + "Vexes Die With Their Masters" = true + "Utility Recipes" = true + "Snow Golem Player Heads" = true + "Simple Harvest" = true + "Sign Editing" = true + "Replace Scaffolding" = true + "Reacharound Placing" = true + "Poison Potato Usage" = true + "Pig Litters" = true + "Pat The Dogs" = true + "Note Block Mob Sounds" = true + "More Banner Layers" = true + "Lock Rotation" = true + "Hoe Harvesting" = true + "Grab Chickens" = true + "Glass Shard" = true + "Enhanced Ladders" = true + Emotes = true + "Dragon Scales" = true + "Double Door Opening" = true + "Compasses Work Everywhere" = true + "Campfires Boost Elytra" = true + "Better Elytra Rocket" = true + "Automatic Recipe Unlock" = true + "Armed Armor Stands" = true + "Skull Pikes" = true + + [tweaks.utility_recipes] + #Can any wool color be dyed? + "Dye Any Wool" = true + #Can other stone-like materials be used for crafting stone tools? + "Better Stone Tool Crafting" = true + #Can a dispenser be crafted by adding a bow to a dropper? + "Enable Dispenser" = true + #Can a repeater be crafted with the pattern for a redstone torch? + "Enable Repeater" = true + #Can you craft a minecart around blocks which can be placed inside? + "Enable Minecarts" = true + #Can you craft four chests at once using logs? + "Logs To Chests" = true + #Can Coral be crafted into dye? + "Coral To Dye" = true + #Can cookies, paper, and bread be crafted in a 2x2 crafting table? + "Bent Recipes" = true + #Can Rotten Flesh and Poisonous Potatoes be composted? + "Compostable Toxins" = true + #Does Dragon Breath return a bottle when used as a reagent or material? + "Effective Dragon Breath" = true + #Can torches can be used as fuel in furnaces? + "Torches Burn" = true + #Can bones be smelted down to bone meal? + "Bone Meal Utility" = true + + [tweaks.simple_harvest] + #Can players harvest crops with empty hand clicks? + "Empty Hand Harvest" = true + #Does harvesting crops with a hoe cost durability? + "Harvesting Costs Durability" = false + #Should Quark look for (nonvanilla) crops, and handle them? + "Do Harvesting Search" = true + #Which crops can be harvested? + #Format is: "harvestState[,afterHarvest]", i.e. "minecraft:wheat[age=7]" or "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]" + "Harvestable Blocks" = ["minecraft:wheat[age=7]", "minecraft:carrots[age=7]", "minecraft:potatoes[age=7]", "minecraft:beetroots[age=3]", "minecraft:nether_wart[age=3]", "minecraft:cocoa[age=2,facing=north],minecraft:cocoa[age=0,facing=north]", "minecraft:cocoa[age=2,facing=south],minecraft:cocoa[age=0,facing=south]", "minecraft:cocoa[age=2,facing=east],minecraft:cocoa[age=0,facing=east]", "minecraft:cocoa[age=2,facing=west],minecraft:cocoa[age=0,facing=west]"] + #Which blocks should right click harvesting simulate a click on instead of breaking? + #This is for blocks like sweet berry bushes, which have right click harvesting built in. + "Right Clickable Blocks" = ["minecraft:sweet_berry_bush", "minecraft:cave_vines"] + + [tweaks.sign_editing] + "Requires Empty Hand" = false + + [tweaks.replace_scaffolding] + #How many times the algorithm for finding out where a block would be placed is allowed to turn. If you set this to large values (> 3) it may start producing weird effects. + "Max Bounces" = 1 + + [tweaks.reacharound_placing] + #Allowed values: [0,1] + Leniency = 0.5 + Whitelist = [] + Blacklist = [] + Display = "[ ]" + "Display Horizontal" = "< >" + + [tweaks.reacharound_placing.color] + R = 1.0 + G = 1.0 + B = 1.0 + + [tweaks.poison_potato_usage] + Chance = 0.1 + "Poison Effect" = true + + [tweaks.pig_litters] + #Allowed values: [1,) + "Min Pig Litter Size" = 2 + #Allowed values: [1,) + "Max Pig Litter Size" = 3 + "Pigs Eat Golden Carrots" = true + #Allowed values: [0,) + "Min Golden Carrot Boost" = 0 + #Allowed values: [0,) + "Max Golden Carrot Boost" = 2 + + [tweaks.pat_the_dogs] + #How many ticks it takes for a dog to want affection after being pet/tamed; leave -1 to disable + "Dogs Want Love" = -1 + #Whether you can pet all mobs + "Pet All Mobs" = false + #If `petAllMobs` is set, these mobs still can't be pet + "Pettable Denylist" = ["minecraft:ender_dragon", "minecraft:wither", "minecraft:armor_stand"] + + [tweaks.more_banner_layers] + #Allowed values: [1,16] + "Layer Limit" = 16 + + [tweaks.grab_chickens] + "Needs No Helmet" = true + #Set to 0 to disable + "Slowness Level" = 1 + + [tweaks.enhanced_ladders] + #Allowed values: (,0] + "Fall Speed" = -0.2 + "Allow Freestanding" = true + "Allow Dropping Down" = true + "Allow Sliding" = true + "Allow Inventory Sneak" = true + + [tweaks.emotes] + #The enabled default emotes. Remove from this list to disable them. You can also re-order them, if you feel like it. + "Enabled Emotes" = ["no", "yes", "wave", "salute", "cheer", "clap", "think", "point", "shrug", "headbang", "weep", "facepalm"] + #The list of Custom Emotes to be loaded. + #Watch the tutorial on Custom Emotes to learn how to make your own: https://youtu.be/ourHUkan6aQ + "Custom Emotes" = [] + #Enable this to make custom emotes read the file every time they're triggered so you can edit on the fly. + #DO NOT ship enabled this in a modpack, please. + "Custom Emote Debug" = false + + [tweaks.compasses_work_everywhere] + "Enable Compass Nerf" = true + "Enable Clock Nerf" = true + "Enable Nether" = true + "Enable End" = true + + [tweaks.campfires_boost_elytra] + "Boost Strength" = 0.5 + "Max Speed" = 1.0 + + [tweaks.automatic_recipe_unlock] + #A list of recipe names that should NOT be added in by default + "Ignored Recipes" = [] + "Force Limited Crafting" = false + "Disable Recipe Book" = false + #If enabled, advancements granting recipes will be stopped from loading, potentially reducing the lagspike on first world join. + "Filter Recipe Advancements" = true + + [tweaks.skull_pikes] + "Pike Range" = 5.0 + +[world] + "Spiral Spires" = true + Permafrost = true + "No More Lava Pockets" = true + "New Stone Types" = true + "Nether Obsidian Spikes" = true + "Monster Box" = true + "Glimmering Weald" = true + "Fairy Rings" = true + Corundum = true + "Chorus Vegetation" = true + "Blossom Trees" = true + "Big Stone Clusters" = true + "Big Dungeon" = true + "Azalea Wood" = true + + [world.spiral_spires] + Rarity = 200 + Radius = 15 + #Set to 0 to turn off Myalite Conduits + "Myalite Conduit Distance" = 24 + "Renewable Myalite" = true + + [world.spiral_spires.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.spiral_spires.biomes] + + [world.spiral_spires.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = [] + "Is Blacklist" = true + + [world.spiral_spires.biomes.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + + [world.permafrost] + + [world.permafrost.generation_settings] + #Allowed values: [0,) + Rarity = 2 + #Allowed values: [-64,320] + "Min Y Level" = 105 + #Allowed values: [-64,320] + "Max Y Level" = 140 + #Allowed values: [0,) + "Horizontal Size" = 100 + #Allowed values: [0,) + "Vertical Size" = 30 + #Allowed values: [0,) + "Horizontal Variation" = 10 + #Allowed values: [0,) + "Vertical Variation" = 5 + + [world.permafrost.generation_settings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.permafrost.generation_settings.biomes] + + [world.permafrost.generation_settings.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = [] + "Is Blacklist" = true + + [world.permafrost.generation_settings.biomes.biomes] + Biomes = ["minecraft:frozen_peaks"] + "Is Blacklist" = false + + [world.new_stone_types] + "Enable Limestone" = true + "Enable Jasper" = true + "Enable Shale" = true + "Enable Myalite" = true + + [world.new_stone_types.limestone] + + [world.new_stone_types.limestone.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.limestone.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.limestone.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.jasper] + + [world.new_stone_types.jasper.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.jasper.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.jasper.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.shale] + + [world.new_stone_types.shale.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.new_stone_types.shale.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.shale.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.new_stone_types.myalite] + + [world.new_stone_types.myalite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.new_stone_types.myalite.oregen_lower] + #Allowed values: [-64,320] + "Min Height" = 0 + #Allowed values: [-64,320] + "Max Height" = 60 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 2.0 + + [world.new_stone_types.myalite.oregen_upper] + #Allowed values: [-64,320] + "Min Height" = 64 + #Allowed values: [-64,320] + "Max Height" = 128 + #Allowed values: [0,) + "Cluster Size" = 64 + #Can be a positive integer or a fractional value betweeen 0 and 1. If integer, it spawns that many clusters. If fractional, it has that chance to spawn a single cluster. Set exactly zero to not spawn at all. + #Allowed values: [0,) + "Cluster Count" = 0.1666666 + + [world.nether_obsidian_spikes] + #The chance for a chunk to contain spikes (1 is 100%, 0 is 0%) + "Chance Per Chunk" = 0.1 + #The chance for a spike to be big (1 is 100%, 0 is 0%) + "Big Spike Chance" = 0.03 + #Should a chunk have spikes, how many would the generator try to place + "Tries Per Chunk" = 4 + "Big Spike Spawners" = true + + [world.nether_obsidian_spikes.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_nether"] + + [world.monster_box] + #The chance for the monster box generator to try and place one in a chunk, 1 is 100% + #This can be higher than 100% if you want multiple per chunk, , 0 is 0% + "Chance Per Chunk" = 0.2 + "Min Y" = -50 + "Max Y" = 0 + "Min Mob Count" = 5 + "Max Mob Count" = 8 + "Enable Extra Loot Table" = true + #How many blocks to search vertically from a position before trying to place a block. Higher means you'll get more boxes in open spaces. + "Search Range" = 15 + + [world.monster_box.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.fairy_rings] + "Forest Chance" = 0.00625 + "Plains Chance" = 0.0025 + Ores = ["minecraft:emerald_ore", "minecraft:diamond_ore"] + + [world.fairy_rings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.corundum] + #Allowed values: [0,1] + "Crystal Chance" = 0.16 + #Allowed values: [0,1] + "Crystal Cluster Chance" = 0.2 + #Allowed values: [0,1] + "Crystal Cluster On Sides Chance" = 0.6 + #Allowed values: [0,1] + "Double Crystal Chance" = 0.2 + #The chance that a crystal can grow, this is on average 1 in X world ticks, set to a higher value to make them grow slower. Minimum is 1, for every tick. Set to 0 to disable growth. + "Cave Crystal Growth Chance" = 5 + "Crystals Craft Runes" = true + "Enable Collateral Movement" = true + + [world.corundum.generation_settings] + #Allowed values: [0,) + Rarity = 400 + #Allowed values: [-64,320] + "Min Y Level" = 0 + #Allowed values: [-64,320] + "Max Y Level" = 64 + #Allowed values: [0,) + "Horizontal Size" = 72 + #Allowed values: [0,) + "Vertical Size" = 20 + #Allowed values: [0,) + "Horizontal Variation" = 22 + #Allowed values: [0,) + "Vertical Variation" = 4 + + [world.corundum.generation_settings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.corundum.generation_settings.biomes] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["ocean"] + "Is Blacklist" = true + + [world.chorus_vegetation] + Rarity = 150 + Radius = 7 + "Chunk Attempts" = 120 + "Highlands Chance" = 1.0 + "Midlands Chance" = 0.2 + "Other End Biomes Chance" = 0.0 + "Passive Teleport Chance" = 0.2 + "Endermite Spawn Chance" = 0.01 + "Teleport Duplication Chance" = 0.01 + + [world.blossom_trees] + "Drop Leaf Particles" = true + + [world.blossom_trees.blue] + Rarity = 200 + + [world.blossom_trees.blue.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.blue.biome_config] + + [world.blossom_trees.blue.biome_config.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["snowy"] + "Is Blacklist" = false + + [world.blossom_trees.blue.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.lavender] + Rarity = 100 + + [world.blossom_trees.lavender.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.lavender.biome_config] + + [world.blossom_trees.lavender.biome_config.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["swamp"] + "Is Blacklist" = false + + [world.blossom_trees.lavender.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.orange] + Rarity = 100 + + [world.blossom_trees.orange.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.orange.biome_config] + + [world.blossom_trees.orange.biome_config.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["savanna"] + "Is Blacklist" = false + + [world.blossom_trees.orange.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.pink] + Rarity = 100 + + [world.blossom_trees.pink.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.pink.biome_config] + + [world.blossom_trees.pink.biome_config.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["mountain"] + "Is Blacklist" = false + + [world.blossom_trees.pink.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.yellow] + Rarity = 200 + + [world.blossom_trees.yellow.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.yellow.biome_config] + + [world.blossom_trees.yellow.biome_config.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["plains"] + "Is Blacklist" = false + + [world.blossom_trees.yellow.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.blossom_trees.red] + Rarity = 30 + + [world.blossom_trees.red.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.blossom_trees.red.biome_config] + + [world.blossom_trees.red.biome_config.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["mesa"] + "Is Blacklist" = false + + [world.blossom_trees.red.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters] + #Blocks that stone clusters can replace. If you want to make it so it only replaces in one dimension, + #do "block|dimension", as we do for netherrack and end stone by default. + "Blocks To Replace" = ["minecraft:stone", "minecraft:andesite", "minecraft:diorite", "minecraft:granite", "minecraft:netherrack|minecraft:the_nether", "minecraft:end_stone|minecraft:the_end", "quark:marble", "quark:limestone", "quark:jasper", "quark:slate"] + + [world.big_stone_clusters.calcite] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + #Allowed values: [-64,320] + "Min Y Level" = 20 + #Allowed values: [-64,320] + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.calcite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.calcite.biomes] + + [world.big_stone_clusters.calcite.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["mountain"] + "Is Blacklist" = false + + [world.big_stone_clusters.calcite.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.limestone] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + #Allowed values: [-64,320] + "Min Y Level" = 20 + #Allowed values: [-64,320] + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.limestone.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.limestone.biomes] + + [world.big_stone_clusters.limestone.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["swamp", "ocean"] + "Is Blacklist" = false + + [world.big_stone_clusters.limestone.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.jasper] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + #Allowed values: [-64,320] + "Min Y Level" = 20 + #Allowed values: [-64,320] + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.jasper.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.jasper.biomes] + + [world.big_stone_clusters.jasper.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["mesa", "sandy"] + "Is Blacklist" = false + + [world.big_stone_clusters.jasper.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.shale] + Enabled = true + #Allowed values: [0,) + Rarity = 4 + #Allowed values: [-64,320] + "Min Y Level" = 20 + #Allowed values: [-64,320] + "Max Y Level" = 80 + #Allowed values: [0,) + "Horizontal Size" = 14 + #Allowed values: [0,) + "Vertical Size" = 14 + #Allowed values: [0,) + "Horizontal Variation" = 9 + #Allowed values: [0,) + "Vertical Variation" = 9 + + [world.big_stone_clusters.shale.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [world.big_stone_clusters.shale.biomes] + + [world.big_stone_clusters.shale.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["snowy"] + "Is Blacklist" = false + + [world.big_stone_clusters.shale.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.big_stone_clusters.myalite] + "Generate In Air" = true + Enabled = true + #Allowed values: [0,) + Rarity = 100 + #Allowed values: [-64,320] + "Min Y Level" = 58 + #Allowed values: [-64,320] + "Max Y Level" = 62 + #Allowed values: [0,) + "Horizontal Size" = 20 + #Allowed values: [0,) + "Vertical Size" = 40 + #Allowed values: [0,) + "Horizontal Variation" = 6 + #Allowed values: [0,) + "Vertical Variation" = 10 + + [world.big_stone_clusters.myalite.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:the_end"] + + [world.big_stone_clusters.myalite.biomes] + + [world.big_stone_clusters.myalite.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = [] + "Is Blacklist" = true + + [world.big_stone_clusters.myalite.biomes.biomes] + Biomes = ["minecraft:end_highlands"] + "Is Blacklist" = false + + [world.big_dungeon] + #The chance that a big dungeon spawn candidate will be allowed to spawn. 0.2 is 20%, which is the same as the Pillager Outpost. + "Spawn Chance" = 0.1 + "Loot Table" = "minecraft:chests/simple_dungeon" + "Max Rooms" = 10 + "Min Start Y" = -40 + "Max Start Y" = -20 + "Chest Chance" = 0.5 + + [world.big_dungeon.biome_config] + + [world.big_dungeon.biome_config.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["ocean", "beach", "nether", "end"] + "Is Blacklist" = true + + [world.big_dungeon.biome_config.biomes] + Biomes = [] + "Is Blacklist" = true + + [world.azalea_wood] + #This feature disables itself if any of the following mods are loaded: + # - caverns_and_chasms + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + +[mobs] + Wraith = true + Toretoise = true + Stonelings = true + Shiba = true + Frogs = true + Foxhound = true + Forgotten = true + Crabs = true + + [mobs.wraith] + #List of sound sets to use with wraiths. + #Three sounds must be provided per entry, separated by | (in the format idle|hurt|death). Leave blank for no sound (i.e. if a mob has no ambient noise) + "Wraith Sounds" = ["entity.sheep.ambient|entity.sheep.hurt|entity.sheep.death", "entity.cow.ambient|entity.cow.hurt|entity.cow.death", "entity.pig.ambient|entity.pig.hurt|entity.pig.death", "entity.chicken.ambient|entity.chicken.hurt|entity.chicken.death", "entity.horse.ambient|entity.horse.hurt|entity.horse.death", "entity.cat.ambient|entity.cat.hurt|entity.cat.death", "entity.wolf.ambient|entity.wolf.hurt|entity.wolf.death", "entity.villager.ambient|entity.villager.hurt|entity.villager.death", "entity.polar_bear.ambient|entity.polar_bear.hurt|entity.polar_bear.death", "entity.zombie.ambient|entity.zombie.hurt|entity.zombie.death", "entity.skeleton.ambient|entity.skeleton.hurt|entity.skeleton.death", "entity.spider.ambient|entity.spider.hurt|entity.spider.death", "|entity.creeper.hurt|entity.creeper.death", "entity.endermen.ambient|entity.endermen.hurt|entity.endermen.death", "entity.zombie_pig.ambient|entity.zombie_pig.hurt|entity.zombie_pig.death", "entity.witch.ambient|entity.witch.hurt|entity.witch.death", "entity.blaze.ambient|entity.blaze.hurt|entity.blaze.death", "entity.llama.ambient|entity.llama.hurt|entity.llama.death", "|quark:entity.stoneling.cry|quark:entity.stoneling.die", "quark:entity.frog.idle|quark:entity.frog.hurt|quark:entity.frog.die"] + + [mobs.wraith.spawn_config] + "Max Cost" = 0.7 + "Spawn Cost" = 0.15 + #Allowed values: (0,) + "Spawn Weight" = 8 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.wraith.spawn_config.biomes] + + [mobs.wraith.spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = [] + "Is Blacklist" = true + + [mobs.wraith.spawn_config.biomes.biomes] + Biomes = ["minecraft:soul_sand_valley"] + "Is Blacklist" = false + + [mobs.toretoise] + "Max Y Level" = 0 + #The number of ticks from mining a tortoise until feeding it could cause it to regrow. + "Cooldown Ticks" = 1200 + #The items that can be fed to toretoises to make them regrow ores. + Foods = ["minecraft:glow_berries"] + #Feeding a toretoise after cooldown will regrow them with a one-in-this-number chance. Set to 1 to always regrow, or 0 to disable. + "Regrow Chance" = 3 + + [mobs.toretoise.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [mobs.toretoise.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 120 + #Allowed values: [1,) + "Min Group Size" = 2 + #Allowed values: [1,) + "Max Group Size" = 4 + + [mobs.toretoise.spawn_config.biomes] + + [mobs.toretoise.spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["void", "nether", "end"] + "Is Blacklist" = true + + [mobs.toretoise.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.stonelings] + "Max Y Level" = 0 + "Enable Diamond Heart" = true + "Cautious Stonelings" = true + "Tamable Stonelings" = true + #Disabled if if Pathfinder Maps are disabled. + "Weald Pathfinder Maps" = true + + [mobs.stonelings.dimensions] + "Is Blacklist" = false + Dimensions = ["minecraft:overworld"] + + [mobs.stonelings.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 80 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.stonelings.spawn_config.biomes] + + [mobs.stonelings.spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["void", "nether", "end"] + "Is Blacklist" = true + + [mobs.stonelings.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.shiba] + "Ignore Areas With Skylight" = false + + [mobs.shiba.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 40 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.shiba.spawn_config.biomes] + + [mobs.shiba.spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["mountain"] + "Is Blacklist" = false + + [mobs.shiba.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.frogs] + "Enable Brewing" = true + "Enable Big Funny" = false + + [mobs.frogs.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 40 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.frogs.spawn_config.biomes] + + [mobs.frogs.spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["swamp"] + "Is Blacklist" = false + + [mobs.frogs.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + + [mobs.foxhound] + #The chance coal will tame a foxhound + "Tame Chance" = 0.05 + + [mobs.foxhound.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 30 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 2 + + [mobs.foxhound.spawn_config.biomes] + + [mobs.foxhound.spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = [] + "Is Blacklist" = true + + [mobs.foxhound.spawn_config.biomes.biomes] + Biomes = ["minecraft:nether_wastes", "minecraft:basalt_deltas"] + "Is Blacklist" = false + + [mobs.foxhound.lesser_spawn_config] + "Max Cost" = 0.7 + "Spawn Cost" = 0.15 + #Allowed values: (0,) + "Spawn Weight" = 2 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 1 + + [mobs.foxhound.lesser_spawn_config.biomes] + + [mobs.foxhound.lesser_spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = [] + "Is Blacklist" = true + + [mobs.foxhound.lesser_spawn_config.biomes.biomes] + Biomes = ["minecraft:soul_sand_valley"] + "Is Blacklist" = false + + [mobs.forgotten] + #1 in this many Skeletons that spawn under the threshold are replaced with Forgotten. + "Forgotten Spawn Rate" = 0.05 + "Max Height For Spawn" = 0 + + [mobs.crabs] + "Enable Brewing" = true + + [mobs.crabs.spawn_config] + #Allowed values: (0,) + "Spawn Weight" = 5 + #Allowed values: [1,) + "Min Group Size" = 1 + #Allowed values: [1,) + "Max Group Size" = 3 + + [mobs.crabs.spawn_config.biomes] + + [mobs.crabs.spawn_config.biomes.types] + #Allowed values: [[hot, cold, sparse, dense, wet, dry, savanna, coniferous, + # jungle, spooky, dead, lush, mushroom, magical, rare, + # plateau, modified, ocean, river, water, mesa, forest, + # plains, mountain, hills, swamp, sandy, snowy, wasteland, + # beach, void, overworld, nether, end, underground] + "Biome Types" = ["beach"] + "Is Blacklist" = false + + [mobs.crabs.spawn_config.biomes.biomes] + Biomes = [] + "Is Blacklist" = true + +[client] + "Variant Animal Textures" = true + "Uses For Curses" = true + "Usage Ticker" = true + "Soul Candles" = true + "Microcrafting Helper" = true + "Improved Tooltips" = true + "Greener Grass" = true + "Chest Searching" = true + "Back Button Keybind" = true + "Auto Walk Keybind" = true + + [client.variant_animal_textures] + "Enable Cow" = true + "Enable Pig" = true + "Enable Chicken" = true + "Enable Shiny Rabbit" = true + "Enable Shiny Llama" = true + "Enable Shiny Dolphin" = true + "Enable L G B T Bees" = true + "Every Bee Is L G B T" = false + #The chance for an animal to have a special "Shiny" skin, like a shiny pokemon. This is 1 in X. Set to 0 to disable. + "Shiny Animal Chance" = 2048 + #If a shiny animal should emit occasional sparkles. + "Shiny Sparkles" = true + + [client.uses_for_curses] + "Vanish Pumpkin Overlay" = true + "Bind Armor Stands With Player Heads" = true + + [client.usage_ticker] + #Switch the armor display to the off hand side and the hand display to the main hand side + Invert = false + "Shift Left" = 0 + "Shift Right" = 0 + "Enable Main Hand" = true + "Enable Off Hand" = true + "Enable Armor" = true + + [client.improved_tooltips] + "Attribute Tooltips" = true + "Food Tooltips" = true + "Shulker Tooltips" = true + "Map Tooltips" = true + "Enchanting Tooltips" = true + "Shulker Box Use Colors" = true + "Shulker Box Require Shift" = false + "Map Require Shift" = false + "Show Saturation" = true + "Food Compression Threshold" = 4 + #The value of each shank of food. Tweak this when using mods like Hardcore Hunger which change that value. + "Food Divisor" = 2 + "Enchanting Stacks" = ["minecraft:diamond_sword", "minecraft:diamond_pickaxe", "minecraft:diamond_shovel", "minecraft:diamond_axe", "minecraft:diamond_hoe", "minecraft:diamond_helmet", "minecraft:diamond_chestplate", "minecraft:diamond_leggings", "minecraft:diamond_boots", "minecraft:shears", "minecraft:bow", "minecraft:fishing_rod", "minecraft:crossbow", "minecraft:trident", "minecraft:elytra", "quark:pickarang"] + #A list of additional stacks to display on each enchantment + #The format is as follows: + #enchant_id=item1,item2,item3... + #So to display a carrot on a stick on a mending book, for example, you use: + #minecraft:mending=minecraft:carrot_on_a_stick + "Enchanting Additional Stacks" = [] + + [client.greener_grass] + "Affect Leaves" = true + "Block List" = ["minecraft:large_fern", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:fern", "minecraft:grass", "minecraft:potted_fern", "minecraft:sugar_cane", "environmental:giant_tall_grass", "valhelsia_structures:grass_block"] + "Leaves List" = ["minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:oak_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:dark_oak_leaves", "atmospheric:rosewood_leaves", "atmospheric:morado_leaves", "atmospheric:yucca_leaves", "autumnity:maple_leaves", "environmental:willow_leaves", "environmental:hanging_willow_leaves", "minecraft:vine"] + + [client.greener_grass.color_matrix] + R = [0.89, 0.0, 0.0] + G = [0.0, 1.11, 0.0] + B = [0.0, 0.0, 0.89] + + [client.chest_searching] + + [client.chest_searching.overlay_color] + A = 0.67 + R = 0.0 + G = 0.0 + B = 0.0 + + [client.auto_walk_keybind] + "Draw Hud" = true + "Hud Height" = 10 + +[experimental] + "Zombie Villagers On Normal" = false + "Spawner Replacer" = false + "Overlay Shader" = false + "Narrator Readout" = false + "Game Nerfs" = false + "Enchantments Begone" = false + "Empty NBT Begone" = false + "Adjustable Chat" = false + + [experimental.spawner_replacer] + #Mobs to be replaced with other mobs. + #Format is: "mob1,mob2", i.e. "minecraft:spider,minecraft:skeleton" + "Replace Mobs" = [] + + [experimental.overlay_shader] + #Sets the name of the shader to load on a regular basis. This can load any shader the Camera module can (and requires the Camera module enabled to apply said logic). + #Some useful shaders include 'desaturate', 'oversaturate', 'bumpy' + #Colorblind simulation shaders are available in the form of 'deuteranopia', 'protanopia', 'tritanopia', and 'achromatopsia' + Shader = "none" + + [experimental.game_nerfs] + #Makes Mending act like the Unmending mod + #https://www.curseforge.com/minecraft/mc-mods/unmending + "Nerf Mending" = true + #Resets all villager discounts when zombified to prevent reducing prices to ridiculous levels + "Nerf Villager Discount" = true + #Makes Iron Golems not drop Iron Ingots + "Disable Iron Farms" = true + #Makes Boats not glide on ice + "Disable Ice Roads" = true + #Makes Sheep not drop Wool when killed + "Disable Wool Drops" = true + + [experimental.enchantments_begone] + "Enchantments To Begone" = [] + + [experimental.adjustable_chat] + "Horizontal Shift" = 0 + "Vertical Shift" = 0 + +[oddities] + "Totem Of Holding" = true + "Tiny Potato" = true + Pipes = true + "Matrix Enchanting" = true + Magnets = true + Crate = true + Backpack = true + + [oddities.totem_of_holding] + #Set this to false to remove the behaviour where totems destroy themselves if the player dies again. + "Dark Souls Mode" = true + #Totem will always spawn if the player killer is himself. + "Spawn Totem on PVP Kill" = false + #Set this to true to make it so that if a totem is destroyed, the items it holds are destroyed alongside it rather than dropped + "Destroy Lost Items" = false + #Set this to false to only allow the owner of a totem to collect its items rather than any player + "Allow Anyone To Collect" = true + "Enable Soul Compass" = true + + [oddities.tiny_potato] + #This feature disables itself if any of the following mods are loaded: + # - botania + #This is done to prevent content overlap. + #You can turn this on to force the feature to be loaded even if the above mods are also loaded. + "Ignore Anti Overlap" = false + #Set this to true to use the recipe without the Heart of Diamond, even if the Heart of Diamond is enabled. + "Never Use Heart Of Diamond" = false + + [oddities.pipes] + #How long it takes for an item to cross a pipe. Bigger = slower. + "Pipe Speed" = 5 + #Set to 0 if you don't want pipes to have a max amount of items + "Max Pipe Items" = 16 + #When items eject or are absorbed by pipes, should they make sounds? + "Do Pipes Whoosh" = true + + [oddities.matrix_enchanting] + #The maximum enchanting power the matrix enchanter can accept + "Max Bookshelves" = 15 + #Should this be X, the price of a piece increase by 1 every X pieces you generate + "Piece Price Scale" = 9 + #The higher this is, the better enchantments you'll get on books + "Book Enchantability" = 12 + #How many pieces you can generate without any bookshelves + "Base Max Piece Count" = 3 + #How many pieces you can generate without any bookshelves (for Books) + "Base Max Piece Count Book" = 1 + #At which piece count the calculation for the min level should default to increasing one per piece rather than using the scale factor + "Min Level Cutoff" = 8 + #How many pieces a single Lapis can generate + "Charge Per Lapis" = 4 + #How much the min level requirement for adding a new piece should increase for each piece added (up until the value of Min Level Cutoff) + "Min Level Scale Factor" = 1.2 + #How much the min level requirement for adding a new piece to a book should increase per each bookshelf being used + "Min Level Scale Factor Book" = 2.0 + #How much to multiply the frequency of pieces where at least one of the same type has been generated + "Dupe Multiplier" = 1.4 + #How much to multiply the frequency of pieces where incompatible pieces have been generated + "Incompatible Multiplier" = 0.0 + #Set to false to disable the ability to create Enchanted Books + "Allow Books" = true + #Set this to true to allow treasure enchantments to be rolled as pieces + "Allow Treasures" = false + #Set to false to disable the tooltip for items with pending enchantments + "Show Tooltip" = true + #By default, enchantment rarities are fuzzed a bit to feel better with the new system. Set this to false to override this behaviour. + "Normalize Rarity" = true + #Matrix Enchanting can be done with water instead of air around the enchanting table. Set this to false to disable this behaviour. + "Allow Underwater Enchanting" = true + #A list of enchantment IDs you don't want the enchantment table to be able to create + "Disallowed Enchantments" = [] + #An array of influences each candle should apply. This list must be 16 elements long, and is in order of wool colors. + "Influences List" = ["minecraft:unbreaking", "minecraft:fire_protection", "minecraft:knockback,minecraft:punch", "minecraft:feather_falling", "minecraft:looting,minecraft:fortune,minecraft:luck_of_the_sea", "minecraft:blast_protection", "minecraft:silk_touch,minecraft:channeling", "minecraft:bane_of_arthropods", "minecraft:protection", "minecraft:respiration,minecraft:loyalty,minecraft:infinity", "minecraft:sweeping,minecraft:multishot", "minecraft:efficiency,minecraft:sharpness,minecraft:lure,minecraft:power,minecraft:impaling,minecraft:quick_charge", "minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide", "minecraft:thorns,minecraft:piercing", "minecraft:fire_aspect,minecraft:flame", "minecraft:smite,minecraft:projectile_protection"] + #Set to false to disable the ability to influence enchantment outcomes with candles + "Allow Influencing" = true + #The max amount of candles that can influence a single enchantment + "Influence Max" = 4 + #How much each candle influences an enchantment. This works as a multiplier to its weight + "Influence Power" = 0.125 + #If you set this to false, the vanilla Enchanting Table will no longer automatically convert to the Matrix Enchanting table. You'll have to add a recipe for the Matrix Enchanting Table to make use of this. + "Automatically Convert" = true + + [oddities.magnets] + #Any items you place in this list will be derived so that any block made of it will become magnetizable + "Magnetic Derivation List" = ["minecraft:iron_ingot", "minecraft:copper_ingot", "minecraft:exposed_copper", "minecraft:weathered_copper", "minecraft:oxidized_copper", "minecraft:raw_iron", "minecraft:raw_copper", "minecraft:iron_ore", "minecraft:deepslate_iron_ore", "minecraft:copper_ore", "minecraft:deepslate_copper_ore"] + "Magnetic Whitelist" = ["minecraft:chipped_anvil", "minecraft:damaged_anvil"] + "Magnetic Blacklist" = ["minecraft:tripwire_hook"] + + [oddities.crate] + "Max Items" = 640 + + [oddities.backpack] + #Set this to true to allow the backpacks to be unequipped even with items in them + "Super Op Mode" = false + "Enable Ravager Hide" = true + "Items In Backpack Tick" = true + "Base Ravager Hide Drop" = 1 + "Extra Chance Per Looting" = 0.5 + diff --git a/config/rftoolsbase-common.toml b/config/rftoolsbase-common.toml new file mode 100644 index 0000000..652e5e5 --- /dev/null +++ b/config/rftoolsbase-common.toml @@ -0,0 +1,64 @@ + +#Dimensional shard ore generation +[worldgen] + + #Other Dimensions + [worldgen.dimensions] + #Number of times to try generate the ore (set to 0 to disable) + #Range: 0 ~ 256 + oreChances = 6 + #Max size of veins + #Range: 1 ~ 256 + oreVeinsize = 10 + #Min height + #Range: -512 ~ 512 + oreMin = -15 + #Max height + #Range: -512 ~ 512 + oreMax = 40 + + #Overworld + [worldgen.overworld] + #Number of times to try generate the ore (set to 0 to disable) + #Range: 0 ~ 256 + oreChances = 2 + #Max size of veins + #Range: 1 ~ 256 + oreVeinsize = 5 + #Min height + #Range: -512 ~ 512 + oreMin = -15 + #Max height + #Range: -512 ~ 512 + oreMax = 40 + + #Overworld + [worldgen.nether] + #Number of times to try generate the ore (set to 0 to disable) + #Range: 0 ~ 256 + oreChances = 8 + #Max size of veins + #Range: 1 ~ 256 + oreVeinsize = 8 + #Min height + #Range: -512 ~ 512 + oreMin = 2 + #Max height + #Range: -512 ~ 512 + oreMax = 40 + + #End + [worldgen.end] + #Number of times to try generate the ore (set to 0 to disable) + #Range: 0 ~ 256 + oreChances = 8 + #Max size of veins + #Range: 1 ~ 256 + oreVeinsize = 10 + #Min height + #Range: -512 ~ 512 + oreMin = 2 + #Max height + #Range: -512 ~ 512 + oreMax = 80 + diff --git a/config/shetiphiancore.toml b/config/shetiphiancore.toml new file mode 100644 index 0000000..6b6cd74 --- /dev/null +++ b/config/shetiphiancore.toml @@ -0,0 +1,13 @@ + +#Core Edits +[core_edits] + #Modifies entity collision checks to work with thinner blocks + #Unmodified ignores blocks bellow 1/5 (slightly thicker then a lower trap door) + #Modified processes blocks down to 3/32 (slightly thicker then carpets) + # + #If you need to disable this to solve a compatibility issue, please report it to me + #Non-living entities and thinner blocks are already exempt to avoid compatibility issues + enable_thin_block_handler = true + #When enabled carpets on top of scaffolding can be passed through just like snow + enable_carpet_passthrough = true + diff --git a/config/simplebackups-common.toml b/config/simplebackups-common.toml new file mode 100644 index 0000000..f2a9339 --- /dev/null +++ b/config/simplebackups-common.toml @@ -0,0 +1,18 @@ +#The max amount of backup files to keep. +#Range: 1 ~ 32767 +backupsToKeep = 10 +#The time between two backups in minutes +#5 = each 5 minutes +#60 = each hour +#1440 = each day +#Range: 1 ~ 32767 +timer = 120 +#Should message be sent when backup is in the making? +sendMessages = true +#The max size of storage the backup folder. If it takes more storage, old files will be deleted. +#Needs to be written as +#Valid storage types: B, KB, MB, GB, TB +maxDiskSize = "25 GB" +#Used to define the output path. +outputPath = "simplebackups" + diff --git a/config/simpletomb.toml b/config/simpletomb.toml new file mode 100644 index 0000000..e68ef32 --- /dev/null +++ b/config/simpletomb.toml @@ -0,0 +1,52 @@ + +##################################################################################### +#Simple Tomb config +##################################################################################### +[simpletomb] + + ##################################################################################### + [simpletomb.tomb] + # + #When searching for a grave location, this is the maximum range to check + #Range: 2 ~ 128 + search_range = 8 + # + #If true, write to the game log (server log) every time a tomb is placed + log = true + # + #If true, send a player chat message every time a tomb is placed + chat = true + # + #The radius in which extra bonus items should be hunted for and collected when a grave is spawned; set to zero (0) to disable + #Range: 0 ~ 16 + extra_items = 2 + # + #When searching for a grave location, this is the maximum height to check + #Range: 2 ~ 128 + search_height = 16 + # + #Whether to handle player death at all (false will disable almost the entire mod) + enabled = true + + ##################################################################################### + [simpletomb.teleport] + # + #When survival player is within this (straight line calculated) distance from the tomb, they can teleport to the tomb. Set as zero (0) to disable survival TP feature. Set as negative one (-1) to allow survival teleportation always and ignore the distance (within dimension) + #Range: -1 ~ 128 + survival = 16 + # + #If creative mode players can teleport to the tomb with the key, ignoring distance + creative = true + + ##################################################################################### + [simpletomb.key] + # + #Whether to give a Grave Key item to the player on death. Tomb can be opened without they key, but the key will help the player locate the grave + given = true + # + #If a key is being dropped, will the player's display name be added to the tomb key item name + named = true + # + #True means the key will open the grave on use, even if the player is not standing on top + openOnUse = true + diff --git a/config/sophisticatedbackpacks-common.toml b/config/sophisticatedbackpacks-common.toml new file mode 100644 index 0000000..b34b4bc --- /dev/null +++ b/config/sophisticatedbackpacks-common.toml @@ -0,0 +1,399 @@ + +#Common Settings +[common] + #List of items that are not allowed to be put in backpacks - e.g. "minecraft:shulker_box" + disallowedItems = [] + #Turns on/off loot added to various vanilla chest loot tables + chestLootEnabled = true + #Turns on/off item fluid handler of backpack in its item form. There are some dupe bugs caused by default fluid handling implementation that manifest when backpack is drained / filled in its item form in another mod's tank and the only way to prevent them is disallowing drain/fill in item form altogether + itemFluidHandlerEnabled = true + + #Leather Backpack Settings + [common.leatherBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 27 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 1 + + #Iron Backpack Settings + [common.ironBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 54 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 2 + + #Gold Backpack Settings + [common.goldBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 81 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 3 + + #Diamond Backpack Settings + [common.diamondBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 108 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 5 + + #Netherite Backpack Settings + [common.netheriteBackpack] + #Number of inventory slots in the backpack + #Range: 1 ~ 144 + inventorySlotCount = 120 + #Number of upgrade slots in the backpack + #Range: 0 ~ 10 + upgradeSlotCount = 7 + + #Compacting Upgrade Settings + [common.compactingUpgrade] + #Number of Compacting Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Compacting Upgrade Settings + [common.advancedCompactingUpgrade] + #Number of Advanced Compacting Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Deposit Upgrade Settings + [common.depositUpgrade] + #Number of Deposit Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Deposit Upgrade Settings + [common.advancedDepositUpgrade] + #Number of Advanced Deposit Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Feeding Upgrade Settings + [common.feedingUpgrade] + #Number of Feeding Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Feeding Upgrade Settings + [common.advancedFeedingUpgrade] + #Number of Advanced Feeding Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Filter Upgrade Settings + [common.filterUpgrade] + #Number of Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Filter Upgrade Settings + [common.advancedFilterUpgrade] + #Number of Advanced Filter Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Magnet Upgrade Settings + [common.magnetUpgrade] + #Number of Magnet Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + #Range around storage in blocks at which magnet will pickup items + #Range: 1 ~ 20 + magnetRange = 3 + + #Advanced Magnet Upgrade Settings + [common.advancedMagnetUpgrade] + #Number of Advanced Magnet Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + #Range around storage in blocks at which magnet will pickup items + #Range: 1 ~ 20 + magnetRange = 5 + + #Pickup Upgrade Settings + [common.pickupUpgrade] + #Number of Pickup Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Pickup Upgrade Settings + [common.advancedPickupUpgrade] + #Number of Advanced Pickup Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Refill Upgrade Settings + [common.refillUpgrade] + #Number of Refill Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 6 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Restock Upgrade Settings + [common.restockUpgrade] + #Number of Restock Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Restock Upgrade Settings + [common.advancedRestockUpgrade] + #Number of Advanced Restock Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Void Upgrade Settings + [common.voidUpgrade] + #Number of Void Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 9 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 3 + + #Advanced Void Upgrade Settings + [common.advancedVoidUpgrade] + #Number of Advanced Void Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 16 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Stack Upgrade Settings + [common.stackUpgrade] + #List of items that are not supposed to stack in storage even when stack upgrade is inserted. Item registry names are expected here. + nonStackableItems = [] + + #Smelting Upgrade Settings + [common.smeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Smoking Upgrade Settings + [common.smokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Blasting Upgrade Settings + [common.blastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + + #Auto-Smelting Upgrade Settings + [common.autoSmeltingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Smoking Upgrade Settings + [common.autoSmokingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Auto-Blasting Upgrade Settings + [common.autoBlastingUpgrade] + #Smelting speed multiplier (1.0 equals speed at which vanilla furnace smelts items) + #Range: 0.25 ~ 4.0 + smeltingSpeedMultiplier = 1.0 + #Fuel efficiency multiplier (1.0 equals speed at which it's used in vanilla furnace) + #Range: 0.25 ~ 4.0 + fuelEfficiencyMultiplier = 1.0 + #Number of input filter slots + #Range: 1 ~ 20 + inputFilterSlots = 8 + #Number of input filter slots displayed in a row + #Range: 1 ~ 6 + inputFilterSlotsInRow = 4 + #Number of fuel filter slots + #Range: 1 ~ 20 + fuelFilterSlots = 4 + #Number of fuel filter slots displayed in a row + #Range: 1 ~ 6 + fuelFilterSlotsInRow = 4 + + #Inception Upgrade Settings + [common.inceptionUpgrade] + #Allows / Disallows backpack upgrades to work with inventories of Backpacks in the Backpack with Inception Upgrade + upgradesUseInventoriesOfBackpacksInBackpack = true + #Allows / Disallows upgrades to be functional even when they are in Backpacks in the inventory of Backpack with Inception Upgrade + upgradesInContainedBackpacksAreFunctional = true + + #Tool Swapper Upgrade Settings + [common.toolSwapperUpgrade] + #Number of Tool Swapper Upgrade's filter slots + #Range: 1 ~ 20 + filterSlots = 8 + #Number of filter slots displayed in a row + #Range: 1 ~ 6 + slotsInRow = 4 + + #Tank Upgrade Settings + [common.tankUpgrade] + #Capacity in mB the tank upgrade will have per row of storage slots + #Range: 500 ~ 20000 + capacityPerSlotRow = 4000 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max energy of the battery and max in/out. Value lower than 1 makes stack multiplier affect the max energy less, higher makes it affect the max energy more. 0 turns off stack multiplier affecting battery upgrade + #Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + #Cooldown between fill/drain actions done on fluid containers in tank slots. Only fills/drains one bucket worth to/from container after this cooldown and then waits again. + #Range: 1 ~ 100 + autoFillDrainContainerCooldown = 20 + #How much FE can be transfered in / out per operation. This is a base transfer rate and same as max capacity gets multiplied by number of rows in storage and stack multiplier. + #Range: 1 ~ 1000 + maxInputOutput = 20 + #Energy in FE the battery upgrade will have per row of storage slots + #Range: 500 ~ 50000 + energyPerSlotRow = 10000 + + #Pump Upgrade Settings + [common.pumpUpgrade] + #Number of fluid filter slots + #Range: 1 ~ 20 + filterSlots = 4 + #How much mB can be transfered in / out per operation. This is a base transfer rate that gets multiplied by number of rows in storage and stack multiplier. + #Range: 1 ~ 1000 + maxInputOutput = 20 + #Ratio that gets applied (multiplies) to inventory stack multiplier before this is applied to max input/output value. Value lower than 1 makes stack multiplier affect the capacity less, higher makes it affect the capacity more. 0 turns off stack multiplier affecting input/output + #Range: 0.0 ~ 5.0 + stackMultiplierRatio = 1.0 + + #Xp Pump Upgrade Settings + [common.xpPumpUpgrade] + #Whether xp pump can mend items with mending. Set false here to turn off the feature altogether. + mendingOn = true + #How many experience points at a maximum would be used to mend an item per operation (every 5 ticks and 1 xp point usually translates to 2 damage repaired). + #Range: 1 ~ 20 + maxXpPointsPerMending = 5 + + #Settings for Spawning Entities with Backpack + [common.entityBackpackAdditions] + #Chance of an entity spawning with Backpack + #Range: 0.0 ~ 1.0 + chance = 0.01 + #Turns on/off addition of loot into backpacks + addLoot = true + #Turns on/off buffing the entity that wears backpack with potion effects. These are scaled based on how much loot is added. + buffWithPotionEffects = true + #Turns on/off buffing the entity that wears backpack with additional health. Health is scaled based on backpack tier the mob wears. + buffHealth = true + #Turns on/off equiping the entity that wears backpack with armor. What armor material and how enchanted is scaled based on backpack tier the mob wears. + equipWithArmor = true + #Map of entities that can spawn with backpack and related loot tables (if adding a loot is enabled) in format of "EntityRegistryName|LootTableName" + entityLootTableList = ["minecraft:creeper|minecraft:chests/desert_pyramid", "minecraft:drowned|minecraft:chests/shipwreck_treasure", "minecraft:enderman|minecraft:chests/end_city_treasure", "minecraft:evoker|minecraft:chests/woodland_mansion", "minecraft:husk|minecraft:chests/desert_pyramid", "minecraft:piglin|minecraft:chests/bastion_bridge", "minecraft:piglin_brute|minecraft:chests/bastion_treasure", "minecraft:pillager|minecraft:chests/pillager_outpost", "minecraft:skeleton|minecraft:chests/simple_dungeon", "minecraft:stray|minecraft:chests/igloo_chest", "minecraft:vex|minecraft:chests/woodland_mansion", "minecraft:vindicator|minecraft:chests/woodland_mansion", "minecraft:witch|minecraft:chests/buried_treasure", "minecraft:wither_skeleton|minecraft:chests/nether_bridge", "minecraft:zombie|minecraft:chests/simple_dungeon", "minecraft:zombie_villager|minecraft:chests/village/village_armorer", "minecraft:zombified_piglin|minecraft:chests/bastion_other"] + #List of music discs that are not supposed to be played by entities + discBlockList = ["botania:record_gaia_1", "botania:record_gaia_2"] + #Turns on/off a chance that the entity that wears backpack gets jukebox upgrade and plays a music disc. + playJukebox = true + #Chance of mob dropping backpack when killed by player + #Range: 0.0 ~ 1.0 + backpackDropChance = 0.085 + #Chance increase per looting level of mob dropping backpack + #Range: 0.0 ~ 0.2 + lootingChanceIncreasePerLevel = 0.01 + + [common.nerfs] + #Determines if too many backpacks in player's inventory cause slowness to the player + tooManyBackpacksSlowness = false + #Maximum number of backpacks in player's inventory that will not cause slowness + #Range: 1 ~ 27 + maxNumberOfBackpacks = 3 + #Ratio of slowness levels per every backpack above the maximum number allowed. (number of backpacks above the max gets multiplied by this number and ceiled) + #Range: 0.1 ~ 5.0 + slownessLevelsPerAdditionalBackpack = 1.0 + diff --git a/config/sophisticatedcore-common.toml b/config/sophisticatedcore-common.toml new file mode 100644 index 0000000..6707b7c --- /dev/null +++ b/config/sophisticatedcore-common.toml @@ -0,0 +1,6 @@ + +#Common Settings +[common] + #Disable / enable any items here (disables their recipes) + enabledItems = ["sophisticatedbackpacks:void_upgrade|true", "sophisticatedbackpacks:compacting_upgrade|true", "sophisticatedbackpacks:advanced_restock_upgrade|true", "sophisticatedbackpacks:advanced_tool_swapper_upgrade|true", "sophisticatedbackpacks:diamond_backpack|true", "sophisticatedbackpacks:tank_upgrade|true", "sophisticatedbackpacks:auto_smoking_upgrade|true", "sophisticatedbackpacks:auto_blasting_upgrade|true", "sophisticatedbackpacks:smelting_upgrade|true", "sophisticatedbackpacks:battery_upgrade|true", "sophisticatedbackpacks:smoking_upgrade|true", "sophisticatedbackpacks:filter_upgrade|true", "sophisticatedbackpacks:magnet_upgrade|true", "sophisticatedbackpacks:advanced_magnet_upgrade|true", "sophisticatedbackpacks:blasting_upgrade|true", "sophisticatedbackpacks:deposit_upgrade|true", "sophisticatedbackpacks:iron_backpack|true", "sophisticatedbackpacks:stonecutter_upgrade|true", "sophisticatedbackpacks:advanced_compacting_upgrade|true", "sophisticatedbackpacks:backpack|true", "sophisticatedbackpacks:tool_swapper_upgrade|true", "sophisticatedbackpacks:feeding_upgrade|true", "sophisticatedbackpacks:advanced_pickup_upgrade|true", "sophisticatedbackpacks:jukebox_upgrade|true", "sophisticatedbackpacks:everlasting_upgrade|true", "sophisticatedbackpacks:advanced_filter_upgrade|true", "sophisticatedbackpacks:advanced_feeding_upgrade|true", "sophisticatedbackpacks:inception_upgrade|true", "sophisticatedbackpacks:crafting_upgrade|true", "sophisticatedbackpacks:xp_pump_upgrade|true", "sophisticatedbackpacks:auto_smelting_upgrade|true", "sophisticatedbackpacks:pickup_upgrade|true", "sophisticatedbackpacks:stack_upgrade_tier_4|true", "sophisticatedbackpacks:stack_upgrade_tier_2|true", "sophisticatedbackpacks:stack_upgrade_tier_3|true", "sophisticatedbackpacks:stack_upgrade_tier_1|true", "sophisticatedbackpacks:advanced_pump_upgrade|true", "sophisticatedbackpacks:upgrade_base|true", "sophisticatedbackpacks:refill_upgrade|true", "sophisticatedbackpacks:gold_backpack|true", "sophisticatedbackpacks:advanced_deposit_upgrade|true", "sophisticatedbackpacks:advanced_void_upgrade|true", "sophisticatedbackpacks:restock_upgrade|true", "sophisticatedbackpacks:pump_upgrade|true"] + diff --git a/config/steampowered-common.toml b/config/steampowered-common.toml new file mode 100644 index 0000000..ada0d59 --- /dev/null +++ b/config/steampowered-common.toml @@ -0,0 +1,88 @@ + +[steam] + #HU generation for each fuel burning tick. 10HU=1mb of steam. THIS AFFECT ALL BURNERS AND BOILERS! + #Range: 0 ~ 655360 + HuPerFuelTick = 24 + #This defines how many mbs of steam does a mb of water can turn into. + #Range: 0.0 ~ 100000.0 + steamPerWater = 12.0 + +[boiler] + #Maximum HU the boiler intakes. 10HU=1mb of steam. + #Range: 0 ~ 1000000 + bronzeBoilerHu = 120 + #Range: 0 ~ 1000000 + castIronBoilerHu = 240 + #Range: 0 ~ 1000000 + steelBoilerHu = 480 + +[burner] + #Maximum HU the boiler emits. Note that this does not affect steam per fuel tick. 10HU=1mb of steam. + #Range: 0 ~ 1000000 + bronzeBurnerHu = 120 + #Range: 0 ~ 1000000 + castIronBurnerHu = 240 + #Range: 0 ~ 1000000 + steelBurnerHu = 480 + +[burnerEfficiency] + #Fuel Tick to HU Convertion Percentage. 10HU=1mb of steam. + #Range: 0.0 ~ 1.0 + bronzeBurnerEfficiency = 0.8 + #Range: 0.0 ~ 1.0 + castIronBurnerEfficiency = 0.9 + #Range: 0.0 ~ 1.0 + steelBurnerEfficiency = 1.0 + +[flywheel] + + [flywheel.bronze_flywheel] + #Range: 0 ~ 8192 + bronzeFlywheelCapacity = 512 + #Range: 0 ~ 8192 + bronzeFlywheelSpeed = 32 + #Range: 0 ~ 8192 + bronzeFlywheelSteamConsumptionPerTick = 12 + #Range: 0 ~ 1048576 + bronzeFlywheelSteamStorage = 32000 + + [flywheel.cast_iron_flywheel] + #Range: 0 ~ 8192 + castIronFlywheelCapacity = 1024 + #Range: 0 ~ 8192 + castIronFlywheelSpeed = 32 + #Range: 0 ~ 8192 + castIronFlywheelSteamConsumptionPerTick = 24 + #Range: 0 ~ 1048576 + castIronFlywheelSteamStorage = 64000 + + [flywheel.steel_flywheel] + #Range: 0 ~ 8192 + steelFlywheelCapacity = 2048 + #Range: 0 ~ 8192 + steelFlywheelSpeed = 32 + #Range: 0 ~ 1048576 + steelFlywheelSteamConsumptionPerTick = 48 + #Range: 0 ~ 1048576 + steelFlywheelSteamStorage = 96000 + +[dynamo] + #If dynamo is disabled in the server config, the following will be ignored! + #Range: 0 ~ 8192 + dynamoFeMaxOut = 256 + #Range: 0 ~ 8192 + dynamoFeCapacity = 2048 + #Range: 0 ~ 8192 + dynamoImpact = 16 + #Range: 0.0 ~ 1.0 + dynamoEfficiency = 0.75 + +[cogwheel] + #For those who want to make the game more challenging, you can add stress impact to cogwheels! + #Range: 0.0 ~ 1.0 + bronzeCogwheelImpact = 0.0 + #Range: 0.0 ~ 1.0 + castIronCogwheelImpact = 0.0 + #Range: 0.0 ~ 1.0 + steelCogwheelImpact = 0.0 + diff --git a/config/storagedrawers-common.toml b/config/storagedrawers-common.toml new file mode 100644 index 0000000..3dacccf --- /dev/null +++ b/config/storagedrawers-common.toml @@ -0,0 +1,36 @@ + +[General] + #The number of item stacks held in a basic unit of storage. + #1x1 drawers hold 8 units, 1x2 drawers hold 4 units, 2x2 drawers hold 2 units. + #Half-depth drawers hold half those amounts. + baseStackStorage = 4 + #Controller range defines how far away a drawer can be connected + #on X, Y, or Z planes. The default value of 50 gives the controller a very + #large range, but not beyond the chunk load distance. + #Range: 1 ~ 75 + controllerRange = 50 + enableUI = true + enableSidedInput = true + enableSidedOutput = true + enableItemConversion = true + enableExtraCompactingRules = true + debugTrace = false + #List of rules in format "domain:item1, domain:item2, n". + #Creates a compacting drawer rule to convert 1 of item1 into n of item2. + compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"] + +[StorageUpgrades] + #Storage upgrades multiply storage capacity by the given amount. + #When multiple storage upgrades are used together, their multipliers are added before being applied. + level1Mult = 2 + level2Mult = 4 + level3Mult = 8 + level4Mult = 16 + level5Mult = 32 + +[Integration] + #When true, shows quantity as NxS + R (by stack size) rather than count + wailaStackRemainder = true + #When true, does not show current quantities unless quantify key was used + wailaRespectQuantifyKey = false + diff --git a/config/tcintegrations-common.toml b/config/tcintegrations-common.toml new file mode 100644 index 0000000..75da476 --- /dev/null +++ b/config/tcintegrations-common.toml @@ -0,0 +1,3 @@ +#Enables bronze recipe. 3 copper + 1 quartz = 4 bronze +ENABLE_BRONZE_RECIPE = true + diff --git a/config/tconstruct-common.toml b/config/tconstruct-common.toml new file mode 100644 index 0000000..cf3d11c --- /dev/null +++ b/config/tconstruct-common.toml @@ -0,0 +1,121 @@ + +#Everything to do with gameplay +[gameplay] + #Set this to false to disable new players spawning with the Tinkers' Book. + shouldSpawnWithTinkersBook = true + #If non-empty, only this material will be shown on tools in creative and JEI (or the first valid material if this is invalid for the tool). + #If empty, all materials will show + showOnlyToolMaterial = "" + #If non-empty, only material will be shown on parts in creative and JEI (or the first valid material if this is invalid for the part). + #If empty, all materials will show + showOnlyPartMaterial = "" + #If true, tables such as the part builder and tinker station will show all variants. If false shows only a variant with a default texture. + showAllTableVariants = true + #If true, anvils will show all metal variants. If false, shows only a variant with the default texture + showAllAnvilVariants = true + +#Options related to recipes, limited options as a datapack allows most recipes to be modified +[recipes] + #Add a recipe that allows you to craft a piece of flint using 3 gravel + addGravelToFlintRecipe = true + #Makes the recipe to alloy netherite in the smeltery only cost 2 gold per netherite ingot. If false uses the vanilla rate of 4 gold per ingot. Disable if there are crafting duplications. + cheaperNetheriteAlloy = true + #Makes wither skeletons drop necrotic bones + witherBoneDrop = true + #Allows converting wither bones to regular bones + witherBoneConversion = true + #Slimealls not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod + slimeRecipeFix = true + #Fixes clear glass not being usable in vanilla recipes that require glass. Config option exists to disable easily in case this fix is redundant to another mod + glassRecipeFix = true + + [recipes.ore_rates] + + #Ore rates when melting in the melter + [recipes.ore_rates.melter] + #Number of nuggets produced per metal ore unit melted. 9 nuggets would give 1 ingot + #Range: 1 ~ 45 + nuggetsPerMetal = 12 + #Number of gem shards produced per gem ore unit melted. 4 gem shards would give 1 gem + #Range: 1 ~ 20 + shardsPerGem = 8 + + #Ore rates when melting in the smeltery + [recipes.ore_rates.smeltery] + #Number of nuggets produced per metal ore unit melted. 9 nuggets would give 1 ingot + #Range: 1 ~ 45 + nuggetsPerMetal = 12 + #Number of gem shards produced per gem ore unit melted. 4 gem shards would give 1 gem + #Range: 1 ~ 20 + shardsPerGem = 8 + + #Ore rates when melting in the foundry + [recipes.ore_rates.foundry] + #Number of nuggets produced per metal ore unit melted. 9 nuggets would give 1 ingot + #Range: 1 ~ 45 + nuggetsPerMetal = 9 + #Number of gem shards produced per gem ore unit melted. 4 gem shards would give 1 gem + #Range: 1 ~ 20 + shardsPerGem = 4 + + #Byprouct rates when melting in the foundry + [recipes.ore_rates.foundry_byproduct] + #Number of nuggets produced per metal ore unit melted. 9 nuggets would give 1 ingot + #Range: 1 ~ 45 + nuggetsPerMetal = 3 + #Number of gem shards produced per gem ore unit melted. 4 gem shards would give 1 gem + #Range: 1 ~ 20 + shardsPerGem = 4 + + #Entity head drops when killed by a charged creeper + [recipes.heads] + blaze = true + enderman = true + stray = true + husk = true + drowned = true + spider = true + cave_spider = true + piglin = true + piglin_brute = true + zombified_piglin = true + +#Options related to loot table injections. Note some of the changes are done via global loot managers, these only control injecting loot into loot pools +#If your modpack makes extensive loot table changes, many of these may be automatically disabled. You can also manually set up tables for more control. +[loot] + #Adds slimy saplings and seeds into various loot chests. Helps for worlds without slime islands + slimy_loot = true + #Weight of blazing blood in the piglin bartering tables. Set to 0 to disable + #Range: 0 ~ 100 + barter_blazing_blood = 20 + #Weight of tinker tools in the vanilla spawn bonus chest, randomly replacing the vanilla axe or shovel. Tool will have a random tier 1 head and binding, plus a wooden handle. Set to 0 to disable. + #For comparison, vanilla wooden axes and pickaxes have a weight of 3, and stone axes/pickaxes have a weight of 1 + #Range: 0 ~ 25 + tinker_tool_bonus_chest = 2 + #If true, ender dragons will drop scales when damaged by explosions + drop_dragon_Scales = true + +#Everything to do with world generation +[worldgen] + #Generate Cobalt + generateCobalt = true + #Approx Ores per Chunk + veinCountCobalt = 8 + + #Options related to slime geodes + [worldgen.geodes] + #If true, earthslime geodes generate deep in the world as another way to get slime + earth = true + #If true, skyslime geodes generate above amethyst as another way to get skyslime + sky = true + #If true, ichor geodes generate high in the nether. Strongly encouraged to keep enabled even if you disable the other geodes, as ichor crystals have some unique recipes and the fallbacks kinda suck for gameplay. + ichor = true + #If true, enderslime geodes generate as additional islands in the end + ender = true + +#Features to use in debugging gameplay and mechanics, generally should not be enabled in packs +[debug] + #If true, forces integration materials to be enabled, even if the relevant metal is missing. Useful for testing material balance. + #Does not provide recipes for any of them, they will only be available to cheat in creative. + forceIntegrationMaterials = false + diff --git a/config/terrablender.toml b/config/terrablender.toml new file mode 100644 index 0000000..5b07633 --- /dev/null +++ b/config/terrablender.toml @@ -0,0 +1,18 @@ +#General settings +general = {} + +#Generation settings +[generation_settings] + #The size of overworld biome regions from each mod that uses TerraBlender. + #Range: 2-6 + overworld_region_size = 3 + #The weighting of vanilla biome regions in the nether. + #Range: 0-2147483647 + vanilla_nether_region_weight = 10 + #The size of nether biome regions from each mod that uses TerraBlender. + #Range: 2-6 + nether_region_size = 2 + #The weighting of vanilla biome regions in the overworld. + #Range: 0-2147483647 + vanilla_overworld_region_weight = 10 + diff --git a/config/twigs-common.toml b/config/twigs-common.toml new file mode 100644 index 0000000..d9079c8 --- /dev/null +++ b/config/twigs-common.toml @@ -0,0 +1,7 @@ +"Generates Twigs" = true +"Generates Pebbles" = true +"Generaetes Sea Shells" = true +"Generates Rhyolite" = true +"Generates Bloodstone" = true +"Generates Schist" = true + diff --git a/config/waystones-common.toml b/config/waystones-common.toml new file mode 100644 index 0000000..aadee48 --- /dev/null +++ b/config/waystones-common.toml @@ -0,0 +1,133 @@ + +[xpCost] + #Set to true if experience cost should be inverted, meaning the shorter the distance, the more expensive. Can be used to encourage other methods for short-distance travel. + inverseXpCost = false + #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. + #Range: > -2147483648 + blocksPerXpLevel = 1000 + #The minimum base xp cost (may be subceeded by multipliers defined below) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + minimumBaseXpCost = 0.0 + #The maximum base xp cost (may be exceeded by multipliers defined below), set to 0 to disable all distance-based XP costs + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + maximumBaseXpCost = 3.0 + #How much xp is needed per leashed animal to travel with you + #Range: > -2147483648 + xpCostPerLeashed = 1 + #The base xp level cost when travelling between dimensions. Ignores block distance. + #Range: > -2147483648 + dimensionalWarpXpCost = 3 + #The multiplier applied to the base xp cost when teleporting to a global waystone through any method. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + globalWaystoneXpCostMultiplier = 1.0 + #The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin) + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + warpStoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one waystone to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + waystoneXpCostMultiplier = 1.0 + #The multiplier applied to the base xp cost when teleporting from one sharestone to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + sharestoneXpCostMultiplier = 1.0 + #The multiplier applied to the base xp cost when teleporting from a portstone. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + portstoneXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting from one warp plate to another. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + warpPlateXpCostMultiplier = 0.0 + #The multiplier applied to the base xp cost when teleporting via the inventory button. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + inventoryButtonXpCostMultiplier = 0.0 + +[restrictions] + #If enabled, only creative players can place, edit or break waystones. This does NOT disable the crafting recipe. + restrictToCreative = false + #If enabled, only the owner of a waystone (the one who placed it) can rename it. + restrictRenameToOwner = false + #If enabled, waystones generated in worldgen are unbreakable. + generatedWaystonesUnbreakable = false + #If enabled, leashed mobs will be teleported with you + transportLeashed = true + #Whether to take leashed mobs with you when teleporting between dimensions + transportLeashedDimensional = true + #List of leashed mobs that cannot be taken with you when teleporting + leashedDenyList = ["minecraft:wither"] + #Set to 'ALLOW' to allow dimensional warp in general. Set to 'GLOBAL_ONLY' to restrict dimensional warp to global waystones. Set to 'DENY' to disallow all dimensional warps. + #Allowed Values: ALLOW, GLOBAL_ONLY, DENY + dimensionalWarp = "ALLOW" + #List of dimensions that players are allowed to warp cross-dimension from and to. If left empty, all dimensions except those in dimensionalWarpDenyList are allowed. + dimensionalWarpAllowList = [] + #List of dimensions that players are not allowed to warp cross-dimension from and to. Only used if dimensionalWarpAllowList is empty. + dimensionalWarpDenyList = [] + #Set to true if players should be able to teleport between waystones by simply right-clicking a waystone. + allowWaystoneToWaystoneTeleport = true + #Set to false to allow non-creative players to make waystones globally activated for all players. + globalWaystoneSetupRequiresCreativeMode = true + +[cooldowns] + #The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + globalWaystoneCooldownMultiplier = 1.0 + #The cooldown between usages of the warp stone in seconds. This is bound to the player, not the item, so multiple warp stones share the same cooldown. + #Range: > -2147483648 + warpStoneCooldown = 300 + #The time in ticks that it takes to use a warp stone. This is the charge-up time when holding right-click. + #Range: > -2147483648 + warpStoneUseTime = 32 + #The time in ticks that it takes to use a warp plate. This is the time the player has to stand on top for. + #Range: > -2147483648 + warpPlateUseTime = 20 + #The time in ticks it takes to use a scroll. This is the charge-up time when holding right-click. + #Range: > -2147483648 + scrollUseTime = 32 + #The cooldown between usages of the inventory button in seconds. + #Range: > -2147483648 + inventoryButtonCooldown = 300 + +[inventoryButton] + #Set to 'NONE' for no inventory button. Set to 'NEAREST' for an inventory button that teleports to the nearest waystone. Set to 'ANY' for an inventory button that opens the waystone selection menu. Set to a waystone name for an inventory button that teleports to a specifically named waystone. + inventoryButton = "" + #The x position of the warp button in the inventory. + #Range: > -2147483648 + warpButtonX = 58 + #The y position of the warp button in the inventory. + #Range: > -2147483648 + warpButtonY = 60 + #The y position of the warp button in the creative menu. + #Range: > -2147483648 + creativeWarpButtonX = 88 + #The y position of the warp button in the creative menu. + #Range: > -2147483648 + creativeWarpButtonY = 33 + +[worldGen] + #Set to 'DEFAULT' to only generate the normally textured waystones. Set to 'MOSSY' or 'SANDY' to generate all as that variant. Set to 'BIOME' to make the style depend on the biome it is generated in. + #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME + worldGenStyle = "BIOME" + #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. + #Range: > -2147483648 + frequency = 25 + #List of dimensions that waystones are allowed to spawn in through world gen. If left empty, all dimensions except those in worldGenDimensionDenyList are used. + dimensionAllowList = ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"] + #List of dimensions that waystones are not allowed to spawn in through world gen. Only used if worldGenDimensionAllowList is empty. + dimensionDenyList = [] + #Set to 'PRESET_FIRST' to first use names from the custom names list. Set to 'PRESET_ONLY' to use only those custom names. Set to 'MIXED' to have some waystones use custom names, and others random names. + #Allowed Values: PRESET_FIRST, RANDOM_ONLY, PRESET_ONLY, MIXED + nameGenerationMode = "PRESET_FIRST" + #These names will be used for the PRESET name generation mode. See the nameGenerationMode option for more info. + customWaystoneNames = [] + #Set to true if waystones should be added to the generation of villages. Some villages may still spawn without a waystone. + spawnInVillages = true + #Ensures that pretty much every village will have a waystone, by spawning it as early as possible. In addition, this means waystones will generally be located in the center of the village. + forceSpawnInVillages = false + +[client] + #If enabled, the text overlay on waystones will no longer always render at full brightness. + disableTextGlow = false + #If enabled, activated waystones will not emit particles. + disableParticles = false + +[compatibility] + #If enabled, JourneyMap waypoints will be created for each activated waystone. + displayWaystonesOnJourneyMap = true + diff --git a/config/worldedit/worldedit.properties b/config/worldedit/worldedit.properties new file mode 100644 index 0000000..13b4ee1 --- /dev/null +++ b/config/worldedit/worldedit.properties @@ -0,0 +1,45 @@ +#Don't put comments; they get removed +#Thu May 12 04:21:42 CDT 2022 +max-super-pickaxe-size=5 +use-inventory-creative-override=false +use-inventory-override=false +default-max-polyhedron-points=-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 +shell-save-type= +craftscript-dir=craftscripts +register-help=true +snapshots-dir= +max-calculation-timeout=300 +history-size=15 +super-pickaxe-drop-items=true +max-changed-blocks=-1 +default-max-polygon-points=-1 +scripting-timeout=3000 +calculation-timeout=100 +nav-use-glass=true +extended-y-limit=false +nav-wand-item=minecraft\:compass +log-file= +butcher-max-radius=-1 +max-radius=-1 +wand-item=minecraft\:wooden_axe +profile=false +use-in-creative=false +default-vertical-height=256 +super-pickaxe-many-drop-items=true +max-polyhedron-points=20 +server-side-cui=true +snapshots-experimental=false +max-brush-radius=6 +allow-symbolic-links=false +default-locale=default +trace-unflushed-sessions=false +max-polygon-points=20 +default-max-changed-blocks=-1 +log-commands=false +use-inventory=false +log-format=[%1$tY-%1$tm-%1$td %1$tH\:%1$tM\:%1$tS %4$s]\: %5$s%6$s%n +cheat-mode=false +butcher-default-radius=-1 +schematic-save-dir=schematics +nav-wand-distance=50 diff --git a/defaultconfigs/ftbessentials-server.snbt b/defaultconfigs/ftbessentials-server.snbt new file mode 100644 index 0000000..9d81585 --- /dev/null +++ b/defaultconfigs/ftbessentials-server.snbt @@ -0,0 +1,13 @@ +# Default config file that will be copied to world's serverconfig/ftbessentials.snbt location +# Copy values you wish to override in here +# Example: +# +# { +# misc: { +# enderchest: { +# enabled: false +# } +# } +# } + +{ } diff --git a/devrun.sh b/devrun.sh deleted file mode 100755 index cc06fff..0000000 --- a/devrun.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui \ No newline at end of file diff --git a/dynmap/colorschemes/amidst.txt b/dynmap/colorschemes/amidst.txt new file mode 100644 index 0000000..96c3a57 --- /dev/null +++ b/dynmap/colorschemes/amidst.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/dynmap/colorschemes/biome_rainfall_temp.txt b/dynmap/colorschemes/biome_rainfall_temp.txt new file mode 100644 index 0000000..a34c23a --- /dev/null +++ b/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/dynmap/colorschemes/default.txt b/dynmap/colorschemes/default.txt new file mode 100644 index 0000000..96c3a57 --- /dev/null +++ b/dynmap/colorschemes/default.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/dynmap/colorschemes/dokudark.txt b/dynmap/colorschemes/dokudark.txt new file mode 100644 index 0000000..174630e --- /dev/null +++ b/dynmap/colorschemes/dokudark.txt @@ -0,0 +1,19763 @@ +minecraft:stone 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:granite 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:polished_granite 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:diorite 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:polished_diorite 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:andesite 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:polished_andesite 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:grass_block 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 +minecraft:grass_block[snowy=false] 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 +minecraft:dirt 64 53 43 255 51 42 34 255 32 26 21 255 25 21 17 255 +minecraft:coarse_dirt 74 64 56 255 59 51 44 255 37 32 28 255 29 25 22 255 +minecraft:podzol 193 193 193 255 154 154 154 255 96 96 96 255 77 77 77 255 +minecraft:podzol[snowy=false] 85 61 37 255 68 48 29 255 42 30 18 255 34 24 14 255 +minecraft:cobblestone 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:oak_planks 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_planks 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_planks 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_planks 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_planks 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_planks 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:oak_sapling 43 48 33 114 34 38 26 114 21 24 16 114 17 19 13 114 +minecraft:oak_sapling[stage=1] 43 48 33 114 34 38 26 114 21 24 16 114 17 19 13 114 +minecraft:spruce_sapling 35 44 26 63 28 35 20 63 17 22 13 63 14 17 10 63 +minecraft:spruce_sapling[stage=1] 35 44 26 63 28 35 20 63 17 22 13 63 14 17 10 63 +minecraft:birch_sapling 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 +minecraft:birch_sapling[stage=1] 79 86 51 91 63 68 40 91 39 43 25 91 31 34 20 91 +minecraft:jungle_sapling 33 61 13 81 26 48 10 81 16 30 6 81 13 24 5 81 +minecraft:jungle_sapling[stage=1] 33 61 13 81 26 48 10 81 16 30 6 81 13 24 5 81 +minecraft:acacia_sapling 71 71 51 82 56 56 40 82 35 35 25 82 28 28 20 82 +minecraft:acacia_sapling[stage=1] 71 71 51 82 56 56 40 82 35 35 25 82 28 28 20 82 +minecraft:dark_oak_sapling 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:dark_oak_sapling[stage=1] 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:bedrock 37 36 35 255 29 28 28 255 18 18 17 255 14 14 14 255 +minecraft:water 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=1] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=2] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=3] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=4] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=5] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=6] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=7] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=8] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=9] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=10] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=11] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=12] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=13] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=14] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:water[level=15] 77 193 124 144 61 154 99 144 38 96 62 144 30 77 49 144 +minecraft:lava 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=1] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=2] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=3] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=4] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=5] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=6] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=7] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=8] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=9] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=10] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=11] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=12] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=13] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=14] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=15] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:sand 123 116 91 255 98 92 72 255 61 58 45 255 49 46 36 255 +minecraft:red_sand 120 88 67 255 96 70 53 255 60 44 33 255 48 35 26 255 +minecraft:gravel 55 53 43 255 44 42 34 255 27 26 21 255 22 21 17 255 +minecraft:gold_ore 108 103 82 255 86 82 65 255 54 51 41 255 43 41 32 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 95 92 83 255 76 73 66 255 47 46 41 255 38 36 33 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 71 75 69 255 56 60 55 255 35 37 34 255 28 30 27 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 118 76 62 255 94 60 49 255 59 38 31 255 47 30 24 255 +minecraft:oak_log 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:oak_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:oak_log[axis=z] 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:spruce_log 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:spruce_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:spruce_log[axis=z] 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:birch_log 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:birch_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:birch_log[axis=z] 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:jungle_log 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:jungle_log[axis=y] 117 113 93 255 93 90 74 255 58 56 46 255 46 45 37 255 +minecraft:jungle_log[axis=z] 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:acacia_log 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:acacia_log[axis=y] 96 71 51 255 76 56 40 255 48 35 25 255 38 28 20 255 +minecraft:acacia_log[axis=z] 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:dark_oak_log 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:dark_oak_log[axis=y] 62 54 42 255 49 43 33 255 31 27 21 255 24 21 16 255 +minecraft:dark_oak_log[axis=z] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:stripped_spruce_log 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_spruce_log[axis=y] 151 135 127 255 120 108 101 255 75 67 63 255 60 54 50 255 +minecraft:stripped_spruce_log[axis=z] 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_birch_log 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_birch_log[axis=y] 169 164 134 255 135 131 107 255 84 82 67 255 67 65 53 255 +minecraft:stripped_birch_log[axis=z] 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_jungle_log 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_jungle_log[axis=y] 144 137 99 255 115 109 79 255 72 68 49 255 57 54 39 255 +minecraft:stripped_jungle_log[axis=z] 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_acacia_log 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_acacia_log[axis=y] 126 91 62 255 100 72 49 255 63 45 31 255 50 36 24 255 +minecraft:stripped_acacia_log[axis=z] 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_dark_oak_log 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_dark_oak_log[axis=y] 83 72 56 255 66 57 44 255 41 36 28 255 33 28 22 255 +minecraft:stripped_dark_oak_log[axis=z] 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_oak_log 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_oak_log[axis=y] 172 162 129 255 137 129 103 255 86 81 64 255 68 64 51 255 +minecraft:stripped_oak_log[axis=z] 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:oak_wood 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:oak_wood[axis=y] 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:oak_wood[axis=z] 51 53 45 255 40 42 36 255 25 26 22 255 20 21 18 255 +minecraft:spruce_wood 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:spruce_wood[axis=y] 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:spruce_wood[axis=z] 40 37 35 255 32 29 28 255 20 18 17 255 16 14 14 255 +minecraft:birch_wood 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:birch_wood[axis=y] 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:birch_wood[axis=z] 151 147 142 255 120 117 113 255 75 73 71 255 60 58 56 255 +minecraft:jungle_wood 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:jungle_wood[axis=y] 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:jungle_wood[axis=z] 35 32 18 255 28 25 14 255 17 16 9 255 14 12 7 255 +minecraft:acacia_wood 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:acacia_wood[axis=y] 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:acacia_wood[axis=z] 78 71 60 255 62 56 48 255 39 35 30 255 31 28 24 255 +minecraft:dark_oak_wood 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:dark_oak_wood[axis=y] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:dark_oak_wood[axis=z] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:stripped_oak_wood 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_oak_wood[axis=y] 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_oak_wood[axis=z] 196 186 154 255 156 148 123 255 98 93 77 255 78 74 61 255 +minecraft:stripped_spruce_wood 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_spruce_wood[axis=y] 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_spruce_wood[axis=z] 168 149 140 255 134 119 112 255 84 74 70 255 67 59 56 255 +minecraft:stripped_birch_wood 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_birch_wood[axis=y] 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_birch_wood[axis=z] 193 188 160 255 154 150 128 255 96 94 80 255 77 75 64 255 +minecraft:stripped_jungle_wood 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_jungle_wood[axis=y] 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_jungle_wood[axis=z] 161 151 111 255 128 120 88 255 80 75 55 255 64 60 44 255 +minecraft:stripped_acacia_wood 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_acacia_wood[axis=y] 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_acacia_wood[axis=z] 142 104 68 255 113 83 54 255 71 52 34 255 56 41 27 255 +minecraft:stripped_dark_oak_wood 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_dark_oak_wood[axis=y] 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:stripped_dark_oak_wood[axis=z] 82 68 52 255 65 54 41 255 41 34 26 255 32 27 20 255 +minecraft:oak_leaves 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=1,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=2,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=2,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=3,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=3,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=4,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=4,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=5,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=5,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=6,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=6,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=7,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:oak_leaves[distance=7,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:spruce_leaves 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=1,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=2,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=2,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=3,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=3,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=4,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=4,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=5,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=5,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=6,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=6,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=7,persistent=true] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:spruce_leaves[distance=7,persistent=false] 40 53 29 229 32 42 23 229 20 26 14 229 16 21 11 229 +minecraft:birch_leaves 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=1,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=2,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=2,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=3,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=3,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=4,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=4,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=5,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=5,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=6,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=6,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=7,persistent=true] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:birch_leaves[distance=7,persistent=false] 53 69 35 214 42 55 28 214 26 34 17 214 21 27 14 214 +minecraft:jungle_leaves 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=1,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=2,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=2,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=3,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=3,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=4,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=4,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=5,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=5,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=6,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=6,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=7,persistent=true] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:jungle_leaves[distance=7,persistent=false] 22 36 13 166 17 28 10 166 11 18 6 166 8 14 5 166 +minecraft:acacia_leaves 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=1,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=2,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=2,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=3,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=3,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=4,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=4,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=5,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=5,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=6,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=6,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=7,persistent=true] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:acacia_leaves[distance=7,persistent=false] 39 64 22 228 31 51 17 228 19 32 11 228 15 25 8 228 +minecraft:dark_oak_leaves 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=1,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=2,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=2,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=3,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=3,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=4,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=4,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=5,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=5,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=6,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=6,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=7,persistent=true] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:dark_oak_leaves[distance=7,persistent=false] 24 39 14 214 19 31 11 214 12 19 7 214 9 15 5 214 +minecraft:azalea_leaves 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=1,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=2,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=2,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=3,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=3,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=4,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=4,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=5,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=5,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=6,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=6,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=7,persistent=true] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:azalea_leaves[distance=7,persistent=false] 20 42 5 196 16 33 4 196 10 21 2 196 8 16 2 196 +minecraft:flowering_azalea_leaves 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 22 41 8 204 17 32 6 204 11 20 4 204 8 16 3 204 +minecraft:sponge 183 155 92 255 146 124 73 255 91 77 46 255 73 62 36 255 +minecraft:wet_sponge 157 130 82 255 125 104 65 255 78 65 41 255 62 52 32 255 +minecraft:glass 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:lapis_ore 79 90 101 255 63 72 80 255 39 45 50 255 31 36 40 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 47 59 89 255 37 47 71 255 23 29 44 255 18 23 35 255 +minecraft:dispenser 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=north,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=east,triggered=true] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dispenser[facing=east,triggered=false] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dispenser[facing=south,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=south,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=west,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=west,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=up,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=up,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=down,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dispenser[facing=down,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:chiseled_sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:note_block 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 62 65 57 255 49 52 45 255 31 32 28 255 24 26 22 255 +minecraft:powered_rail 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 78 67 47 211 62 53 37 211 39 33 23 211 31 26 18 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 75 67 46 211 60 53 36 211 37 33 23 211 30 26 18 211 +minecraft:detector_rail 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 76 76 62 232 60 60 49 232 38 38 31 232 30 30 24 232 +minecraft:sticky_piston 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=true,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=north] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:sticky_piston[extended=false,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:cobweb 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 +minecraft:grass 64 91 46 72 51 72 36 72 32 45 23 72 25 36 18 72 +minecraft:fern 43 61 30 126 34 48 24 126 21 30 15 126 17 24 12 126 +minecraft:dead_bush 65 61 43 121 52 48 34 121 32 30 21 121 26 24 17 121 +minecraft:seagrass 20 32 10 16 16 25 8 16 10 16 5 16 8 12 4 16 +minecraft:tall_seagrass 22 34 10 62 17 27 8 62 11 17 5 62 8 13 4 62 +minecraft:tall_seagrass[half=lower] 21 33 10 99 16 26 8 99 10 16 5 99 8 13 4 99 +minecraft:piston 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=true,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=north] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=east] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=south] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=west] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=up] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston[extended=false,facing=down] 68 70 58 15 54 56 46 15 34 35 29 15 27 28 23 15 +minecraft:piston_head 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=north,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=true,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=false,type=normal] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 63 62 48 47 50 49 38 47 31 31 24 47 25 24 19 47 +minecraft:white_wool 186 181 172 255 148 144 137 255 93 90 86 255 74 72 68 255 +minecraft:orange_wool 183 98 80 255 146 78 64 255 91 49 40 255 73 39 32 255 +minecraft:magenta_wool 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 +minecraft:light_blue_wool 104 113 140 255 83 90 112 255 52 56 70 255 41 45 56 255 +minecraft:yellow_wool 173 136 76 255 138 108 60 255 86 68 38 255 69 54 30 255 +minecraft:lime_wool 82 134 64 255 65 107 51 255 41 67 32 255 32 53 25 255 +minecraft:pink_wool 174 133 133 255 139 106 106 255 87 66 66 255 69 53 53 255 +minecraft:gray_wool 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 +minecraft:light_gray_wool 83 84 76 255 66 67 60 255 41 42 38 255 33 33 30 255 +minecraft:cyan_wool 38 60 60 255 30 48 48 255 19 30 30 255 15 24 24 255 +minecraft:purple_wool 66 46 84 255 52 36 67 255 33 23 42 255 26 18 33 255 +minecraft:blue_wool 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 +minecraft:brown_wool 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 +minecraft:green_wool 40 59 29 255 32 47 23 255 20 29 14 255 16 23 11 255 +minecraft:red_wool 90 42 42 255 72 33 33 255 45 21 21 255 36 16 16 255 +minecraft:black_wool 21 19 17 255 16 15 13 255 10 9 8 255 8 7 6 255 +minecraft:dandelion 92 87 49 19 73 69 39 19 46 43 24 19 36 34 19 19 +minecraft:poppy 70 43 39 22 56 34 31 22 35 21 19 22 28 17 15 22 +minecraft:blue_orchid 61 79 87 63 48 63 69 63 30 39 43 63 24 31 34 63 +minecraft:allium 97 88 97 72 77 70 77 72 48 44 48 72 38 35 38 72 +minecraft:azure_bluet 137 142 122 43 109 113 97 43 68 71 61 43 54 56 48 43 +minecraft:red_tulip 67 49 37 84 53 39 29 84 33 24 18 84 26 19 14 84 +minecraft:orange_tulip 80 66 40 84 64 52 32 84 40 33 20 84 32 26 16 84 +minecraft:white_tulip 108 110 87 84 86 88 69 84 54 55 43 84 43 44 34 84 +minecraft:pink_tulip 99 85 72 84 79 68 57 84 49 42 36 84 39 34 28 84 +minecraft:oxeye_daisy 164 164 149 56 131 131 119 56 82 82 74 56 65 65 59 56 +minecraft:cornflower 43 52 73 60 34 41 58 60 21 26 36 60 17 20 29 60 +minecraft:wither_rose 32 36 29 18 25 28 23 18 16 18 14 18 12 14 11 18 +minecraft:lily_of_the_valley 82 97 83 45 65 77 66 45 41 48 41 45 32 38 33 45 +minecraft:brown_mushroom 74 67 55 43 59 53 44 43 37 33 27 43 29 26 22 43 +minecraft:red_mushroom 69 70 71 35 55 56 56 35 34 35 35 35 27 28 28 35 +minecraft:gold_block 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:iron_block 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:bricks 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:tnt 68 46 43 255 54 36 34 255 34 23 21 255 27 18 17 255 +minecraft:tnt[unstable=false] 68 46 43 255 54 36 34 255 34 23 21 255 27 18 17 255 +minecraft:bookshelf 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:mossy_cobblestone 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:obsidian 38 37 40 255 30 29 32 255 19 18 20 255 15 14 16 255 +minecraft:torch 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch[facing=south] 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch[facing=west] 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:wall_torch[facing=east] 70 71 62 75 56 56 49 75 35 35 31 75 28 28 24 75 +minecraft:fire 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 224 100 22 52 179 80 17 52 112 50 11 52 89 40 8 52 +minecraft:soul_fire 126 244 255 167 100 195 204 167 63 122 127 167 50 97 102 167 +minecraft:spawner 48 47 41 204 38 37 32 204 24 23 20 204 19 18 16 204 +minecraft:oak_stairs 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:chest 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 92 113 111 255 73 90 88 255 46 56 55 255 36 45 44 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 109 130 131 255 87 104 104 255 54 65 65 255 43 52 52 255 +minecraft:crafting_table 129 128 113 255 103 102 90 255 64 64 56 255 51 51 45 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 75 68 49 255 60 54 39 255 37 34 24 255 30 27 19 255 +minecraft:farmland[moisture=1] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=2] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=3] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=4] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=5] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=6] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:farmland[moisture=7] 59 55 38 255 47 44 30 255 29 27 19 255 23 22 15 255 +minecraft:furnace 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=north,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=south,lit=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=south,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=west,lit=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=west,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=east,lit=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:furnace[facing=east,lit=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:oak_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_sign 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:birch_sign 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:acacia_sign 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:jungle_sign 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:dark_oak_sign 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:oak_door 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 68 71 59 226 54 56 47 226 34 35 29 226 27 28 23 226 +minecraft:ladder 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=north,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=south,waterlogged=true] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=south,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=west,waterlogged=true] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=west,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=east,waterlogged=true] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:ladder[facing=east,waterlogged=false] 38 40 34 111 30 32 27 111 19 20 17 111 15 16 13 111 +minecraft:rail 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=north_south,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=east_west,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=east_west,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_east,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_east,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_west,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_west,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_north,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_north,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_south,waterlogged=true] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=ascending_south,waterlogged=false] 62 63 50 208 49 50 40 208 31 31 25 208 24 25 20 208 +minecraft:rail[shape=south_east,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=south_east,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=south_west,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=south_west,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_west,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_west,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_east,waterlogged=true] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:rail[shape=north_east,waterlogged=false] 64 67 54 99 51 53 43 99 32 33 27 99 25 26 21 99 +minecraft:cobblestone_stairs 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:oak_wall_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_wall_sign 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 45 40 34 10 36 32 27 10 22 20 17 10 18 16 13 10 +minecraft:birch_wall_sign 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 103 97 79 10 82 77 63 10 51 48 39 10 41 38 31 10 +minecraft:acacia_wall_sign 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 62 38 34 10 49 30 27 10 31 19 17 10 24 15 13 10 +minecraft:jungle_wall_sign 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 48 46 32 10 38 36 25 10 24 23 16 10 19 18 12 10 +minecraft:dark_oak_wall_sign 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 40 37 31 10 32 29 24 10 20 18 15 10 16 14 12 10 +minecraft:lever 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=floor,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=north,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=wall,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:stone_pressure_plate 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_pressure_plate[powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:iron_door 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 79 84 72 238 63 67 57 238 39 42 36 238 31 33 28 238 +minecraft:oak_pressure_plate 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_pressure_plate[powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_pressure_plate 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_pressure_plate[powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_pressure_plate 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_pressure_plate[powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_pressure_plate 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_pressure_plate[powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_pressure_plate 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_pressure_plate[powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_pressure_plate 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_pressure_plate[powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:redstone_ore 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 +minecraft:redstone_ore[lit=false] 99 73 69 255 79 58 55 255 49 36 34 255 39 29 27 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_torch[lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=north,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch[facing=south,lit=true] 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=south,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch[facing=west,lit=true] 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=west,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:redstone_wall_torch[facing=east,lit=true] 85 73 63 35 68 58 50 35 42 36 31 35 34 29 25 35 +minecraft:redstone_wall_torch[facing=east,lit=false] 76 71 61 35 60 56 48 35 38 35 30 35 30 28 24 35 +minecraft:stone_button 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:snow 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=2] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=3] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=4] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=5] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=6] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=7] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:snow[layers=8] 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:ice 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:snow_block 210 218 215 255 168 174 172 255 105 109 107 255 84 87 86 255 +minecraft:cactus 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=1] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=2] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=3] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=4] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=5] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=6] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=7] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=8] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=9] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=10] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=11] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=12] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=13] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=14] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:cactus[age=15] 79 84 50 195 63 67 40 195 39 42 25 195 31 33 20 195 +minecraft:clay 108 106 104 255 86 84 83 255 54 53 52 255 43 42 41 255 +minecraft:sugar_cane 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=1] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=2] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=3] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=4] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=5] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=6] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=7] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=8] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=9] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=10] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=11] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=12] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=13] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=14] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:sugar_cane[age=15] 93 87 65 195 74 69 52 195 46 43 32 195 37 34 26 195 +minecraft:jukebox 63 63 59 255 50 50 47 255 31 31 29 255 25 25 23 255 +minecraft:jukebox[has_record=false] 63 63 59 255 50 50 47 255 31 31 29 255 25 25 23 255 +minecraft:oak_fence 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pumpkin 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:netherrack 115 68 63 255 92 54 50 255 57 34 31 255 46 27 25 255 +minecraft:soul_sand 74 65 55 255 59 52 44 255 37 32 27 255 29 26 22 255 +minecraft:soul_soil 67 60 52 255 53 48 41 255 33 30 26 255 26 24 20 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 127 155 87 255 101 124 69 255 63 77 43 255 50 62 34 255 +minecraft:nether_portal 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:nether_portal[axis=z] 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:carved_pumpkin 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:carved_pumpkin[facing=south] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:carved_pumpkin[facing=west] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:carved_pumpkin[facing=east] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern[facing=south] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern[facing=west] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:jack_o_lantern[facing=east] 136 88 61 255 108 70 48 255 68 44 30 255 54 35 24 255 +minecraft:cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=1] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=2] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=3] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=4] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=5] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cake[bites=6] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:repeater 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 105 111 98 255 84 88 78 255 52 55 49 255 42 44 39 255 +minecraft:white_stained_glass 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:orange_stained_glass 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:magenta_stained_glass 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:light_blue_stained_glass 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:yellow_stained_glass 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:lime_stained_glass 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:pink_stained_glass 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:gray_stained_glass 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:light_gray_stained_glass 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:cyan_stained_glass 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:purple_stained_glass 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:blue_stained_glass 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:brown_stained_glass 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:green_stained_glass 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:red_stained_glass 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:black_stained_glass 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:oak_trapdoor 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 69 72 60 237 55 57 48 237 34 36 30 237 27 28 24 237 +minecraft:spruce_trapdoor 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 61 59 53 255 48 47 42 255 30 29 26 255 24 23 21 255 +minecraft:birch_trapdoor 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 76 77 66 222 60 61 52 222 38 38 33 222 30 30 26 222 +minecraft:jungle_trapdoor 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 49 50 36 237 39 40 28 237 24 25 18 237 19 20 14 237 +minecraft:acacia_trapdoor 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 59 34 29 219 47 27 23 219 29 17 14 219 23 13 11 219 +minecraft:dark_oak_trapdoor 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 56 56 49 255 44 44 39 255 28 28 24 255 22 22 19 255 +minecraft:stone_bricks 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:mossy_stone_bricks 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:cracked_stone_bricks 73 81 71 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:chiseled_stone_bricks 73 80 70 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:infested_stone 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:infested_cobblestone 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:infested_stone_bricks 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:infested_mossy_stone_bricks 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:infested_cracked_stone_bricks 73 81 71 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:infested_chiseled_stone_bricks 73 80 70 255 58 64 56 255 36 40 35 255 29 32 28 255 +minecraft:brown_mushroom_block 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 186 176 161 255 148 140 128 255 93 88 80 255 74 70 64 255 +minecraft:iron_bars 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:glass_pane 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:melon 74 105 60 255 59 84 48 255 37 52 30 255 29 42 24 255 +minecraft:attached_pumpkin_stem 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_pumpkin_stem[facing=south] 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_pumpkin_stem[facing=west] 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_pumpkin_stem[facing=east] 37 52 26 89 29 41 20 89 18 26 13 89 14 20 10 89 +minecraft:attached_melon_stem 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:attached_melon_stem[facing=south] 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:attached_melon_stem[facing=west] 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:attached_melon_stem[facing=east] 38 54 27 86 30 43 21 86 19 27 13 86 15 21 10 86 +minecraft:pumpkin_stem 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=1] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=2] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=3] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=4] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=5] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=6] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:pumpkin_stem[age=7] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=1] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=2] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=3] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=4] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=5] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=6] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:melon_stem[age=7] 39 55 28 30 31 44 22 30 19 27 14 30 15 22 11 30 +minecraft:vine 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 22 37 13 170 17 29 10 170 11 18 6 170 8 14 5 170 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brick_stairs 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:stone_brick_stairs 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:mycelium 63 90 45 255 50 72 36 255 31 45 22 255 25 36 18 255 +minecraft:mycelium[snowy=false] 79 61 73 255 63 48 58 255 39 30 36 255 31 24 29 255 +minecraft:lily_pad 7 31 5 157 5 24 4 157 3 15 2 157 2 12 2 157 +minecraft:nether_bricks 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_wart 60 29 32 38 48 23 25 38 30 14 16 38 24 11 12 38 +minecraft:nether_wart[age=1] 57 28 30 73 45 22 24 73 28 14 15 73 22 11 12 73 +minecraft:nether_wart[age=2] 57 28 30 73 45 22 24 73 28 14 15 73 22 11 12 73 +minecraft:nether_wart[age=3] 51 27 28 160 40 21 22 160 25 13 14 160 20 10 11 160 +minecraft:enchanting_table 35 43 36 255 28 34 28 255 17 21 18 255 14 17 14 255 +minecraft:brewing_stand 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 136 129 114 173 108 103 91 173 68 64 57 173 54 51 45 173 +minecraft:cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:water_cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:water_cauldron[level=2] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:water_cauldron[level=3] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:lava_cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:powder_snow_cauldron 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:powder_snow_cauldron[level=2] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:powder_snow_cauldron[level=3] 79 83 74 111 63 66 59 111 39 41 37 111 31 33 29 111 +minecraft:end_portal 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:end_portal_frame 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=true,facing=south] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=true,facing=west] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=true,facing=east] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=north] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=south] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=west] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_portal_frame[eye=false,facing=east] 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:end_stone 133 127 101 255 106 101 80 255 66 63 50 255 53 50 40 255 +minecraft:dragon_egg 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +minecraft:redstone_lamp 92 118 78 255 73 94 62 255 46 59 39 255 36 47 31 255 +minecraft:redstone_lamp[lit=false] 42 47 39 255 33 37 31 255 21 23 19 255 16 18 15 255 +minecraft:cocoa 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=0,facing=south] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=0,facing=west] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=0,facing=east] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=north] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=south] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=west] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=1,facing=east] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=north] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=south] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=west] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:cocoa[age=2,facing=east] 125 102 18 131 100 81 14 131 62 51 9 131 50 40 7 131 +minecraft:sandstone_stairs 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:emerald_ore 85 107 88 255 68 85 70 255 42 53 44 255 34 42 35 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=north,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=south,waterlogged=true] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=south,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=west,waterlogged=true] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=west,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=east,waterlogged=true] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:ender_chest[facing=east,waterlogged=false] 41 40 43 195 32 32 34 195 20 20 21 195 16 16 17 195 +minecraft:tripwire_hook 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:emerald_block 64 123 81 255 51 98 64 255 32 61 40 255 25 49 32 255 +minecraft:spruce_stairs 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_stairs 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_stairs 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:command_block 60 51 49 255 48 40 39 255 30 25 24 255 24 20 19 255 +minecraft:command_block[conditional=true,facing=east] 62 54 51 255 49 43 40 255 31 27 25 255 24 21 20 255 +minecraft:command_block[conditional=true,facing=south] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=true,facing=west] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=true,facing=up] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=true,facing=down] 58 52 49 255 46 41 39 255 29 26 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=north] 60 51 49 255 48 40 39 255 30 25 24 255 24 20 19 255 +minecraft:command_block[conditional=false,facing=east] 62 54 51 255 49 43 40 255 31 27 25 255 24 21 20 255 +minecraft:command_block[conditional=false,facing=south] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=west] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=up] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:command_block[conditional=false,facing=down] 58 51 48 255 46 40 38 255 29 25 24 255 23 20 19 255 +minecraft:beacon 52 54 46 96 41 43 36 96 26 27 23 96 20 21 18 96 +minecraft:cobblestone_wall 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:mossy_cobblestone_wall 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:flower_pot 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_spruce_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_birch_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_jungle_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_acacia_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dark_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_fern 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dandelion 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_poppy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_blue_orchid 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_allium 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_azure_bluet 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_orange_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_white_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_pink_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oxeye_daisy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cornflower 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_lily_of_the_valley 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_wither_rose 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_brown_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dead_bush 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cactus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:carrots 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:carrots[age=1] 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:carrots[age=2] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:carrots[age=3] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:carrots[age=4] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:carrots[age=5] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:carrots[age=6] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:carrots[age=7] 53 72 37 104 42 57 29 104 26 36 18 104 21 28 14 104 +minecraft:potatoes 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:potatoes[age=1] 53 73 36 12 42 58 28 12 26 36 18 12 21 29 14 12 +minecraft:potatoes[age=2] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:potatoes[age=3] 56 77 39 35 44 61 31 35 28 38 19 35 22 30 15 35 +minecraft:potatoes[age=4] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:potatoes[age=5] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:potatoes[age=6] 50 70 37 52 40 56 29 52 25 35 18 52 20 28 14 52 +minecraft:potatoes[age=7] 45 66 33 114 36 52 26 114 22 33 16 114 18 26 13 114 +minecraft:oak_button 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_button 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_button 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_button 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_button 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_button 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:skeleton_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=1] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=2] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=3] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=4] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=5] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=6] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=7] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=8] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=9] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=10] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=11] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=12] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=13] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=14] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=15] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=south] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=west] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=east] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:wither_skeleton_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=1] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=2] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=3] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=4] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=5] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=6] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=7] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=8] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=9] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=10] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=11] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=12] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=13] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=14] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=15] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=south] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=west] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=east] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:zombie_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=1] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=2] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=3] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=4] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=5] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=6] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=7] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=8] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=9] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=10] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=11] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=12] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=13] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=14] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=15] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=south] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=west] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=east] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:player_head 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=1] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=2] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=3] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=4] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=5] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=6] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=7] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=8] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=9] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=10] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=11] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=12] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=13] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=14] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_head[rotation=15] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head[facing=south] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head[facing=west] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:player_wall_head[facing=east] 93 75 61 255 74 60 48 255 46 37 30 255 37 30 24 255 +minecraft:creeper_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=1] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=2] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=3] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=4] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=5] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=6] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=7] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=8] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=9] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=10] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=11] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=12] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=13] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=14] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_head[rotation=15] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head[facing=south] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head[facing=west] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:creeper_wall_head[facing=east] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=1] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=2] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=3] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=4] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=5] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=6] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=7] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=8] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=9] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=10] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=11] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=12] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=13] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=14] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_head[rotation=15] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head[facing=south] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head[facing=west] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:dragon_wall_head[facing=east] 99 93 48 255 79 74 38 255 49 46 24 255 39 37 19 255 +minecraft:anvil 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:anvil[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:anvil[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:anvil[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:chipped_anvil[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:damaged_anvil[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:trapped_chest 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 67 71 60 195 53 56 48 195 33 35 30 195 26 28 24 195 +minecraft:light_weighted_pressure_plate 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=1] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=2] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=3] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=4] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=5] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=6] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=7] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=8] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=9] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=10] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=11] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=12] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=13] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=14] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:light_weighted_pressure_plate[power=15] 154 134 94 255 123 107 75 255 77 67 47 255 61 53 37 255 +minecraft:heavy_weighted_pressure_plate 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=1] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=2] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=3] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=4] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=5] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=6] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=7] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=8] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=9] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=10] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=11] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=12] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=13] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=14] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:heavy_weighted_pressure_plate[power=15] 80 86 73 255 64 68 58 255 40 43 36 255 32 34 29 255 +minecraft:comparator 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 107 111 98 255 85 88 78 255 53 55 49 255 42 44 39 255 +minecraft:daylight_detector 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=1] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=2] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=3] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=4] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=5] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=6] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=7] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=8] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=9] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=10] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=11] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=12] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=13] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=14] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=true,power=15] 68 71 61 255 54 56 48 255 34 35 30 255 27 28 24 255 +minecraft:daylight_detector[inverted=false,power=0] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=1] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=2] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=3] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=4] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=5] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=6] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=7] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=8] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=9] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=10] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=11] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=12] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=13] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=14] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:daylight_detector[inverted=false,power=15] 69 93 77 255 55 74 61 255 34 46 38 255 27 37 30 255 +minecraft:redstone_block 87 62 60 255 69 49 48 255 43 31 30 255 34 24 24 255 +minecraft:nether_quartz_ore 103 75 69 255 82 60 55 255 51 37 34 255 41 30 27 255 +minecraft:hopper 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=down] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:quartz_block 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:chiseled_quartz_block 179 173 158 255 143 138 126 255 89 86 79 255 71 69 63 255 +minecraft:quartz_pillar 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 +minecraft:quartz_pillar[axis=y] 186 183 169 255 148 146 135 255 93 91 84 255 74 73 67 255 +minecraft:quartz_pillar[axis=z] 175 167 149 255 140 133 119 255 87 83 74 255 70 66 59 255 +minecraft:quartz_stairs 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:activator_rail 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 65 64 52 211 52 51 41 211 32 32 26 211 26 25 20 211 +minecraft:dropper 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=north,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=east,triggered=true] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dropper[facing=east,triggered=false] 88 95 83 255 70 76 66 255 44 47 41 255 35 38 33 255 +minecraft:dropper[facing=south,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=south,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=west,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=west,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=up,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=up,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=down,triggered=true] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:dropper[facing=down,triggered=false] 87 94 81 255 69 75 64 255 43 47 40 255 34 37 32 255 +minecraft:white_terracotta 157 139 131 255 125 111 104 255 78 69 65 255 62 55 52 255 +minecraft:orange_terracotta 107 58 34 255 85 46 27 255 53 29 17 255 42 23 13 255 +minecraft:magenta_terracotta 101 58 81 255 80 46 64 255 50 29 40 255 40 23 32 255 +minecraft:light_blue_terracotta 77 77 96 255 61 61 76 255 38 38 48 255 30 30 38 255 +minecraft:yellow_terracotta 114 85 31 255 91 68 24 255 57 42 15 255 45 34 12 255 +minecraft:lime_terracotta 68 77 46 255 54 61 36 255 34 38 23 255 27 30 18 255 +minecraft:pink_terracotta 114 72 73 255 91 57 58 255 57 36 36 255 45 28 29 255 +minecraft:gray_terracotta 43 34 31 255 34 27 24 255 21 17 15 255 17 13 12 255 +minecraft:light_gray_terracotta 83 64 59 255 66 51 47 255 41 32 29 255 33 25 23 255 +minecraft:cyan_terracotta 46 69 69 255 36 55 55 255 23 34 34 255 18 27 27 255 +minecraft:purple_terracotta 73 45 86 255 58 36 68 255 36 22 43 255 29 18 34 255 +minecraft:blue_terracotta 49 49 71 255 39 39 56 255 24 24 35 255 19 19 28 255 +minecraft:brown_terracotta 46 37 29 255 36 29 23 255 23 18 14 255 18 14 11 255 +minecraft:green_terracotta 44 57 33 255 35 45 26 255 22 28 16 255 17 22 13 255 +minecraft:red_terracotta 96 45 36 255 76 36 28 255 48 22 18 255 38 18 14 255 +minecraft:black_terracotta 35 28 24 255 28 22 19 255 17 14 12 255 14 11 9 255 +minecraft:white_stained_glass_pane 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 133 132 125 212 106 105 100 212 66 66 62 212 53 52 50 212 +minecraft:orange_stained_glass_pane 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 140 89 73 212 112 71 58 212 70 44 36 212 56 35 29 212 +minecraft:magenta_stained_glass_pane 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 108 77 113 212 86 61 90 212 54 38 56 212 43 30 45 212 +minecraft:light_blue_stained_glass_pane 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 91 99 112 212 72 79 89 212 45 49 56 212 36 39 44 212 +minecraft:yellow_stained_glass_pane 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 128 109 67 212 102 87 53 212 64 54 33 212 51 43 26 212 +minecraft:lime_stained_glass_pane 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 75 108 60 212 60 86 48 212 37 54 30 212 30 43 24 212 +minecraft:pink_stained_glass_pane 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 135 113 109 212 108 90 87 212 67 56 54 212 54 45 43 212 +minecraft:gray_stained_glass_pane 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 47 48 42 212 37 38 33 212 23 24 21 212 18 19 16 212 +minecraft:light_gray_stained_glass_pane 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 79 80 73 212 63 64 58 212 39 40 36 212 31 32 29 212 +minecraft:cyan_stained_glass_pane 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 49 67 65 212 39 53 52 212 24 33 32 212 19 26 26 212 +minecraft:purple_stained_glass_pane 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 68 56 80 212 54 44 64 212 34 28 40 212 27 22 32 212 +minecraft:blue_stained_glass_pane 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 52 58 73 212 41 46 58 212 26 29 36 212 20 23 29 212 +minecraft:brown_stained_glass_pane 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 57 47 40 212 45 37 32 212 28 23 20 212 22 18 16 212 +minecraft:green_stained_glass_pane 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 63 39 212 40 50 31 212 25 31 19 212 20 25 15 212 +minecraft:red_stained_glass_pane 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 84 53 48 212 67 42 38 212 42 26 24 212 33 21 19 212 +minecraft:black_stained_glass_pane 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 37 36 32 212 29 28 25 212 18 18 16 212 14 14 12 212 +minecraft:acacia_stairs 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_stairs 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 78 83 71 228 62 66 56 228 39 41 35 228 31 33 28 228 +minecraft:prismarine 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_bricks 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:dark_prismarine 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:prismarine_stairs 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_brick_stairs 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:dark_prismarine_stairs 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:prismarine_slab 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_brick_slab 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 68 84 58 255 54 67 46 255 34 42 29 255 27 33 23 255 +minecraft:dark_prismarine_slab 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 66 84 54 255 52 67 43 255 33 42 27 255 26 33 21 255 +minecraft:sea_lantern 154 154 103 255 123 123 82 255 77 77 51 255 61 61 41 255 +minecraft:hay_block 125 120 91 255 100 96 72 255 62 60 45 255 50 48 36 255 +minecraft:hay_block[axis=y] 166 154 123 255 132 123 98 255 83 77 61 255 66 61 49 255 +minecraft:hay_block[axis=z] 125 120 91 255 100 96 72 255 62 60 45 255 50 48 36 255 +minecraft:white_carpet 186 181 172 255 148 144 137 255 93 90 86 255 74 72 68 255 +minecraft:orange_carpet 183 98 80 255 146 78 64 255 91 49 40 255 73 39 32 255 +minecraft:magenta_carpet 129 78 131 255 103 62 104 255 64 39 65 255 51 31 52 255 +minecraft:light_blue_carpet 104 113 140 255 83 90 112 255 52 56 70 255 41 45 56 255 +minecraft:yellow_carpet 173 136 76 255 138 108 60 255 86 68 38 255 69 54 30 255 +minecraft:lime_carpet 82 134 64 255 65 107 51 255 41 67 32 255 32 53 25 255 +minecraft:pink_carpet 174 133 133 255 139 106 106 255 87 66 66 255 69 53 53 255 +minecraft:gray_carpet 38 36 34 255 30 28 27 255 19 18 17 255 15 14 13 255 +minecraft:light_gray_carpet 83 84 76 255 66 67 60 255 41 42 38 255 33 33 30 255 +minecraft:cyan_carpet 38 60 60 255 30 48 48 255 19 30 30 255 15 24 24 255 +minecraft:purple_carpet 66 46 84 255 52 36 67 255 33 23 42 255 26 18 33 255 +minecraft:blue_carpet 42 49 75 255 33 39 60 255 21 24 37 255 16 19 30 255 +minecraft:brown_carpet 52 36 30 255 41 28 24 255 26 18 15 255 20 14 12 255 +minecraft:green_carpet 40 59 29 255 32 47 23 255 20 29 14 255 16 23 11 255 +minecraft:red_carpet 90 42 42 255 72 33 33 255 45 21 21 255 36 16 16 255 +minecraft:black_carpet 21 19 17 255 16 15 13 255 10 9 8 255 8 7 6 255 +minecraft:terracotta 93 68 52 255 74 54 41 255 46 34 26 255 37 27 20 255 +minecraft:coal_block 40 45 43 255 32 36 34 255 20 22 21 255 16 18 17 255 +minecraft:packed_ice 149 170 170 255 119 136 136 255 74 85 85 255 59 68 68 255 +minecraft:sunflower 47 61 30 101 37 48 24 101 23 30 15 101 18 24 12 101 +minecraft:sunflower[half=lower] 50 66 34 105 40 52 27 105 25 33 17 105 20 26 13 105 +minecraft:lilac 72 73 58 166 57 58 46 166 36 36 29 166 28 29 23 166 +minecraft:lilac[half=lower] 52 57 40 155 41 45 32 155 26 28 20 155 20 22 16 155 +minecraft:rose_bush 65 47 38 85 52 37 30 85 32 23 19 85 26 18 15 85 +minecraft:rose_bush[half=lower] 53 45 33 183 42 36 26 183 26 22 16 183 21 18 13 183 +minecraft:peony 93 86 81 113 74 68 64 113 46 43 40 113 37 34 32 113 +minecraft:peony[half=lower] 91 85 79 192 72 68 63 192 45 42 39 192 36 34 31 192 +minecraft:tall_grass 65 92 46 57 52 73 36 57 32 46 23 57 26 36 18 57 +minecraft:tall_grass[half=lower] 62 88 44 196 49 70 35 196 31 44 22 196 24 35 17 196 +minecraft:large_fern 46 65 33 81 36 52 26 81 23 32 16 81 18 26 13 81 +minecraft:large_fern[half=lower] 43 62 31 158 34 49 24 158 21 31 15 158 17 24 12 158 +minecraft:white_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=1] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=2] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=3] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=4] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=5] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=6] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=7] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=8] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=9] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=10] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=11] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=12] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=13] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=14] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_banner[rotation=15] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:white_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:orange_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:magenta_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_blue_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:yellow_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:lime_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:pink_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:gray_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:light_gray_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cyan_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:purple_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:blue_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:brown_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:green_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner[facing=south] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner[facing=west] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:black_wall_banner[facing=east] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:chiseled_red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_stairs 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:oak_slab 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=top,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=double,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:oak_slab[type=double,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:spruce_slab 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=top,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=double,waterlogged=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_slab[type=double,waterlogged=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_slab 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=top,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=double,waterlogged=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_slab[type=double,waterlogged=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_slab 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=top,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=double,waterlogged=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_slab[type=double,waterlogged=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_slab 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=top,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=double,waterlogged=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_slab[type=double,waterlogged=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_slab 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:stone_slab 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=top,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=double,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_slab[type=double,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:smooth_stone_slab 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 115 126 111 255 92 100 88 255 57 63 55 255 46 50 44 255 +minecraft:sandstone_slab 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:petrified_oak_slab 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 52 51 38 255 41 40 30 255 26 25 19 255 20 20 15 255 +minecraft:cobblestone_slab 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 84 91 79 255 67 72 63 255 42 45 39 255 33 36 31 255 +minecraft:brick_slab 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=top,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=double,waterlogged=true] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_slab[type=double,waterlogged=false] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:stone_brick_slab 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:nether_brick_slab 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:quartz_slab 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=top,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=double,waterlogged=true] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:quartz_slab[type=double,waterlogged=false] 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:red_sandstone_slab 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:purpur_slab 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=top,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=double,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_slab[type=double,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_quartz 190 184 172 255 152 147 137 255 95 92 86 255 76 73 68 255 +minecraft:smooth_red_sandstone 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:spruce_fence_gate 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_fence_gate 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_fence_gate 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_fence_gate 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_fence_gate 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:spruce_fence 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 47 41 35 255 37 32 28 255 23 20 17 255 18 16 14 255 +minecraft:birch_fence 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 106 100 82 255 84 80 65 255 53 50 41 255 42 40 32 255 +minecraft:jungle_fence 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 48 48 33 255 38 38 26 255 24 24 16 255 19 19 13 255 +minecraft:acacia_fence 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 67 41 37 255 53 32 29 255 33 20 18 255 26 16 14 255 +minecraft:dark_oak_fence 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 42 39 32 255 33 31 25 255 21 19 16 255 16 15 12 255 +minecraft:spruce_door 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 61 58 52 255 48 46 41 255 30 29 26 255 24 23 20 255 +minecraft:birch_door 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 86 87 73 232 68 69 58 232 43 43 36 232 34 34 29 232 +minecraft:jungle_door 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 52 51 38 236 41 40 30 236 26 25 19 236 20 20 15 236 +minecraft:acacia_door 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 58 38 34 184 46 30 27 184 29 19 17 184 23 15 13 184 +minecraft:dark_oak_door 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 49 48 41 255 39 38 32 255 24 24 20 255 19 19 16 255 +minecraft:end_rod 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=east] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=south] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=west] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=up] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:end_rod[facing=down] 155 165 145 53 124 132 116 53 77 82 72 53 62 66 58 53 +minecraft:chorus_plant 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 64 62 54 255 51 49 43 255 32 31 27 255 25 24 21 255 +minecraft:chorus_flower 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=1] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=2] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=3] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=4] 44 43 41 255 35 34 32 255 22 21 20 255 17 17 16 255 +minecraft:chorus_flower[age=5] 70 68 59 255 56 54 47 255 35 34 29 255 28 27 23 255 +minecraft:purpur_block 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_pillar 34 33 35 255 27 26 28 255 17 16 17 255 13 13 14 255 +minecraft:purpur_pillar[axis=y] 36 35 37 255 28 28 29 255 18 17 18 255 14 14 14 255 +minecraft:purpur_pillar[axis=z] 34 33 35 255 27 26 28 255 17 16 17 255 13 13 14 255 +minecraft:purpur_stairs 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 38 36 39 255 30 28 31 255 19 18 19 255 15 14 15 255 +minecraft:end_stone_bricks 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:beetroots 67 76 44 26 53 60 35 26 33 38 22 26 26 30 17 26 +minecraft:beetroots[age=1] 64 73 42 44 51 58 33 44 32 36 21 44 25 29 16 44 +minecraft:beetroots[age=2] 65 68 41 50 52 54 32 50 32 34 20 50 26 27 16 50 +minecraft:beetroots[age=3] 66 70 42 94 52 56 33 94 33 35 21 94 26 28 16 94 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:repeating_command_block 54 50 58 255 43 40 46 255 27 25 29 255 21 20 23 255 +minecraft:repeating_command_block[conditional=true,facing=east] 56 53 60 255 44 42 48 255 28 26 30 255 22 21 24 255 +minecraft:repeating_command_block[conditional=true,facing=south] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=true,facing=west] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=true,facing=up] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=true,facing=down] 53 50 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=north] 54 50 58 255 43 40 46 255 27 25 29 255 21 20 23 255 +minecraft:repeating_command_block[conditional=false,facing=east] 56 53 60 255 44 42 48 255 28 26 30 255 22 21 24 255 +minecraft:repeating_command_block[conditional=false,facing=south] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=west] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=up] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:repeating_command_block[conditional=false,facing=down] 53 51 55 255 42 40 44 255 26 25 27 255 21 20 22 255 +minecraft:chain_command_block 54 64 44 255 43 51 35 255 27 32 22 255 21 25 17 255 +minecraft:chain_command_block[conditional=true,facing=east] 57 66 46 255 45 52 36 255 28 33 23 255 22 26 18 255 +minecraft:chain_command_block[conditional=true,facing=south] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=true,facing=west] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=true,facing=up] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=true,facing=down] 52 62 44 255 41 49 35 255 26 31 22 255 20 24 17 255 +minecraft:chain_command_block[conditional=false,facing=north] 54 64 44 255 43 51 35 255 27 32 22 255 21 25 17 255 +minecraft:chain_command_block[conditional=false,facing=east] 57 66 46 255 45 52 36 255 28 33 23 255 22 26 18 255 +minecraft:chain_command_block[conditional=false,facing=south] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:chain_command_block[conditional=false,facing=west] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:chain_command_block[conditional=false,facing=up] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:chain_command_block[conditional=false,facing=down] 54 62 45 255 43 49 36 255 27 31 22 255 21 24 18 255 +minecraft:frosted_ice 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:frosted_ice[age=1] 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:frosted_ice[age=2] 161 185 190 179 128 148 152 179 80 92 95 179 64 74 76 179 +minecraft:frosted_ice[age=3] 160 184 189 179 128 147 151 179 80 92 94 179 64 73 75 179 +minecraft:magma_block 64 46 37 255 51 36 29 255 32 23 18 255 25 18 14 255 +minecraft:nether_wart_block 72 11 21 255 57 8 16 255 36 5 10 255 28 4 8 255 +minecraft:red_nether_bricks 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:bone_block 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=y] 212 208 195 255 169 166 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=z] 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:observer 94 95 85 255 75 76 68 255 47 47 42 255 37 38 34 255 +minecraft:observer[facing=north,powered=false] 94 95 85 255 75 76 68 255 47 47 42 255 37 38 34 255 +minecraft:observer[facing=east,powered=true] 98 104 92 255 78 83 73 255 49 52 46 255 39 41 36 255 +minecraft:observer[facing=east,powered=false] 98 104 92 255 78 83 73 255 49 52 46 255 39 41 36 255 +minecraft:observer[facing=south,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=south,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=west,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=west,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=up,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=up,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=down,powered=true] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:observer[facing=down,powered=false] 122 134 119 255 97 107 95 255 61 67 59 255 48 53 47 255 +minecraft:shulker_box 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=east] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=south] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=west] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=up] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:shulker_box[facing=down] 53 44 62 255 42 35 49 255 26 22 31 255 21 17 24 255 +minecraft:white_shulker_box 148 137 122 255 118 109 97 255 74 68 61 255 59 54 48 255 +minecraft:white_shulker_box[facing=east] 148 137 123 255 118 109 98 255 74 68 61 255 59 54 49 255 +minecraft:white_shulker_box[facing=south] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:white_shulker_box[facing=west] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:white_shulker_box[facing=up] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:white_shulker_box[facing=down] 146 136 121 255 116 108 96 255 73 68 60 255 58 54 48 255 +minecraft:orange_shulker_box 115 72 52 255 92 57 41 255 57 36 26 255 46 28 20 255 +minecraft:orange_shulker_box[facing=east] 115 73 53 255 92 58 42 255 57 36 26 255 46 29 21 255 +minecraft:orange_shulker_box[facing=south] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:orange_shulker_box[facing=west] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:orange_shulker_box[facing=up] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:orange_shulker_box[facing=down] 113 71 51 255 90 56 40 255 56 35 25 255 45 28 20 255 +minecraft:magenta_shulker_box 83 59 79 255 66 47 63 255 41 29 39 255 33 23 31 255 +minecraft:magenta_shulker_box[facing=east] 83 59 79 255 66 47 63 255 41 29 39 255 33 23 31 255 +minecraft:magenta_shulker_box[facing=south] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:magenta_shulker_box[facing=west] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:magenta_shulker_box[facing=up] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:magenta_shulker_box[facing=down] 82 59 79 255 65 47 63 255 41 29 39 255 32 23 31 255 +minecraft:light_blue_shulker_box 59 69 77 255 47 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=east] 59 69 77 255 47 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=south] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=west] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=up] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:light_blue_shulker_box[facing=down] 58 69 77 255 46 55 61 255 29 34 38 255 23 27 30 255 +minecraft:yellow_shulker_box 127 102 71 255 101 81 56 255 63 51 35 255 50 40 28 255 +minecraft:yellow_shulker_box[facing=east] 127 102 71 255 101 81 56 255 63 51 35 255 50 40 28 255 +minecraft:yellow_shulker_box[facing=south] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:yellow_shulker_box[facing=west] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:yellow_shulker_box[facing=up] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:yellow_shulker_box[facing=down] 124 100 70 255 99 80 56 255 62 50 35 255 49 40 28 255 +minecraft:lime_shulker_box 59 66 36 255 47 52 28 255 29 33 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=east] 59 66 36 255 47 52 28 255 29 33 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=south] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=west] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=up] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:lime_shulker_box[facing=down] 59 65 36 255 47 52 28 255 29 32 18 255 23 26 14 255 +minecraft:pink_shulker_box 124 80 80 255 99 64 64 255 62 40 40 255 49 32 32 255 +minecraft:pink_shulker_box[facing=east] 124 80 80 255 99 64 64 255 62 40 40 255 49 32 32 255 +minecraft:pink_shulker_box[facing=south] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:pink_shulker_box[facing=west] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:pink_shulker_box[facing=up] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:pink_shulker_box[facing=down] 123 79 80 255 98 63 64 255 61 39 40 255 49 31 32 255 +minecraft:gray_shulker_box 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=east] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=south] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=west] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=up] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:gray_shulker_box[facing=down] 31 30 29 255 24 24 23 255 15 15 14 255 12 12 11 255 +minecraft:light_gray_shulker_box 64 63 53 255 51 50 42 255 32 31 26 255 25 25 21 255 +minecraft:light_gray_shulker_box[facing=east] 64 63 53 255 51 50 42 255 32 31 26 255 25 25 21 255 +minecraft:light_gray_shulker_box[facing=south] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:light_gray_shulker_box[facing=west] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:light_gray_shulker_box[facing=up] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:light_gray_shulker_box[facing=down] 63 62 53 255 50 49 42 255 31 31 26 255 25 24 21 255 +minecraft:cyan_shulker_box 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=east] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=south] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=west] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=up] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:cyan_shulker_box[facing=down] 32 45 47 255 25 36 37 255 16 22 23 255 12 18 18 255 +minecraft:purple_shulker_box 60 46 61 255 48 36 48 255 30 23 30 255 24 18 24 255 +minecraft:purple_shulker_box[facing=east] 60 46 61 255 48 36 48 255 30 23 30 255 24 18 24 255 +minecraft:purple_shulker_box[facing=south] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:purple_shulker_box[facing=west] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:purple_shulker_box[facing=up] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:purple_shulker_box[facing=down] 59 46 60 255 47 36 48 255 29 23 30 255 23 18 24 255 +minecraft:blue_shulker_box 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=east] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=south] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=west] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=up] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:blue_shulker_box[facing=down] 36 41 58 255 28 32 46 255 18 20 29 255 14 16 23 255 +minecraft:brown_shulker_box 41 38 27 255 32 30 21 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=east] 41 38 27 255 32 30 21 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=south] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=west] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=up] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:brown_shulker_box[facing=down] 41 38 26 255 32 30 20 255 20 19 13 255 16 15 10 255 +minecraft:green_shulker_box 38 46 36 255 30 36 28 255 19 23 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=east] 38 46 36 255 30 36 28 255 19 23 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=south] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=west] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=up] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:green_shulker_box[facing=down] 38 45 36 255 30 36 28 255 19 22 18 255 15 18 14 255 +minecraft:red_shulker_box 66 40 36 255 52 32 28 255 33 20 18 255 26 16 14 255 +minecraft:red_shulker_box[facing=east] 66 40 36 255 52 32 28 255 33 20 18 255 26 16 14 255 +minecraft:red_shulker_box[facing=south] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:red_shulker_box[facing=west] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:red_shulker_box[facing=up] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:red_shulker_box[facing=down] 66 39 36 255 52 31 28 255 33 19 18 255 26 15 14 255 +minecraft:black_shulker_box 36 35 37 255 28 28 29 255 18 17 18 255 14 14 14 255 +minecraft:black_shulker_box[facing=east] 36 35 37 255 28 28 29 255 18 17 18 255 14 14 14 255 +minecraft:black_shulker_box[facing=south] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:black_shulker_box[facing=west] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:black_shulker_box[facing=up] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:black_shulker_box[facing=down] 36 34 37 255 28 27 29 255 18 17 18 255 14 13 14 255 +minecraft:white_glazed_terracotta 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:white_glazed_terracotta[facing=south] 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:white_glazed_terracotta[facing=west] 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:white_glazed_terracotta[facing=east] 162 156 157 255 129 124 125 255 81 78 78 255 64 62 62 255 +minecraft:orange_glazed_terracotta 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:orange_glazed_terracotta[facing=south] 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:orange_glazed_terracotta[facing=west] 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:orange_glazed_terracotta[facing=east] 188 158 133 255 150 126 106 255 94 79 66 255 75 63 53 255 +minecraft:magenta_glazed_terracotta 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:magenta_glazed_terracotta[facing=south] 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:magenta_glazed_terracotta[facing=west] 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:magenta_glazed_terracotta[facing=east] 119 95 119 255 95 76 95 255 59 47 59 255 47 38 47 255 +minecraft:light_blue_glazed_terracotta 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:light_blue_glazed_terracotta[facing=south] 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:light_blue_glazed_terracotta[facing=west] 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:light_blue_glazed_terracotta[facing=east] 130 131 145 255 104 104 116 255 65 65 72 255 52 52 58 255 +minecraft:yellow_glazed_terracotta 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:yellow_glazed_terracotta[facing=south] 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:yellow_glazed_terracotta[facing=west] 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:yellow_glazed_terracotta[facing=east] 181 162 134 255 144 129 107 255 90 81 67 255 72 64 53 255 +minecraft:lime_glazed_terracotta 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:lime_glazed_terracotta[facing=south] 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:lime_glazed_terracotta[facing=west] 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:lime_glazed_terracotta[facing=east] 104 130 98 255 83 104 78 255 52 65 49 255 41 52 39 255 +minecraft:pink_glazed_terracotta 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:pink_glazed_terracotta[facing=south] 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:pink_glazed_terracotta[facing=west] 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:pink_glazed_terracotta[facing=east] 190 167 165 255 152 133 132 255 95 83 82 255 76 66 66 255 +minecraft:gray_glazed_terracotta 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:gray_glazed_terracotta[facing=south] 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:gray_glazed_terracotta[facing=west] 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:gray_glazed_terracotta[facing=east] 153 145 127 255 122 116 101 255 76 72 63 255 61 58 50 255 +minecraft:light_gray_glazed_terracotta 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:light_gray_glazed_terracotta[facing=south] 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:light_gray_glazed_terracotta[facing=west] 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:light_gray_glazed_terracotta[facing=east] 102 101 95 255 81 80 76 255 51 50 47 255 40 40 38 255 +minecraft:cyan_glazed_terracotta 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:cyan_glazed_terracotta[facing=south] 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:cyan_glazed_terracotta[facing=west] 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:cyan_glazed_terracotta[facing=east] 116 126 124 255 92 100 99 255 58 63 62 255 46 50 49 255 +minecraft:purple_glazed_terracotta 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:purple_glazed_terracotta[facing=south] 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:purple_glazed_terracotta[facing=west] 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:purple_glazed_terracotta[facing=east] 126 114 136 255 100 91 108 255 63 57 68 255 50 45 54 255 +minecraft:blue_glazed_terracotta 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:blue_glazed_terracotta[facing=south] 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:blue_glazed_terracotta[facing=west] 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:blue_glazed_terracotta[facing=east] 135 140 149 255 108 112 119 255 67 70 74 255 54 56 59 255 +minecraft:brown_glazed_terracotta 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:brown_glazed_terracotta[facing=south] 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:brown_glazed_terracotta[facing=west] 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:brown_glazed_terracotta[facing=east] 121 112 106 255 96 89 84 255 60 56 53 255 48 44 42 255 +minecraft:green_glazed_terracotta 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:green_glazed_terracotta[facing=south] 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:green_glazed_terracotta[facing=west] 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:green_glazed_terracotta[facing=east] 126 140 119 255 100 112 95 255 63 70 59 255 50 56 47 255 +minecraft:red_glazed_terracotta 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:red_glazed_terracotta[facing=south] 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:red_glazed_terracotta[facing=west] 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:red_glazed_terracotta[facing=east] 132 105 100 255 105 84 80 255 66 52 50 255 52 42 40 255 +minecraft:black_glazed_terracotta 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:black_glazed_terracotta[facing=south] 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:black_glazed_terracotta[facing=west] 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:black_glazed_terracotta[facing=east] 117 116 112 255 93 92 89 255 58 58 56 255 46 46 44 255 +minecraft:white_concrete 179 176 149 255 143 140 119 255 89 88 74 255 71 70 59 255 +minecraft:orange_concrete 134 61 16 255 107 48 12 255 67 30 8 255 53 24 6 255 +minecraft:magenta_concrete 101 54 76 255 80 43 60 255 50 27 38 255 40 21 30 255 +minecraft:light_blue_concrete 68 97 134 255 54 77 107 255 34 48 67 255 27 38 53 255 +minecraft:yellow_concrete 165 115 22 255 132 92 17 255 82 57 11 255 66 46 8 255 +minecraft:lime_concrete 66 93 45 255 52 74 36 255 33 46 22 255 26 37 18 255 +minecraft:pink_concrete 164 88 110 255 131 70 88 255 82 44 55 255 65 35 44 255 +minecraft:gray_concrete 104 99 98 255 83 79 78 255 52 49 49 255 41 39 39 255 +minecraft:light_gray_concrete 112 127 119 255 89 101 95 255 56 63 59 255 44 50 47 255 +minecraft:cyan_concrete 50 104 97 255 40 83 77 255 25 52 48 255 20 41 38 255 +minecraft:purple_concrete 78 50 101 255 62 40 80 255 39 25 50 255 31 20 40 255 +minecraft:blue_concrete 37 49 76 255 29 39 60 255 18 24 38 255 14 19 30 255 +minecraft:brown_concrete 70 52 40 255 56 41 32 255 35 26 20 255 28 20 16 255 +minecraft:green_concrete 43 89 53 255 34 71 42 255 21 44 26 255 17 35 21 255 +minecraft:red_concrete 101 52 50 255 80 41 40 255 50 26 25 255 40 20 20 255 +minecraft:black_concrete 53 46 46 255 42 36 36 255 26 23 23 255 21 18 18 255 +minecraft:white_concrete_powder 216 212 179 255 172 169 143 255 108 106 89 255 86 84 71 255 +minecraft:orange_concrete_powder 162 73 20 255 129 58 16 255 81 36 10 255 64 29 8 255 +minecraft:magenta_concrete_powder 121 65 91 255 96 52 72 255 60 32 45 255 48 26 36 255 +minecraft:light_blue_concrete_powder 81 118 162 255 64 94 129 255 40 59 81 255 32 47 64 255 +minecraft:yellow_concrete_powder 191 140 46 255 152 112 36 255 95 70 23 255 76 56 18 255 +minecraft:lime_concrete_powder 80 112 54 255 64 89 43 255 40 56 27 255 32 44 21 255 +minecraft:pink_concrete_powder 198 107 133 255 158 85 106 255 99 53 66 255 79 42 53 255 +minecraft:gray_concrete_powder 126 119 119 255 100 95 95 255 63 59 59 255 50 47 47 255 +minecraft:light_gray_concrete_powder 141 157 149 255 112 125 119 255 70 78 74 255 56 62 59 255 +minecraft:cyan_concrete_powder 61 125 118 255 48 100 94 255 30 62 59 255 24 50 47 255 +minecraft:purple_concrete_powder 94 61 122 255 75 48 97 255 47 30 61 255 37 24 48 255 +minecraft:blue_concrete_powder 45 59 92 255 36 47 73 255 22 29 46 255 18 23 36 255 +minecraft:brown_concrete_powder 84 62 48 255 67 49 38 255 42 31 24 255 33 24 19 255 +minecraft:green_concrete_powder 53 108 64 255 42 86 51 255 26 54 32 255 21 43 25 255 +minecraft:red_concrete_powder 122 63 61 255 97 50 48 255 61 31 30 255 48 25 24 255 +minecraft:black_concrete_powder 64 56 55 255 51 44 44 255 32 28 27 255 25 22 22 255 +minecraft:kelp 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=1] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=2] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=3] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=4] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=5] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=6] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=7] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=8] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=9] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=10] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=11] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=12] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=13] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=14] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=15] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=16] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=17] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=18] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=19] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=20] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=21] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=22] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=23] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=24] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp[age=25] 41 66 19 37 32 52 15 37 20 33 9 37 16 26 7 37 +minecraft:kelp_plant 30 53 15 57 24 42 12 57 15 26 7 57 12 21 6 57 +minecraft:dried_kelp_block 47 57 43 255 37 45 34 255 23 28 21 255 18 22 17 255 +minecraft:turtle_egg 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=1,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=1,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=2,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=2,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=3,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=3,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=4,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=4,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:dead_tube_coral_block 132 127 115 255 105 101 92 255 66 63 57 255 52 50 46 255 +minecraft:dead_brain_coral_block 170 166 154 255 136 132 123 255 85 83 77 255 68 66 61 255 +minecraft:dead_bubble_coral_block 129 125 114 255 103 100 91 255 64 62 57 255 51 50 45 255 +minecraft:dead_fire_coral_block 104 100 91 255 83 80 72 255 52 50 45 255 41 40 36 255 +minecraft:dead_horn_coral_block 116 112 100 255 92 89 80 255 58 56 50 255 46 44 40 255 +minecraft:tube_coral_block 63 72 153 255 50 57 122 255 31 36 76 255 25 28 61 255 +minecraft:brain_coral_block 155 116 122 252 124 92 97 252 77 58 61 252 62 46 48 252 +minecraft:bubble_coral_block 117 102 137 255 93 81 109 255 58 51 68 255 46 40 54 255 +minecraft:fire_coral_block 108 63 57 255 86 50 45 255 54 31 28 255 43 25 22 255 +minecraft:horn_coral_block 131 108 63 255 104 86 50 255 65 54 31 255 52 43 25 255 +minecraft:dead_tube_coral 135 131 118 143 108 104 94 143 67 65 59 143 54 52 47 143 +minecraft:dead_tube_coral[waterlogged=false] 135 131 118 143 108 104 94 143 67 65 59 143 54 52 47 143 +minecraft:dead_brain_coral 170 167 156 124 136 133 124 124 85 83 78 124 68 66 62 124 +minecraft:dead_brain_coral[waterlogged=false] 170 167 156 124 136 133 124 124 85 83 78 124 68 66 62 124 +minecraft:dead_bubble_coral 126 123 112 149 100 98 89 149 63 61 56 149 50 49 44 149 +minecraft:dead_bubble_coral[waterlogged=false] 126 123 112 149 100 98 89 149 63 61 56 149 50 49 44 149 +minecraft:dead_fire_coral 139 136 124 70 111 108 99 70 69 68 62 70 55 54 49 70 +minecraft:dead_fire_coral[waterlogged=false] 139 136 124 70 111 108 99 70 69 68 62 70 55 54 49 70 +minecraft:dead_horn_coral 123 118 106 90 98 94 84 90 61 59 53 90 49 47 42 90 +minecraft:dead_horn_coral[waterlogged=false] 123 118 106 90 98 94 84 90 61 59 53 90 49 47 42 90 +minecraft:tube_coral 65 75 163 143 52 60 130 143 32 37 81 143 26 30 65 143 +minecraft:tube_coral[waterlogged=false] 65 75 163 143 52 60 130 143 32 37 81 143 26 30 65 143 +minecraft:brain_coral 152 111 116 124 121 88 92 124 76 55 58 124 60 44 46 124 +minecraft:brain_coral[waterlogged=false] 152 111 116 124 121 88 92 124 76 55 58 124 60 44 46 124 +minecraft:bubble_coral 103 83 121 144 82 66 96 144 51 41 60 144 41 33 48 144 +minecraft:bubble_coral[waterlogged=false] 103 83 121 144 82 66 96 144 51 41 60 144 41 33 48 144 +minecraft:fire_coral 126 72 66 70 100 57 52 70 63 36 33 70 50 28 26 70 +minecraft:fire_coral[waterlogged=false] 126 72 66 70 100 57 52 70 63 36 33 70 50 28 26 70 +minecraft:horn_coral 121 97 56 90 96 77 44 90 60 48 28 90 48 38 22 90 +minecraft:horn_coral[waterlogged=false] 121 97 56 90 96 77 44 90 60 48 28 90 48 38 22 90 +minecraft:dead_tube_coral_fan 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_fan[waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_brain_coral_fan 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_bubble_coral_fan 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_fan[waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_fire_coral_fan 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_fan[waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_horn_coral_fan 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_fan[waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:tube_coral_fan 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_fan[waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:brain_coral_fan 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_fan[waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:bubble_coral_fan 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_fan[waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:fire_coral_fan 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_fan[waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:horn_coral_fan 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_fan[waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:dead_tube_coral_wall_fan 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 129 126 117 109 103 100 93 109 64 63 58 109 51 50 46 109 +minecraft:dead_brain_coral_wall_fan 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 147 144 135 94 117 115 108 94 73 72 67 94 58 57 54 94 +minecraft:dead_bubble_coral_wall_fan 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 137 134 125 127 109 107 100 127 68 67 62 127 54 53 50 127 +minecraft:dead_fire_coral_wall_fan 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 106 103 94 109 84 82 75 109 53 51 47 109 42 41 37 109 +minecraft:dead_horn_coral_wall_fan 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 146 143 134 94 116 114 107 94 73 71 67 94 58 57 53 94 +minecraft:tube_coral_wall_fan 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 76 81 165 109 60 64 132 109 38 40 82 109 30 32 66 109 +minecraft:brain_coral_wall_fan 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 151 112 119 94 120 89 95 94 75 56 59 94 60 44 47 94 +minecraft:bubble_coral_wall_fan 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 126 106 145 127 100 84 116 127 63 53 72 127 50 42 58 127 +minecraft:fire_coral_wall_fan 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 130 76 72 109 104 60 57 109 65 38 36 109 52 30 28 109 +minecraft:horn_coral_wall_fan 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 152 131 80 94 121 104 64 94 76 65 40 94 60 52 32 94 +minecraft:sea_pickle 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=1,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:blue_ice 139 172 191 255 111 137 152 255 69 86 95 255 55 68 76 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 56 54 42 69 44 43 33 69 28 27 21 69 22 21 16 69 +minecraft:bamboo 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:potted_bamboo 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:polished_granite_stairs 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:smooth_red_sandstone_stairs 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:mossy_stone_brick_stairs 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:polished_diorite_stairs 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:mossy_cobblestone_stairs 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:end_stone_brick_stairs 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:stone_stairs 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 94 100 92 255 75 80 73 255 47 50 46 255 37 40 36 255 +minecraft:smooth_sandstone_stairs 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_quartz_stairs 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:granite_stairs 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:andesite_stairs 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:red_nether_brick_stairs 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_stairs 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:diorite_stairs 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:polished_granite_slab 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 74 56 46 255 59 44 36 255 37 28 23 255 29 22 18 255 +minecraft:smooth_red_sandstone_slab 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 91 66 57 255 72 52 45 255 45 33 28 255 36 26 22 255 +minecraft:mossy_stone_brick_slab 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:polished_diorite_slab 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 168 163 146 255 134 130 116 255 84 81 73 255 67 65 58 255 +minecraft:mossy_cobblestone_slab 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 75 86 63 255 60 68 50 255 37 43 31 255 30 34 25 255 +minecraft:end_stone_brick_slab 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:smooth_sandstone_slab 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 107 100 77 255 85 80 61 255 53 50 38 255 42 40 30 255 +minecraft:smooth_quartz_slab 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 194 190 179 255 155 152 143 255 97 95 89 255 77 76 71 255 +minecraft:granite_slab 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=top,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=double,waterlogged=true] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_slab[type=double,waterlogged=false] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:andesite_slab 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=top,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=double,waterlogged=true] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_slab[type=double,waterlogged=false] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:red_nether_brick_slab 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_slab 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 64 67 57 255 51 53 45 255 32 33 28 255 25 26 22 255 +minecraft:diorite_slab 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=top,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=double,waterlogged=true] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_slab[type=double,waterlogged=false] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:brick_wall 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 82 69 255 75 65 55 255 47 41 34 255 37 32 27 255 +minecraft:prismarine_wall 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 55 74 49 255 44 59 39 255 27 37 24 255 22 29 19 255 +minecraft:red_sandstone_wall 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 61 54 255 67 48 43 255 42 30 27 255 33 24 21 255 +minecraft:mossy_stone_brick_wall 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 86 74 255 60 68 59 255 38 43 37 255 30 34 29 255 +minecraft:granite_wall 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 53 44 255 56 42 35 255 35 26 22 255 28 21 17 255 +minecraft:stone_brick_wall 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 79 87 77 255 63 69 61 255 39 43 38 255 31 34 30 255 +minecraft:nether_brick_wall 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:andesite_wall 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 67 69 59 255 53 55 47 255 33 34 29 255 26 27 23 255 +minecraft:red_nether_brick_wall 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:sandstone_wall 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 100 93 73 255 80 74 58 255 50 46 36 255 40 37 29 255 +minecraft:end_stone_brick_wall 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 116 113 93 255 92 90 74 255 58 56 46 255 46 45 37 255 +minecraft:diorite_wall 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 172 168 148 255 137 134 118 255 86 84 74 255 68 67 59 255 +minecraft:scaffolding 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 95 83 56 219 76 66 44 219 47 41 28 219 38 33 22 219 +minecraft:loom 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:loom[facing=south] 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:loom[facing=west] 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:loom[facing=east] 53 51 38 255 42 40 30 255 26 25 19 255 21 20 15 255 +minecraft:barrel 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=north,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=east,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=east,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=south,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=south,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=west,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=west,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=up,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=up,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=down,open=true] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:barrel[facing=down,open=false] 49 48 42 255 39 38 33 255 24 24 21 255 19 19 16 255 +minecraft:smoker 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=north,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=south,lit=true] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=south,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=west,lit=true] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=west,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=east,lit=true] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:smoker[facing=east,lit=false] 70 70 70 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:blast_furnace 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=north,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=south,lit=true] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=south,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=west,lit=true] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=west,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=east,lit=true] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:blast_furnace[facing=east,lit=false] 59 65 55 255 47 52 44 255 29 32 27 255 23 26 22 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 62 59 47 255 49 47 37 255 31 29 23 255 24 23 18 255 +minecraft:grindstone 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=floor,facing=south] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=floor,facing=west] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=floor,facing=east] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=north] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=south] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=west] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=wall,facing=east] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=north] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=south] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=west] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:grindstone[face=ceiling,facing=east] 37 34 25 255 29 27 20 255 18 17 12 255 14 13 10 255 +minecraft:lectern 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=north,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=north,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=north,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=true,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=south,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=true,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=west,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=true,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=true,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=false,powered=true] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:lectern[facing=east,has_book=false,powered=false] 45 40 32 207 36 32 25 207 22 20 16 207 18 16 12 207 +minecraft:smithing_table 22 22 22 255 17 17 17 255 11 11 11 255 8 8 8 255 +minecraft:stonecutter 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:stonecutter[facing=south] 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:stonecutter[facing=west] 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:stonecutter[facing=east] 70 75 73 255 56 60 58 255 35 37 36 255 28 30 29 255 +minecraft:bell 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 169 143 96 57 135 114 76 57 84 71 48 57 67 57 38 57 +minecraft:lantern 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:lantern[hanging=true,waterlogged=false] 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:lantern[hanging=false,waterlogged=true] 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:lantern[hanging=false,waterlogged=false] 77 111 73 11 61 88 58 11 38 55 36 11 30 44 29 11 +minecraft:soul_lantern 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:soul_lantern[hanging=true,waterlogged=false] 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:soul_lantern[hanging=false,waterlogged=true] 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:soul_lantern[hanging=false,waterlogged=false] 80 51 77 11 64 40 61 11 40 25 38 11 32 20 30 11 +minecraft:campfire 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 35 34 33 207 28 27 26 207 17 17 16 207 14 13 13 207 +minecraft:sweet_berry_bush 33 42 32 71 26 33 25 71 16 21 16 71 13 16 12 71 +minecraft:sweet_berry_bush[age=1] 36 39 29 111 28 31 23 111 18 19 14 111 14 15 11 111 +minecraft:sweet_berry_bush[age=2] 33 42 33 108 26 33 26 108 16 21 16 108 13 16 13 108 +minecraft:sweet_berry_bush[age=3] 37 37 28 134 29 29 22 134 18 18 14 134 14 14 11 134 +minecraft:warped_stem 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:warped_stem[axis=y] 59 87 88 255 47 69 70 255 29 43 44 255 23 34 35 255 +minecraft:warped_stem[axis=z] 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:stripped_warped_stem 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:stripped_warped_stem[axis=y] 78 113 111 255 62 90 88 255 39 56 55 255 31 45 44 255 +minecraft:stripped_warped_stem[axis=z] 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:warped_hyphae 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:warped_hyphae[axis=y] 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:warped_hyphae[axis=z] 38 51 62 255 30 40 49 255 19 25 31 255 15 20 24 255 +minecraft:stripped_warped_hyphae 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:stripped_warped_hyphae[axis=y] 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:stripped_warped_hyphae[axis=z] 83 118 115 255 66 94 92 255 41 59 57 255 33 47 46 255 +minecraft:warped_nylium 32 78 74 255 25 62 59 255 16 39 37 255 12 31 29 255 +minecraft:warped_fungus 59 73 79 68 47 58 63 68 29 36 39 68 23 29 31 68 +minecraft:warped_wart_block 35 80 75 255 28 64 60 255 17 40 37 255 14 32 30 255 +minecraft:warped_roots 19 89 78 88 15 71 62 88 9 44 39 88 7 35 31 88 +minecraft:nether_sprouts 34 102 102 11 27 81 81 11 17 51 51 11 13 40 40 11 +minecraft:crimson_stem 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:crimson_stem[axis=y] 57 35 36 255 45 28 28 255 28 17 18 255 22 14 14 255 +minecraft:crimson_stem[axis=z] 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:stripped_crimson_stem 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:stripped_crimson_stem[axis=y] 70 37 39 255 56 29 31 255 35 18 19 255 28 14 15 255 +minecraft:stripped_crimson_stem[axis=z] 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:crimson_hyphae 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:crimson_hyphae[axis=y] 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:crimson_hyphae[axis=z] 43 37 37 255 34 29 29 255 21 18 18 255 17 14 14 255 +minecraft:stripped_crimson_hyphae 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:stripped_crimson_hyphae[axis=y] 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:stripped_crimson_hyphae[axis=z] 66 34 37 255 52 27 29 255 33 17 18 255 26 13 14 255 +minecraft:crimson_nylium 51 20 17 255 40 16 13 255 25 10 8 255 20 8 6 255 +minecraft:crimson_fungus 71 43 29 38 56 34 23 38 35 21 14 38 28 17 11 38 +minecraft:shroomlight 153 177 133 255 122 141 106 255 76 88 66 255 61 70 53 255 +minecraft:weeping_vines 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=1] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=2] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=3] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=4] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=5] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=6] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=7] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=8] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=9] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=10] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=11] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=12] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=13] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=14] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=15] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=16] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=17] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=18] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=19] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=20] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=21] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=22] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=23] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=24] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines[age=25] 71 25 13 15 56 20 10 15 35 12 6 15 28 10 5 15 +minecraft:weeping_vines_plant 90 54 27 97 72 43 21 97 45 27 13 97 36 21 10 97 +minecraft:twisting_vines 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=1] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=2] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=3] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=4] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=5] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=6] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=7] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=8] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=9] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=10] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=11] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=12] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=13] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=14] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=15] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=16] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=17] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=18] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=19] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=20] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=21] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=22] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=23] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=24] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines[age=25] 32 74 74 88 25 59 59 88 16 37 37 88 12 29 29 88 +minecraft:twisting_vines_plant 36 80 78 122 28 64 62 122 18 40 39 122 14 32 31 122 +minecraft:crimson_roots 82 44 36 91 65 35 28 91 41 22 18 91 32 17 14 91 +minecraft:crimson_planks 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_planks 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_slab 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=top,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=double,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_slab[type=double,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_slab 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=top,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=double,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_slab[type=double,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_pressure_plate 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_pressure_plate[powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_pressure_plate 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_pressure_plate[powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_fence 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_fence 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_trapdoor 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 42 30 32 255 33 24 25 255 21 15 16 255 16 12 12 255 +minecraft:warped_trapdoor 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 18 61 53 195 14 48 42 195 9 30 26 195 7 24 21 195 +minecraft:crimson_fence_gate 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_fence_gate 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_stairs 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_stairs 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_button 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 57 31 36 255 45 24 28 255 28 15 18 255 22 12 14 255 +minecraft:warped_button 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 26 59 50 255 20 47 40 255 13 29 25 255 10 23 20 255 +minecraft:crimson_door 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 53 33 37 255 42 26 29 255 26 16 18 255 21 13 14 255 +minecraft:warped_door 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 28 57 49 255 22 45 39 255 14 28 24 255 11 22 19 255 +minecraft:crimson_sign 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:warped_sign 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:crimson_wall_sign 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 67 9 32 10 53 7 25 10 33 4 16 10 26 3 12 10 +minecraft:warped_wall_sign 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 27 61 53 10 21 48 42 10 13 30 26 10 10 24 21 10 +minecraft:structure_block 48 57 58 255 38 45 46 255 24 28 29 255 19 22 23 255 +minecraft:structure_block[mode=load] 50 58 60 255 40 46 48 255 25 29 30 255 20 23 24 255 +minecraft:structure_block[mode=corner] 46 52 51 255 36 41 40 255 23 26 25 255 18 20 20 255 +minecraft:structure_block[mode=data] 48 54 54 255 38 43 43 255 24 27 27 255 19 21 21 255 +minecraft:jigsaw 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=down_north] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=down_south] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=down_west] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_east] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_north] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_south] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=up_west] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=west_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=east_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=north_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:jigsaw[orientation=south_up] 62 63 42 255 49 50 33 255 31 31 21 255 24 25 16 255 +minecraft:composter 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=1] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=2] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=3] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=4] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=5] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=6] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=7] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=8] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:target 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=1] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=2] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=3] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=4] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=5] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=6] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=7] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=8] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=9] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=10] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=11] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=12] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=13] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=14] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:target[power=15] 130 102 86 255 104 81 68 255 65 51 43 255 52 40 34 255 +minecraft:bee_nest 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=north,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=0] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=south,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=0] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=west,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=0] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=1] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=2] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=3] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=4] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:bee_nest[facing=east,honey_level=5] 70 65 40 255 56 52 32 255 35 32 20 255 28 26 16 255 +minecraft:beehive 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=north,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=0] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=south,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=0] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=west,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=0] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=1] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=2] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=3] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=4] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:beehive[facing=east,honey_level=5] 59 57 44 255 47 45 35 255 29 28 22 255 23 22 17 255 +minecraft:honey_block 211 168 90 153 168 134 72 153 105 84 45 153 84 67 36 153 +minecraft:honeycomb_block 146 93 39 255 116 74 31 255 73 46 19 255 58 37 15 255 +minecraft:netherite_block 42 45 44 255 33 36 35 255 21 22 22 255 16 18 17 255 +minecraft:ancient_debris 39 39 39 255 31 31 31 255 19 19 19 255 15 15 15 255 +minecraft:crying_obsidian 50 38 57 255 40 30 45 255 25 19 28 255 20 15 22 255 +minecraft:respawn_anchor 17 17 18 255 13 13 14 255 8 8 9 255 6 6 7 255 +minecraft:respawn_anchor[charges=1] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:respawn_anchor[charges=2] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:respawn_anchor[charges=3] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:respawn_anchor[charges=4] 41 17 60 255 32 13 48 255 20 8 30 255 16 6 24 255 +minecraft:potted_crimson_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_crimson_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:lodestone 36 38 36 255 28 30 28 255 18 19 18 255 14 15 14 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_bricks 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:cracked_polished_blackstone_bricks 28 29 37 255 22 23 29 255 14 14 18 255 11 11 14 255 +minecraft:chiseled_polished_blackstone 29 30 38 255 23 24 30 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 31 39 255 23 24 31 255 14 15 19 255 11 12 15 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_pressure_plate 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 26 27 36 255 20 21 28 255 13 13 18 255 10 10 14 255 +minecraft:chiseled_nether_bricks 52 27 34 255 41 21 27 255 26 13 17 255 20 10 13 255 +minecraft:cracked_nether_bricks 48 25 31 255 38 20 24 255 24 12 15 255 19 10 12 255 +minecraft:quartz_bricks 194 191 178 255 155 152 142 255 97 95 89 255 77 76 71 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:white_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:white_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:orange_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:orange_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:magenta_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:magenta_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_blue_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_blue_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:yellow_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:yellow_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:lime_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:lime_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:pink_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:pink_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:gray_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:gray_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_gray_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:light_gray_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cyan_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:cyan_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:purple_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:purple_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:blue_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:blue_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:brown_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:brown_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:green_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:green_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:red_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:red_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:black_candle_cake 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:black_candle_cake[lit=false] 186 180 180 195 148 144 144 195 93 90 90 195 74 72 72 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/dynmap/colorschemes/dokuhigh.txt b/dynmap/colorschemes/dokuhigh.txt new file mode 100644 index 0000000..fb2931e --- /dev/null +++ b/dynmap/colorschemes/dokuhigh.txt @@ -0,0 +1,19763 @@ +minecraft:stone 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:granite 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:polished_granite 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:diorite 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:polished_diorite 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:andesite 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:polished_andesite 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:grass_block 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 +minecraft:grass_block[snowy=false] 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 +minecraft:dirt 80 65 55 255 64 52 44 255 40 32 27 255 32 26 22 255 +minecraft:coarse_dirt 83 74 64 255 66 59 51 255 41 37 32 255 33 29 25 255 +minecraft:podzol 120 120 120 255 96 96 96 255 60 60 60 255 48 48 48 255 +minecraft:podzol[snowy=false] 86 66 39 255 68 52 31 255 43 33 19 255 34 26 15 255 +minecraft:cobblestone 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:oak_planks 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_planks 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_planks 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_planks 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_planks 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_planks 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:oak_sapling 30 54 34 114 24 43 27 114 15 27 17 114 12 21 13 114 +minecraft:oak_sapling[stage=1] 30 54 34 114 24 43 27 114 15 27 17 114 12 21 13 114 +minecraft:spruce_sapling 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 +minecraft:spruce_sapling[stage=1] 22 47 26 63 17 37 20 63 11 23 13 63 8 18 10 63 +minecraft:birch_sapling 64 92 44 91 51 73 35 91 32 46 22 91 25 36 17 91 +minecraft:birch_sapling[stage=1] 64 92 44 91 51 73 35 91 32 46 22 91 25 36 17 91 +minecraft:jungle_sapling 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:jungle_sapling[stage=1] 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:acacia_sapling 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:acacia_sapling[stage=1] 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:dark_oak_sapling 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:dark_oak_sapling[stage=1] 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:bedrock 38 39 42 255 30 31 33 255 19 19 21 255 15 15 16 255 +minecraft:water 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=1] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=2] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=3] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=4] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=5] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=6] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=7] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=8] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=9] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=10] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=11] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=12] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=13] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=14] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:water[level=15] 118 240 223 144 94 192 178 144 59 120 111 144 47 96 89 144 +minecraft:lava 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=1] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=2] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=3] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=4] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=5] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=6] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=7] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=8] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=9] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=10] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=11] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=12] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=13] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=14] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=15] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:sand 225 221 196 255 180 176 156 255 112 110 98 255 90 88 78 255 +minecraft:red_sand 168 86 71 255 134 68 56 255 84 43 35 255 67 34 28 255 +minecraft:gravel 90 87 71 255 72 69 56 255 45 43 35 255 36 34 28 255 +minecraft:gold_ore 144 144 121 255 115 115 96 255 72 72 60 255 57 57 48 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 135 135 129 255 108 108 103 255 67 67 64 255 54 54 51 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 104 113 112 255 83 90 89 255 52 56 56 255 41 45 44 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 141 75 66 255 112 60 52 255 70 37 33 255 56 30 26 255 +minecraft:oak_log 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:oak_log[axis=y] 133 116 95 255 106 92 76 255 66 58 47 255 53 46 38 255 +minecraft:oak_log[axis=z] 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:spruce_log 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:spruce_log[axis=y] 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +minecraft:spruce_log[axis=z] 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:birch_log 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:birch_log[axis=y] 133 116 95 255 106 92 76 255 66 58 47 255 53 46 38 255 +minecraft:birch_log[axis=z] 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:jungle_log 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_log[axis=y] 117 103 64 255 93 82 51 255 58 51 32 255 46 41 25 255 +minecraft:jungle_log[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_log 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:acacia_log[axis=y] 114 68 40 255 91 54 32 255 57 34 20 255 45 27 16 255 +minecraft:acacia_log[axis=z] 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:dark_oak_log 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:dark_oak_log[axis=y] 67 52 43 255 53 41 34 255 33 26 21 255 26 20 17 255 +minecraft:dark_oak_log[axis=z] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:stripped_spruce_log 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_spruce_log[axis=y] 166 139 128 255 132 111 102 255 83 69 64 255 66 55 51 255 +minecraft:stripped_spruce_log[axis=z] 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_birch_log 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_birch_log[axis=y] 182 170 130 255 145 136 104 255 91 85 65 255 72 68 52 255 +minecraft:stripped_birch_log[axis=z] 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_jungle_log 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_log[axis=y] 157 141 90 255 125 112 72 255 78 70 45 255 62 56 36 255 +minecraft:stripped_jungle_log[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_log 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_log[axis=y] 143 81 45 255 114 64 36 255 71 40 22 255 57 32 18 255 +minecraft:stripped_acacia_log[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_log 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_log[axis=y] 88 68 48 255 70 54 38 255 44 34 24 255 35 27 19 255 +minecraft:stripped_dark_oak_log[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_oak_log 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_oak_log[axis=y] 181 163 136 255 144 130 108 255 90 81 68 255 72 65 54 255 +minecraft:stripped_oak_log[axis=z] 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:oak_wood 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:oak_wood[axis=y] 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:oak_wood[axis=z] 68 56 44 255 54 44 35 255 34 28 22 255 27 22 17 255 +minecraft:spruce_wood 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:spruce_wood[axis=y] 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:spruce_wood[axis=z] 46 38 30 255 36 30 24 255 23 19 15 255 18 15 12 255 +minecraft:birch_wood 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:birch_wood[axis=y] 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:birch_wood[axis=z] 187 186 181 255 149 148 144 255 93 93 90 255 74 74 72 255 +minecraft:jungle_wood 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=y] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_wood 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:acacia_wood[axis=y] 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:acacia_wood[axis=z] 79 65 56 255 63 52 44 255 39 32 28 255 31 26 22 255 +minecraft:dark_oak_wood 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:dark_oak_wood[axis=y] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:dark_oak_wood[axis=z] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:stripped_oak_wood 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_oak_wood[axis=y] 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_oak_wood[axis=z] 199 178 147 255 159 142 117 255 99 89 73 255 79 71 58 255 +minecraft:stripped_spruce_wood 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_spruce_wood[axis=y] 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_spruce_wood[axis=z] 174 147 134 255 139 117 107 255 87 73 67 255 69 58 53 255 +minecraft:stripped_birch_wood 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_birch_wood[axis=y] 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_birch_wood[axis=z] 209 197 155 255 167 157 124 255 104 98 77 255 83 78 62 255 +minecraft:stripped_jungle_wood 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=y] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_wood 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=y] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_wood 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=y] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:oak_leaves 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=1,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=2,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=2,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=3,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=3,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=4,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=4,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=5,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=5,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=6,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=6,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=7,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:oak_leaves[distance=7,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:spruce_leaves 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=1,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=2,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=2,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=3,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=3,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=4,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=4,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=5,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=5,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=6,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=6,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=7,persistent=true] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:spruce_leaves[distance=7,persistent=false] 26 63 35 229 20 50 28 229 13 31 17 229 10 25 14 229 +minecraft:birch_leaves 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=1,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=2,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=2,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=3,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=3,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=4,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=4,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=5,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=5,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=6,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=6,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=7,persistent=true] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:birch_leaves[distance=7,persistent=false] 86 113 57 166 68 90 45 166 43 56 28 166 34 45 22 166 +minecraft:jungle_leaves 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=1,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=2,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=2,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=3,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=3,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=4,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=4,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=5,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=5,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=6,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=6,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=7,persistent=true] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:jungle_leaves[distance=7,persistent=false] 14 63 26 232 11 50 20 232 7 31 13 232 5 25 10 232 +minecraft:acacia_leaves 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=1,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=2,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=2,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=3,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=3,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=4,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=4,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=5,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=5,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=6,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=6,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=7,persistent=true] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:acacia_leaves[distance=7,persistent=false] 15 68 28 228 12 54 22 228 7 34 14 228 6 27 11 228 +minecraft:dark_oak_leaves 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=1,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=2,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=2,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=3,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=3,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=4,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=4,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=5,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=5,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=6,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=6,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=7,persistent=true] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:dark_oak_leaves[distance=7,persistent=false] 14 64 26 214 11 51 20 214 7 32 13 214 5 25 10 214 +minecraft:azalea_leaves 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=1,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=2,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=2,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=3,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=3,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=4,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=4,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=5,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=5,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=6,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=6,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=7,persistent=true] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:azalea_leaves[distance=7,persistent=false] 8 45 7 196 6 36 5 196 4 22 3 196 3 18 2 196 +minecraft:flowering_azalea_leaves 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 8 43 9 204 6 34 7 204 4 21 4 204 3 17 3 204 +minecraft:sponge 186 167 86 255 148 133 68 255 93 83 43 255 74 66 34 255 +minecraft:wet_sponge 163 145 72 255 130 116 57 255 81 72 36 255 65 58 28 255 +minecraft:glass 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:lapis_ore 109 130 150 255 87 104 120 255 54 65 75 255 43 52 60 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 41 81 146 255 32 64 116 255 20 40 73 255 16 32 58 255 +minecraft:dispenser 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=north,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=east,triggered=true] 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 +minecraft:dispenser[facing=east,triggered=false] 137 140 129 255 109 112 103 255 68 70 64 255 54 56 51 255 +minecraft:dispenser[facing=south,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=south,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=west,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=west,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=up,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=up,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=down,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dispenser[facing=down,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:chiseled_sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:note_block 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 99 85 55 255 79 68 44 255 49 42 27 255 39 34 22 255 +minecraft:powered_rail 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 91 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 90 75 49 211 72 60 39 211 45 37 24 211 36 30 19 211 +minecraft:detector_rail 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 106 98 83 232 84 78 66 232 53 49 41 232 42 39 33 232 +minecraft:sticky_piston 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=true,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=north] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:sticky_piston[extended=false,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:cobweb 193 201 209 74 154 160 167 74 96 100 104 74 77 80 83 74 +minecraft:grass 21 60 32 64 16 48 25 64 10 30 16 64 8 24 12 64 +minecraft:fern 22 63 34 126 17 50 27 126 11 31 17 126 8 25 13 126 +minecraft:dead_bush 83 101 87 124 66 80 69 124 41 50 43 124 33 40 34 124 +minecraft:seagrass 7 52 19 67 5 41 15 67 3 26 9 67 2 20 7 67 +minecraft:tall_seagrass 7 55 20 62 5 44 16 62 3 27 10 62 2 22 8 62 +minecraft:tall_seagrass[half=lower] 7 53 19 99 5 42 15 99 3 26 9 99 2 21 7 99 +minecraft:piston 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=true,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=north] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=east] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=south] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=west] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=up] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston[extended=false,facing=down] 90 77 52 15 72 61 41 15 45 38 26 15 36 30 20 15 +minecraft:piston_head 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=north,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=true,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=false,type=normal] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 72 62 47 47 57 49 37 47 36 31 23 47 28 24 18 47 +minecraft:white_wool 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 +minecraft:orange_wool 225 120 68 255 180 96 54 255 112 60 34 255 90 48 27 255 +minecraft:magenta_wool 177 100 205 255 141 80 164 255 88 50 102 255 70 40 82 255 +minecraft:light_blue_wool 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 +minecraft:yellow_wool 218 191 69 255 174 152 55 255 109 95 34 255 87 76 27 255 +minecraft:lime_wool 89 199 80 255 71 159 64 255 44 99 40 255 35 79 32 255 +minecraft:pink_wool 222 172 183 255 177 137 146 255 111 86 91 255 88 68 73 255 +minecraft:gray_wool 44 48 48 255 35 38 38 255 22 24 24 255 17 19 19 255 +minecraft:light_gray_wool 130 140 139 255 104 112 111 255 65 70 69 255 52 56 55 255 +minecraft:cyan_wool 25 113 131 255 20 90 104 255 12 56 65 255 10 45 52 255 +minecraft:purple_wool 82 57 162 255 65 45 129 255 41 28 81 255 32 22 64 255 +minecraft:blue_wool 28 72 150 255 22 57 120 255 14 36 75 255 11 28 60 255 +minecraft:brown_wool 64 49 34 255 51 39 27 255 32 24 17 255 25 19 13 255 +minecraft:green_wool 35 108 35 255 28 86 28 255 17 54 17 255 14 43 14 255 +minecraft:red_wool 126 39 44 255 100 31 35 255 63 19 22 255 50 15 17 255 +minecraft:black_wool 15 18 18 255 12 14 14 255 7 9 9 255 6 7 7 255 +minecraft:dandelion 119 112 33 19 95 89 26 19 59 56 16 19 47 44 13 19 +minecraft:poppy 93 33 28 22 74 26 22 22 46 16 14 22 37 13 11 22 +minecraft:blue_orchid 56 99 133 63 44 79 106 63 28 49 66 63 22 39 53 63 +minecraft:allium 116 104 128 68 92 83 102 68 58 52 64 68 46 41 51 68 +minecraft:azure_bluet 54 69 67 69 43 55 53 69 27 34 33 69 21 27 26 69 +minecraft:red_tulip 91 69 54 104 72 55 43 104 45 34 27 104 36 27 21 104 +minecraft:orange_tulip 92 92 50 104 73 73 40 104 46 46 25 104 36 36 20 104 +minecraft:white_tulip 111 135 114 104 88 108 91 104 55 67 57 104 44 54 45 104 +minecraft:pink_tulip 108 100 85 104 86 80 68 104 54 50 42 104 43 40 34 104 +minecraft:oxeye_daisy 180 183 162 51 144 146 129 51 90 91 81 51 72 73 64 51 +minecraft:cornflower 59 94 127 60 47 75 101 60 29 47 63 60 23 37 50 60 +minecraft:wither_rose 32 36 29 18 25 28 23 18 16 18 14 18 12 14 11 18 +minecraft:lily_of_the_valley 126 154 120 45 100 123 96 45 63 77 60 45 50 61 48 45 +minecraft:brown_mushroom 77 103 123 43 61 82 98 43 38 51 61 43 30 41 49 43 +minecraft:red_mushroom 151 87 76 35 120 69 60 35 75 43 38 35 60 34 30 35 +minecraft:gold_block 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:iron_block 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:bricks 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:tnt 84 35 29 255 67 28 23 255 42 17 14 255 33 14 11 255 +minecraft:tnt[unstable=false] 84 35 29 255 67 28 23 255 42 17 14 255 33 14 11 255 +minecraft:bookshelf 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:mossy_cobblestone 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:obsidian 37 44 56 255 29 35 44 255 18 22 28 255 14 17 22 255 +minecraft:torch 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch[facing=south] 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch[facing=west] 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:wall_torch[facing=east] 93 80 51 75 74 64 40 75 46 40 25 75 37 32 20 75 +minecraft:fire 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 239 149 41 167 191 119 32 167 119 74 20 167 95 59 16 167 +minecraft:soul_fire 126 244 255 167 100 195 204 167 63 122 127 167 50 97 102 167 +minecraft:spawner 54 54 48 204 43 43 38 204 27 27 24 204 21 21 19 204 +minecraft:oak_stairs 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:chest 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 123 153 155 255 98 122 124 255 61 76 77 255 49 61 62 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 130 144 133 255 104 115 106 255 65 72 66 255 52 57 53 255 +minecraft:crafting_table 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:wheat 34 69 44 29 27 55 35 29 17 34 22 29 13 27 17 29 +minecraft:wheat[age=1] 33 67 43 39 26 53 34 39 16 33 21 39 13 26 17 39 +minecraft:wheat[age=2] 33 67 43 50 26 53 34 50 16 33 21 50 13 26 17 50 +minecraft:wheat[age=3] 33 66 42 60 26 52 33 60 16 33 21 60 13 26 16 60 +minecraft:wheat[age=4] 42 81 43 82 33 64 34 82 21 40 21 82 16 32 17 82 +minecraft:wheat[age=5] 55 93 50 109 44 74 40 109 27 46 25 109 22 37 20 109 +minecraft:wheat[age=6] 83 106 56 123 66 84 44 123 41 53 28 123 33 42 22 123 +minecraft:wheat[age=7] 146 135 91 134 116 108 72 134 73 67 45 134 58 54 36 134 +minecraft:farmland 54 74 54 255 43 59 43 255 27 37 27 255 21 29 21 255 +minecraft:farmland[moisture=1] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=2] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=3] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=4] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=5] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=6] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:farmland[moisture=7] 45 67 50 255 36 53 40 255 22 33 25 255 18 26 20 255 +minecraft:furnace 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=north,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=south,lit=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=south,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=west,lit=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=west,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=east,lit=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:furnace[facing=east,lit=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:oak_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_sign 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:birch_sign 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:acacia_sign 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:jungle_sign 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:dark_oak_sign 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:oak_door 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 95 93 75 226 76 74 60 226 47 46 37 226 38 37 30 226 +minecraft:ladder 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=north,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=south,waterlogged=true] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=south,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=west,waterlogged=true] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=west,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=east,waterlogged=true] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:ladder[facing=east,waterlogged=false] 56 50 33 109 44 40 26 109 28 25 16 109 22 20 13 109 +minecraft:rail 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=north_south,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=east_west,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=east_west,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_east,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_east,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_west,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_west,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_north,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_north,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_south,waterlogged=true] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=ascending_south,waterlogged=false] 96 92 74 208 76 73 59 208 48 46 37 208 38 36 29 208 +minecraft:rail[shape=south_east,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=south_east,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=south_west,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=south_west,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_west,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_west,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_east,waterlogged=true] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:rail[shape=north_east,waterlogged=false] 92 91 81 99 73 72 64 99 46 45 40 99 36 36 32 99 +minecraft:cobblestone_stairs 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:oak_wall_sign 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 71 65 50 10 56 52 40 10 35 32 25 10 28 26 20 10 +minecraft:spruce_wall_sign 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 50 38 37 10 40 30 29 10 25 19 18 10 20 15 14 10 +minecraft:birch_wall_sign 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 126 112 96 10 100 89 76 10 63 56 48 10 50 44 38 10 +minecraft:acacia_wall_sign 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 97 43 39 10 77 34 31 10 48 21 19 10 38 17 15 10 +minecraft:jungle_wall_sign 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 64 63 49 10 51 50 39 10 32 31 24 10 25 25 19 10 +minecraft:dark_oak_wall_sign 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 45 39 35 10 36 31 28 10 22 19 17 10 18 15 14 10 +minecraft:lever 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=floor,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=north,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=wall,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:stone_pressure_plate 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_pressure_plate[powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:iron_door 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 146 137 99 238 116 109 79 238 73 68 49 238 58 54 39 238 +minecraft:oak_pressure_plate 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_pressure_plate[powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_pressure_plate 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_pressure_plate[powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_pressure_plate 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_pressure_plate[powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_pressure_plate 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_pressure_plate[powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_pressure_plate 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_pressure_plate[powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_pressure_plate 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_pressure_plate[powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:redstone_ore 135 100 99 255 108 80 79 255 67 50 49 255 54 40 39 255 +minecraft:redstone_ore[lit=false] 135 100 99 255 108 80 79 255 67 50 49 255 54 40 39 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_torch[lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=north,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch[facing=south,lit=true] 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=south,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch[facing=west,lit=true] 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=west,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:redstone_wall_torch[facing=east,lit=true] 114 83 57 35 91 66 45 35 57 41 28 35 45 33 22 35 +minecraft:redstone_wall_torch[facing=east,lit=false] 102 82 56 35 81 65 44 35 51 41 28 35 40 32 22 35 +minecraft:stone_button 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:snow 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=2] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=3] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=4] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=5] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=6] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=7] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:snow[layers=8] 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:ice 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:snow_block 224 230 236 255 179 184 188 255 112 115 118 255 89 92 94 255 +minecraft:cactus 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=1] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=2] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=3] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=4] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=5] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=6] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=7] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=8] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=9] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=10] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=11] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=12] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=13] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=14] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:cactus[age=15] 55 98 78 195 44 78 62 195 27 49 39 195 22 39 31 195 +minecraft:clay 154 172 168 255 123 137 134 255 77 86 84 255 61 68 67 255 +minecraft:sugar_cane 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=1] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=2] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=3] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=4] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=5] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=6] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=7] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=8] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=9] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=10] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=11] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=12] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=13] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=14] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:sugar_cane[age=15] 106 114 68 195 84 91 54 195 53 57 34 195 42 45 27 195 +minecraft:jukebox 79 78 72 255 63 62 57 255 39 39 36 255 31 31 28 255 +minecraft:jukebox[has_record=false] 79 78 72 255 63 62 57 255 39 39 36 255 31 31 28 255 +minecraft:oak_fence 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pumpkin 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:netherrack 136 61 65 255 108 48 52 255 68 30 32 255 54 24 26 255 +minecraft:soul_sand 62 61 57 255 49 48 45 255 31 30 28 255 24 24 22 255 +minecraft:soul_soil 72 61 58 255 57 48 46 255 36 30 29 255 28 24 23 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 114 170 192 255 91 136 153 255 57 85 96 255 45 68 76 255 +minecraft:nether_portal 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:nether_portal[axis=z] 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:carved_pumpkin 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:carved_pumpkin[facing=south] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:carved_pumpkin[facing=west] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:carved_pumpkin[facing=east] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern[facing=south] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern[facing=west] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:jack_o_lantern[facing=east] 169 105 36 255 135 84 28 255 84 52 18 255 67 42 14 255 +minecraft:cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=1] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=2] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=3] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=4] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=5] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=6] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:repeater 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 181 175 170 255 144 140 136 255 90 87 85 255 72 70 68 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 174 175 170 255 139 140 136 255 87 87 85 255 69 70 68 255 +minecraft:white_stained_glass 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:orange_stained_glass 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:magenta_stained_glass 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:light_blue_stained_glass 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:yellow_stained_glass 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:lime_stained_glass 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:pink_stained_glass 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:gray_stained_glass 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:light_gray_stained_glass 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:cyan_stained_glass 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:purple_stained_glass 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:blue_stained_glass 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:brown_stained_glass 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:green_stained_glass 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:red_stained_glass 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:black_stained_glass 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:oak_trapdoor 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 98 94 75 237 78 75 60 237 49 47 37 237 39 37 30 237 +minecraft:spruce_trapdoor 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 60 48 40 255 48 38 32 255 30 24 20 255 24 19 16 255 +minecraft:birch_trapdoor 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 107 99 71 234 85 79 56 234 53 49 35 234 42 39 28 234 +minecraft:jungle_trapdoor 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 64 65 47 255 51 52 37 255 32 32 23 255 25 26 18 255 +minecraft:acacia_trapdoor 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 102 42 34 219 81 33 27 219 51 21 17 219 40 16 13 219 +minecraft:dark_oak_trapdoor 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 56 49 40 255 44 39 32 255 28 24 20 255 22 19 16 255 +minecraft:stone_bricks 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:mossy_stone_bricks 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:cracked_stone_bricks 112 122 119 255 89 97 95 255 56 61 59 255 44 48 47 255 +minecraft:chiseled_stone_bricks 110 119 117 255 88 95 93 255 55 59 58 255 44 47 46 255 +minecraft:infested_stone 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:infested_cobblestone 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:infested_stone_bricks 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:infested_mossy_stone_bricks 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:infested_cracked_stone_bricks 112 122 119 255 89 97 95 255 56 61 59 255 44 48 47 255 +minecraft:infested_chiseled_stone_bricks 110 119 117 255 88 95 93 255 55 59 58 255 44 47 46 255 +minecraft:brown_mushroom_block 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 192 192 192 255 153 153 153 255 96 96 96 255 76 76 76 255 +minecraft:iron_bars 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 105 100 85 123 84 80 68 123 52 50 42 123 42 40 34 123 +minecraft:glass_pane 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:melon 80 165 115 255 64 132 92 255 40 82 57 255 32 66 46 255 +minecraft:attached_pumpkin_stem 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_pumpkin_stem[facing=south] 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_pumpkin_stem[facing=west] 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_pumpkin_stem[facing=east] 19 54 29 89 15 43 23 89 9 27 14 89 7 21 11 89 +minecraft:attached_melon_stem 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:attached_melon_stem[facing=south] 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:attached_melon_stem[facing=west] 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:attached_melon_stem[facing=east] 20 56 30 86 16 44 24 86 10 28 15 86 8 22 12 86 +minecraft:pumpkin_stem 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=1] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=2] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=3] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=4] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=5] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=6] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:pumpkin_stem[age=7] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=1] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=2] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=3] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=4] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=5] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=6] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:melon_stem[age=7] 20 57 31 30 16 45 24 30 10 28 15 30 8 22 12 30 +minecraft:vine 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 10 45 19 145 8 36 15 145 5 22 9 145 4 18 7 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brick_stairs 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:stone_brick_stairs 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:mycelium 20 58 31 255 16 46 24 255 10 29 15 255 8 23 12 255 +minecraft:mycelium[snowy=false] 87 83 99 255 69 66 79 255 43 41 49 255 34 33 39 255 +minecraft:lily_pad 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 +minecraft:nether_bricks 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_wart 71 19 23 38 56 15 18 38 35 9 11 38 28 7 9 38 +minecraft:nether_wart[age=1] 67 19 22 73 53 15 17 73 33 9 11 73 26 7 8 73 +minecraft:nether_wart[age=2] 67 19 22 73 53 15 17 73 33 9 11 73 26 7 8 73 +minecraft:nether_wart[age=3] 59 19 21 160 47 15 16 160 29 9 10 160 23 7 8 160 +minecraft:enchanting_table 35 42 43 255 28 33 34 255 17 21 21 255 14 16 17 255 +minecraft:brewing_stand 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 152 145 128 173 121 116 102 173 76 72 64 173 60 58 51 173 +minecraft:cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:water_cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:water_cauldron[level=2] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:water_cauldron[level=3] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:lava_cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:powder_snow_cauldron 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:powder_snow_cauldron[level=2] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:powder_snow_cauldron[level=3] 94 94 72 111 75 75 57 111 47 47 36 111 37 37 28 111 +minecraft:end_portal 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:end_portal_frame 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=true,facing=south] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=true,facing=west] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=true,facing=east] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=north] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=south] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=west] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_portal_frame[eye=false,facing=east] 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:end_stone 202 200 184 255 161 160 147 255 101 100 92 255 80 80 73 255 +minecraft:dragon_egg 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +minecraft:redstone_lamp 117 133 125 255 93 106 100 255 58 66 62 255 46 53 50 255 +minecraft:redstone_lamp[lit=false] 80 75 57 255 64 60 45 255 40 37 28 255 32 30 22 255 +minecraft:cocoa 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:sandstone_stairs 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:emerald_ore 99 153 134 255 79 122 107 255 49 76 67 255 39 61 53 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=north,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=south,waterlogged=true] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=south,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=west,waterlogged=true] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=west,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=east,waterlogged=true] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:ender_chest[facing=east,waterlogged=false] 34 42 53 195 27 33 42 195 17 21 26 195 13 16 21 195 +minecraft:tripwire_hook 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:emerald_block 55 163 124 255 44 130 99 255 27 81 62 255 22 65 49 255 +minecraft:spruce_stairs 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_stairs 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_stairs 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:command_block 104 82 69 255 83 65 55 255 52 41 34 255 41 32 27 255 +minecraft:command_block[conditional=true,facing=east] 110 88 74 255 88 70 59 255 55 44 37 255 44 35 29 255 +minecraft:command_block[conditional=true,facing=south] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=true,facing=west] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=true,facing=up] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=true,facing=down] 105 86 71 255 84 68 56 255 52 43 35 255 42 34 28 255 +minecraft:command_block[conditional=false,facing=north] 104 82 69 255 83 65 55 255 52 41 34 255 41 32 27 255 +minecraft:command_block[conditional=false,facing=east] 110 88 74 255 88 70 59 255 55 44 37 255 44 35 29 255 +minecraft:command_block[conditional=false,facing=south] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:command_block[conditional=false,facing=west] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:command_block[conditional=false,facing=up] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:command_block[conditional=false,facing=down] 104 85 71 255 83 68 56 255 52 42 35 255 41 34 28 255 +minecraft:beacon 79 69 47 96 63 55 37 96 39 34 23 96 31 27 18 96 +minecraft:cobblestone_wall 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:mossy_cobblestone_wall 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:flower_pot 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_spruce_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_birch_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_jungle_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_acacia_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dark_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_fern 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dandelion 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_poppy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_blue_orchid 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_allium 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_azure_bluet 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_orange_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_white_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_pink_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oxeye_daisy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cornflower 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_lily_of_the_valley 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_wither_rose 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_brown_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dead_bush 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cactus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:carrots 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:carrots[age=1] 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:carrots[age=2] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:carrots[age=3] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:carrots[age=4] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:carrots[age=5] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:carrots[age=6] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:carrots[age=7] 32 90 48 104 25 72 38 104 16 45 24 104 12 36 19 104 +minecraft:potatoes 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:potatoes[age=1] 30 91 47 12 24 72 37 12 15 45 23 12 12 36 18 12 +minecraft:potatoes[age=2] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:potatoes[age=3] 32 95 50 35 25 76 40 35 16 47 25 35 12 38 20 35 +minecraft:potatoes[age=4] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:potatoes[age=5] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:potatoes[age=6] 29 88 48 52 23 70 38 52 14 44 24 52 11 35 19 52 +minecraft:potatoes[age=7] 25 83 46 114 20 66 36 114 12 41 23 114 10 33 18 114 +minecraft:oak_button 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_button 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_button 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_button 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_button 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_button 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:skeleton_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=1] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=2] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=3] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=4] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=5] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=6] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=7] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=8] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=9] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=10] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=11] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=12] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=13] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=14] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=15] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=south] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=west] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=east] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:wither_skeleton_skull 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=1] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=2] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=3] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=4] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=5] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=6] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=7] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=8] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=9] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=10] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=11] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=12] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=13] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=14] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_skull[rotation=15] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull[facing=south] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull[facing=west] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:wither_skeleton_wall_skull[facing=east] 24 28 34 255 19 22 27 255 12 14 17 255 9 11 13 255 +minecraft:zombie_head 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=1] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=2] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=3] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=4] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=5] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=6] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=7] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=8] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=9] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=10] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=11] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=12] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=13] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=14] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_head[rotation=15] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head[facing=south] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head[facing=west] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:zombie_wall_head[facing=east] 159 166 141 255 127 132 112 255 79 83 70 255 63 66 56 255 +minecraft:player_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=1] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=2] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=3] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=4] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=5] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=6] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=7] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=8] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=9] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=10] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=11] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=12] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=13] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=14] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=15] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=south] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=west] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=east] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:creeper_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=1] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=2] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=3] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=4] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=5] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=6] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=7] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=8] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=9] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=10] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=11] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=12] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=13] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=14] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_head[rotation=15] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head[facing=south] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head[facing=west] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:creeper_wall_head[facing=east] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=1] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=2] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=3] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=4] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=5] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=6] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=7] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=8] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=9] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=10] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=11] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=12] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=13] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=14] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_head[rotation=15] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head[facing=south] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head[facing=west] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:dragon_wall_head[facing=east] 57 105 84 255 45 84 67 255 28 52 42 255 22 42 33 255 +minecraft:anvil 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:anvil[facing=south] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:anvil[facing=west] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:anvil[facing=east] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil[facing=south] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil[facing=west] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:chipped_anvil[facing=east] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil[facing=south] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil[facing=west] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:damaged_anvil[facing=east] 170 171 150 255 136 136 120 255 85 85 75 255 68 68 60 255 +minecraft:trapped_chest 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 125 115 82 195 100 92 65 195 62 57 41 195 50 46 32 195 +minecraft:light_weighted_pressure_plate 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=1] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=2] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=3] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=4] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=5] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=6] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=7] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=8] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=9] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=10] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=11] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=12] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=13] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=14] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:light_weighted_pressure_plate[power=15] 161 139 82 255 128 111 65 255 80 69 41 255 64 55 32 255 +minecraft:heavy_weighted_pressure_plate 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=1] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=2] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=3] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=4] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=5] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=6] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=7] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=8] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=9] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=10] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=11] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=12] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=13] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=14] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:heavy_weighted_pressure_plate[power=15] 158 153 122 255 126 122 97 255 79 76 61 255 63 61 48 255 +minecraft:comparator 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 182 175 170 255 145 140 136 255 91 87 85 255 72 70 68 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 175 176 171 255 140 140 136 255 87 88 85 255 70 70 68 255 +minecraft:daylight_detector 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=1] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=2] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=3] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=4] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=5] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=6] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=7] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=8] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=9] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=10] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=11] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=12] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=13] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=14] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=true,power=15] 81 77 60 255 64 61 48 255 40 38 30 255 32 30 24 255 +minecraft:daylight_detector[inverted=false,power=0] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=1] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=2] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=3] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=4] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=5] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=6] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=7] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=8] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=9] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=10] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=11] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=12] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=13] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=14] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:daylight_detector[inverted=false,power=15] 82 91 83 255 65 72 66 255 41 45 41 255 32 36 33 255 +minecraft:redstone_block 142 81 53 255 113 64 42 255 71 40 26 255 56 32 21 255 +minecraft:nether_quartz_ore 124 74 71 255 99 59 56 255 62 37 35 255 49 29 28 255 +minecraft:hopper 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=true,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=down] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=north] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=south] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=west] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:hopper[enabled=false,facing=east] 43 43 43 255 34 34 34 255 21 21 21 255 17 17 17 255 +minecraft:quartz_block 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:chiseled_quartz_block 213 218 210 255 170 174 168 255 106 109 105 255 85 87 84 255 +minecraft:quartz_pillar 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 +minecraft:quartz_pillar[axis=y] 221 226 220 255 176 180 176 255 110 113 110 255 88 90 88 255 +minecraft:quartz_pillar[axis=z] 205 212 202 255 164 169 161 255 102 106 101 255 82 84 80 255 +minecraft:quartz_stairs 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:activator_rail 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 100 90 70 211 80 72 56 211 50 45 35 211 40 36 28 211 +minecraft:dropper 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=north,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=east,triggered=true] 137 141 130 255 109 112 104 255 68 70 65 255 54 56 52 255 +minecraft:dropper[facing=east,triggered=false] 137 141 130 255 109 112 104 255 68 70 65 255 54 56 52 255 +minecraft:dropper[facing=south,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=south,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=west,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=west,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=up,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=up,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=down,triggered=true] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:dropper[facing=down,triggered=false] 132 133 121 255 105 106 96 255 66 66 60 255 52 53 48 255 +minecraft:white_terracotta 237 221 214 255 189 176 171 255 118 110 107 255 94 88 85 255 +minecraft:orange_terracotta 222 116 65 255 177 92 52 255 111 58 32 255 88 46 26 255 +minecraft:magenta_terracotta 194 115 195 255 155 92 156 255 97 57 97 255 77 46 78 255 +minecraft:light_blue_terracotta 141 170 194 255 112 136 155 255 70 85 97 255 56 68 77 255 +minecraft:yellow_terracotta 212 171 65 255 169 136 52 255 106 85 32 255 84 68 26 255 +minecraft:lime_terracotta 116 179 77 255 92 143 61 255 58 89 38 255 46 71 30 255 +minecraft:pink_terracotta 226 176 178 255 180 140 142 255 113 88 89 255 90 70 71 255 +minecraft:gray_terracotta 72 69 67 255 57 55 53 255 36 34 33 255 28 27 26 255 +minecraft:light_gray_terracotta 150 148 142 255 120 118 113 255 75 74 71 255 60 59 56 255 +minecraft:cyan_terracotta 55 133 145 255 44 106 116 255 27 66 72 255 22 53 58 255 +minecraft:purple_terracotta 111 65 146 255 88 52 116 255 55 32 73 255 44 26 58 255 +minecraft:blue_terracotta 56 89 153 255 44 71 122 255 28 44 76 255 22 35 61 255 +minecraft:brown_terracotta 100 64 47 255 80 51 37 255 50 32 23 255 40 25 18 255 +minecraft:green_terracotta 62 119 53 255 49 95 42 255 31 59 26 255 24 47 21 255 +minecraft:red_terracotta 153 55 54 255 122 44 43 255 76 27 27 255 61 22 21 255 +minecraft:black_terracotta 42 36 35 255 33 28 28 255 21 18 17 255 16 14 14 255 +minecraft:white_stained_glass_pane 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 153 140 176 126 122 112 176 79 76 70 176 63 61 56 176 +minecraft:orange_stained_glass_pane 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 85 25 176 126 68 20 176 79 42 12 176 63 34 10 176 +minecraft:magenta_stained_glass_pane 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 38 74 176 126 30 59 176 79 19 37 176 63 15 29 176 +minecraft:light_blue_stained_glass_pane 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 140 176 34 83 112 176 21 52 70 176 17 41 56 176 +minecraft:yellow_stained_glass_pane 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 135 25 176 126 108 20 176 79 67 12 176 63 54 10 176 +minecraft:lime_stained_glass_pane 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 77 153 25 176 61 122 20 176 38 76 12 176 30 61 10 176 +minecraft:pink_stained_glass_pane 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 95 132 176 126 76 105 176 79 47 66 176 63 38 52 176 +minecraft:gray_stained_glass_pane 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 71 66 54 176 56 52 43 176 35 33 27 176 28 26 21 176 +minecraft:light_gray_stained_glass_pane 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 100 95 83 176 80 76 66 176 50 47 41 176 40 38 33 176 +minecraft:cyan_stained_glass_pane 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 95 83 176 34 76 66 176 21 47 41 176 17 38 33 176 +minecraft:purple_stained_glass_pane 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 118 38 91 176 94 30 72 176 59 19 45 176 47 15 36 176 +minecraft:blue_stained_glass_pane 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 54 140 176 34 43 112 176 21 27 70 176 17 21 56 176 +minecraft:brown_stained_glass_pane 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 100 61 25 176 80 48 20 176 50 30 12 176 40 24 10 176 +minecraft:green_stained_glass_pane 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 95 31 176 34 76 24 176 21 47 15 176 17 38 12 176 +minecraft:red_stained_glass_pane 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 158 38 25 176 126 30 20 176 79 19 12 176 63 15 10 176 +minecraft:black_stained_glass_pane 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 43 38 25 176 34 30 20 176 21 19 12 176 17 15 10 176 +minecraft:acacia_stairs 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_stairs 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 131 122 84 230 104 97 67 230 65 61 42 230 52 48 33 230 +minecraft:prismarine 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_bricks 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:dark_prismarine 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:prismarine_stairs 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_brick_stairs 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:dark_prismarine_stairs 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:prismarine_slab 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_brick_slab 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 148 161 163 255 118 128 130 255 74 80 81 255 59 64 65 255 +minecraft:dark_prismarine_slab 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 119 135 142 255 95 108 113 255 59 67 71 255 47 54 56 255 +minecraft:sea_lantern 112 159 137 255 89 127 109 255 56 79 68 255 44 63 54 255 +minecraft:hay_block 156 148 116 255 124 118 92 255 78 74 58 255 62 59 46 255 +minecraft:hay_block[axis=y] 206 187 132 255 164 149 105 255 103 93 66 255 82 74 52 255 +minecraft:hay_block[axis=z] 156 148 116 255 124 118 92 255 78 74 58 255 62 59 46 255 +minecraft:white_carpet 222 224 221 255 177 179 176 255 111 112 110 255 88 89 88 255 +minecraft:orange_carpet 225 120 68 255 180 96 54 255 112 60 34 255 90 48 27 255 +minecraft:magenta_carpet 177 100 205 255 141 80 164 255 88 50 102 255 70 40 82 255 +minecraft:light_blue_carpet 122 171 214 255 97 136 171 255 61 85 107 255 48 68 85 255 +minecraft:yellow_carpet 218 191 69 255 174 152 55 255 109 95 34 255 87 76 27 255 +minecraft:lime_carpet 89 199 80 255 71 159 64 255 44 99 40 255 35 79 32 255 +minecraft:pink_carpet 222 172 183 255 177 137 146 255 111 86 91 255 88 68 73 255 +minecraft:gray_carpet 44 48 48 255 35 38 38 255 22 24 24 255 17 19 19 255 +minecraft:light_gray_carpet 130 140 139 255 104 112 111 255 65 70 69 255 52 56 55 255 +minecraft:cyan_carpet 25 113 131 255 20 90 104 255 12 56 65 255 10 45 52 255 +minecraft:purple_carpet 82 57 162 255 65 45 129 255 41 28 81 255 32 22 64 255 +minecraft:blue_carpet 28 72 150 255 22 57 120 255 14 36 75 255 11 28 60 255 +minecraft:brown_carpet 64 49 34 255 51 39 27 255 32 24 17 255 25 19 13 255 +minecraft:green_carpet 35 108 35 255 28 86 28 255 17 54 17 255 14 43 14 255 +minecraft:red_carpet 126 39 44 255 100 31 35 255 63 19 22 255 50 15 17 255 +minecraft:black_carpet 15 18 18 255 12 14 14 255 7 9 9 255 6 7 7 255 +minecraft:terracotta 176 114 86 255 140 91 68 255 88 57 43 255 70 45 34 255 +minecraft:coal_block 42 47 55 255 33 37 44 255 21 23 27 255 16 18 22 255 +minecraft:packed_ice 160 217 232 255 128 173 185 255 80 108 116 255 64 86 92 255 +minecraft:sunflower 31 84 38 101 24 67 30 101 15 42 19 101 12 33 15 101 +minecraft:sunflower[half=lower] 35 84 44 105 28 67 35 105 17 42 22 105 14 33 17 105 +minecraft:lilac 71 89 81 166 56 71 64 166 35 44 40 166 28 35 32 166 +minecraft:lilac[half=lower] 45 73 60 155 36 58 48 155 22 36 30 155 18 29 24 155 +minecraft:rose_bush 70 56 45 109 56 44 36 109 35 28 22 109 28 22 18 109 +minecraft:rose_bush[half=lower] 53 62 47 192 42 49 37 192 26 31 23 192 21 24 18 192 +minecraft:peony 100 63 122 107 80 50 97 107 50 31 61 107 40 25 48 107 +minecraft:peony[half=lower] 42 46 58 199 33 36 46 199 21 23 29 199 16 18 23 199 +minecraft:tall_grass 21 59 32 57 16 47 25 57 10 29 16 57 8 23 12 57 +minecraft:tall_grass[half=lower] 20 56 30 196 16 44 24 196 10 28 15 196 8 22 12 196 +minecraft:large_fern 24 68 37 81 19 54 29 81 12 34 18 81 9 27 14 81 +minecraft:large_fern[half=lower] 22 64 34 158 17 51 27 158 11 32 17 158 8 25 13 158 +minecraft:white_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=1] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=2] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=3] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=4] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=5] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=6] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=7] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=8] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=9] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=10] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=11] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=12] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=13] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=14] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_banner[rotation=15] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:white_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:orange_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:magenta_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_blue_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:yellow_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:lime_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:pink_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:gray_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:light_gray_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cyan_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:purple_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:blue_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:brown_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:green_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner[facing=south] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner[facing=west] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:black_wall_banner[facing=east] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:chiseled_red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_stairs 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:oak_slab 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=top,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=double,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:oak_slab[type=double,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:spruce_slab 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=top,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=double,waterlogged=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_slab[type=double,waterlogged=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_slab 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=top,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=double,waterlogged=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_slab[type=double,waterlogged=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_slab 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=top,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=double,waterlogged=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_slab[type=double,waterlogged=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_slab 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=top,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=double,waterlogged=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_slab[type=double,waterlogged=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_slab 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:stone_slab 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=top,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=double,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_slab[type=double,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:smooth_stone_slab 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 185 193 189 255 148 154 151 255 92 96 94 255 74 77 75 255 +minecraft:sandstone_slab 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:petrified_oak_slab 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 65 55 45 255 52 44 36 255 32 27 22 255 26 22 18 255 +minecraft:cobblestone_slab 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 131 141 134 255 104 112 107 255 65 70 67 255 52 56 53 255 +minecraft:brick_slab 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:stone_brick_slab 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:nether_brick_slab 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:quartz_slab 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=top,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=double,waterlogged=true] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:quartz_slab[type=double,waterlogged=false] 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:red_sandstone_slab 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:purpur_slab 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=top,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=double,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_slab[type=double,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_quartz 225 230 223 255 180 184 178 255 112 115 111 255 90 92 89 255 +minecraft:smooth_red_sandstone 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:spruce_fence_gate 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_fence_gate 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_fence_gate 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_fence_gate 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_fence_gate 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:spruce_fence 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 52 39 39 255 41 31 31 255 26 19 19 255 20 15 15 255 +minecraft:birch_fence 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 132 117 99 255 105 93 79 255 66 58 49 255 52 46 39 255 +minecraft:jungle_fence 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 61 65 49 255 48 52 39 255 30 32 24 255 24 26 19 255 +minecraft:acacia_fence 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 105 47 43 255 84 37 34 255 52 23 21 255 42 18 17 255 +minecraft:dark_oak_fence 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 48 41 36 255 38 32 28 255 24 20 18 255 19 16 14 255 +minecraft:spruce_door 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 77 65 49 255 61 52 39 255 38 32 24 255 30 26 19 255 +minecraft:birch_door 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 93 91 74 232 74 72 59 232 46 45 37 232 37 36 29 232 +minecraft:jungle_door 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 72 69 52 236 57 55 41 236 36 34 26 236 28 27 20 236 +minecraft:acacia_door 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 92 43 35 184 73 34 28 184 46 21 17 184 36 17 14 184 +minecraft:dark_oak_door 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 59 50 40 255 47 40 32 255 29 25 20 255 23 20 16 255 +minecraft:end_rod 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=east] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=south] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=west] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=up] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:end_rod[facing=down] 157 164 161 53 125 131 128 53 78 82 80 53 62 65 64 53 +minecraft:chorus_plant 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 84 88 102 255 67 70 81 255 42 44 51 255 33 35 40 255 +minecraft:chorus_flower 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=1] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=2] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=3] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=4] 56 61 74 255 44 48 59 255 28 30 37 255 22 24 29 255 +minecraft:chorus_flower[age=5] 97 101 119 255 77 80 95 255 48 50 59 255 38 40 47 255 +minecraft:purpur_block 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_pillar 33 37 49 255 26 29 39 255 16 18 24 255 13 14 19 255 +minecraft:purpur_pillar[axis=y] 35 40 53 255 28 32 42 255 17 20 26 255 14 16 21 255 +minecraft:purpur_pillar[axis=z] 33 37 49 255 26 29 39 255 16 18 24 255 13 14 19 255 +minecraft:purpur_stairs 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 36 41 55 255 28 32 44 255 18 20 27 255 14 16 22 255 +minecraft:end_stone_bricks 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:beetroots 71 87 32 26 56 69 25 26 35 43 16 26 28 34 12 26 +minecraft:beetroots[age=1] 68 82 31 44 54 65 24 44 34 41 15 44 27 32 12 44 +minecraft:beetroots[age=2] 75 86 37 50 60 68 29 50 37 43 18 50 30 34 14 50 +minecraft:beetroots[age=3] 75 87 37 94 60 69 29 94 37 43 18 94 30 34 14 94 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:repeating_command_block 97 82 86 255 77 65 68 255 48 41 43 255 38 32 34 255 +minecraft:repeating_command_block[conditional=true,facing=east] 103 88 90 255 82 70 72 255 51 44 45 255 41 35 36 255 +minecraft:repeating_command_block[conditional=true,facing=south] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=true,facing=west] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=true,facing=up] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=true,facing=down] 98 85 85 255 78 68 68 255 49 42 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=north] 97 82 86 255 77 65 68 255 48 41 43 255 38 32 34 255 +minecraft:repeating_command_block[conditional=false,facing=east] 103 88 90 255 82 70 72 255 51 44 45 255 41 35 36 255 +minecraft:repeating_command_block[conditional=false,facing=south] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=west] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=up] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:repeating_command_block[conditional=false,facing=down] 99 86 85 255 79 68 68 255 49 43 42 255 39 34 34 255 +minecraft:chain_command_block 89 99 69 255 71 79 55 255 44 49 34 255 35 39 27 255 +minecraft:chain_command_block[conditional=true,facing=east] 95 105 74 255 76 84 59 255 47 52 37 255 38 42 29 255 +minecraft:chain_command_block[conditional=true,facing=south] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=true,facing=west] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=true,facing=up] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=true,facing=down] 90 99 71 255 72 79 56 255 45 49 35 255 36 39 28 255 +minecraft:chain_command_block[conditional=false,facing=north] 89 99 69 255 71 79 55 255 44 49 34 255 35 39 27 255 +minecraft:chain_command_block[conditional=false,facing=east] 95 105 74 255 76 84 59 255 47 52 37 255 38 42 29 255 +minecraft:chain_command_block[conditional=false,facing=south] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:chain_command_block[conditional=false,facing=west] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:chain_command_block[conditional=false,facing=up] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:chain_command_block[conditional=false,facing=down] 93 100 71 255 74 80 56 255 46 50 35 255 37 40 28 255 +minecraft:frosted_ice 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:frosted_ice[age=1] 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:frosted_ice[age=2] 162 228 235 179 129 182 188 179 81 114 117 179 64 91 94 179 +minecraft:frosted_ice[age=3] 161 228 235 179 128 182 188 179 80 114 117 179 64 91 94 179 +minecraft:magma_block 112 31 15 255 89 24 12 255 56 15 7 255 44 12 6 255 +minecraft:nether_wart_block 72 11 21 255 57 8 16 255 36 5 10 255 28 4 8 255 +minecraft:red_nether_bricks 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:bone_block 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=y] 212 208 195 255 169 166 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=z] 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:observer 142 142 138 255 113 113 110 255 71 71 69 255 56 56 55 255 +minecraft:observer[facing=north,powered=false] 142 142 138 255 113 113 110 255 71 71 69 255 56 56 55 255 +minecraft:observer[facing=east,powered=true] 147 151 145 255 117 120 116 255 73 75 72 255 58 60 58 255 +minecraft:observer[facing=east,powered=false] 147 151 145 255 117 120 116 255 73 75 72 255 58 60 58 255 +minecraft:observer[facing=south,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=south,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=west,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=west,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=up,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=up,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=down,powered=true] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:observer[facing=down,powered=false] 188 195 191 255 150 156 152 255 94 97 95 255 75 78 76 255 +minecraft:shulker_box 48 48 75 255 38 38 60 255 24 24 37 255 19 19 30 255 +minecraft:shulker_box[facing=east] 48 48 75 255 38 38 60 255 24 24 37 255 19 19 30 255 +minecraft:shulker_box[facing=south] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:shulker_box[facing=west] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:shulker_box[facing=up] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:shulker_box[facing=down] 47 47 76 255 37 37 60 255 23 23 38 255 18 18 30 255 +minecraft:white_shulker_box 170 178 163 255 136 142 130 255 85 89 81 255 68 71 65 255 +minecraft:white_shulker_box[facing=east] 170 178 163 255 136 142 130 255 85 89 81 255 68 71 65 255 +minecraft:white_shulker_box[facing=south] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:white_shulker_box[facing=west] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:white_shulker_box[facing=up] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:white_shulker_box[facing=down] 169 176 162 255 135 140 129 255 84 88 81 255 67 70 64 255 +minecraft:orange_shulker_box 193 103 74 255 154 82 59 255 96 51 37 255 77 41 29 255 +minecraft:orange_shulker_box[facing=east] 193 104 74 255 154 83 59 255 96 52 37 255 77 41 29 255 +minecraft:orange_shulker_box[facing=south] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:orange_shulker_box[facing=west] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:orange_shulker_box[facing=up] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:orange_shulker_box[facing=down] 192 103 74 255 153 82 59 255 96 51 37 255 76 41 29 255 +minecraft:magenta_shulker_box 130 85 165 255 104 68 132 255 65 42 82 255 52 34 66 255 +minecraft:magenta_shulker_box[facing=east] 130 85 165 255 104 68 132 255 65 42 82 255 52 34 66 255 +minecraft:magenta_shulker_box[facing=south] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:magenta_shulker_box[facing=west] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:magenta_shulker_box[facing=up] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:magenta_shulker_box[facing=down] 128 85 163 255 102 68 130 255 64 42 81 255 51 34 65 255 +minecraft:light_blue_shulker_box 88 142 185 255 70 113 148 255 44 71 92 255 35 56 74 255 +minecraft:light_blue_shulker_box[facing=east] 88 142 185 255 70 113 148 255 44 71 92 255 35 56 74 255 +minecraft:light_blue_shulker_box[facing=south] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:light_blue_shulker_box[facing=west] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:light_blue_shulker_box[facing=up] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:light_blue_shulker_box[facing=down] 87 141 183 255 69 112 146 255 43 70 91 255 34 56 73 255 +minecraft:yellow_shulker_box 165 136 68 255 132 108 54 255 82 68 34 255 66 54 27 255 +minecraft:yellow_shulker_box[facing=east] 165 136 68 255 132 108 54 255 82 68 34 255 66 54 27 255 +minecraft:yellow_shulker_box[facing=south] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:yellow_shulker_box[facing=west] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:yellow_shulker_box[facing=up] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:yellow_shulker_box[facing=down] 163 134 68 255 130 107 54 255 81 67 34 255 65 53 27 255 +minecraft:lime_shulker_box 65 120 79 255 52 96 63 255 32 60 39 255 26 48 31 255 +minecraft:lime_shulker_box[facing=east] 65 120 79 255 52 96 63 255 32 60 39 255 26 48 31 255 +minecraft:lime_shulker_box[facing=south] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:lime_shulker_box[facing=west] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:lime_shulker_box[facing=up] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:lime_shulker_box[facing=down] 65 119 78 255 52 95 62 255 32 59 39 255 26 47 31 255 +minecraft:pink_shulker_box 188 144 154 255 150 115 123 255 94 72 77 255 75 57 61 255 +minecraft:pink_shulker_box[facing=east] 188 144 154 255 150 115 123 255 94 72 77 255 75 57 61 255 +minecraft:pink_shulker_box[facing=south] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:pink_shulker_box[facing=west] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:pink_shulker_box[facing=up] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:pink_shulker_box[facing=down] 187 144 153 255 149 115 122 255 93 72 76 255 74 57 61 255 +minecraft:gray_shulker_box 47 49 50 255 37 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=east] 47 49 50 255 37 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=south] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=west] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=up] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:gray_shulker_box[facing=down] 46 49 50 255 36 39 40 255 23 24 25 255 18 19 20 255 +minecraft:light_gray_shulker_box 129 138 132 255 103 110 105 255 64 69 66 255 51 55 52 255 +minecraft:light_gray_shulker_box[facing=east] 129 138 132 255 103 110 105 255 64 69 66 255 51 55 52 255 +minecraft:light_gray_shulker_box[facing=south] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:light_gray_shulker_box[facing=west] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:light_gray_shulker_box[facing=up] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:light_gray_shulker_box[facing=down] 128 137 131 255 102 109 104 255 64 68 65 255 51 54 52 255 +minecraft:cyan_shulker_box 29 77 92 255 23 61 73 255 14 38 46 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=east] 29 77 92 255 23 61 73 255 14 38 46 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=south] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=west] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=up] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:cyan_shulker_box[facing=down] 29 77 91 255 23 61 72 255 14 38 45 255 11 30 36 255 +minecraft:purple_shulker_box 63 50 97 255 50 40 77 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=east] 63 50 97 255 50 40 77 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=south] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=west] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=up] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:purple_shulker_box[facing=down] 63 50 96 255 50 40 76 255 31 25 48 255 25 20 38 255 +minecraft:blue_shulker_box 25 54 99 255 20 43 79 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=east] 25 54 99 255 20 43 79 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=south] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=west] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=up] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:blue_shulker_box[facing=down] 25 54 98 255 20 43 78 255 12 27 49 255 10 21 39 255 +minecraft:brown_shulker_box 66 56 45 255 52 44 36 255 33 28 22 255 26 22 18 255 +minecraft:brown_shulker_box[facing=east] 66 56 45 255 52 44 36 255 33 28 22 255 26 22 18 255 +minecraft:brown_shulker_box[facing=south] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:brown_shulker_box[facing=west] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:brown_shulker_box[facing=up] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:brown_shulker_box[facing=down] 66 55 44 255 52 44 35 255 33 27 22 255 26 22 17 255 +minecraft:green_shulker_box 38 92 71 255 30 73 56 255 19 46 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=east] 38 92 71 255 30 73 56 255 19 46 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=south] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=west] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=up] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:green_shulker_box[facing=down] 38 91 71 255 30 72 56 255 19 45 35 255 15 36 28 255 +minecraft:red_shulker_box 115 46 51 255 92 36 40 255 57 23 25 255 46 18 20 255 +minecraft:red_shulker_box[facing=east] 115 46 51 255 92 36 40 255 57 23 25 255 46 18 20 255 +minecraft:red_shulker_box[facing=south] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:red_shulker_box[facing=west] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:red_shulker_box[facing=up] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:red_shulker_box[facing=down] 114 46 50 255 91 36 40 255 57 23 25 255 45 18 20 255 +minecraft:black_shulker_box 21 22 23 255 16 17 18 255 10 11 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=east] 21 22 23 255 16 17 18 255 10 11 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=south] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=west] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=up] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:black_shulker_box[facing=down] 21 21 23 255 16 16 18 255 10 10 11 255 8 8 9 255 +minecraft:white_glazed_terracotta 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:white_glazed_terracotta[facing=south] 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:white_glazed_terracotta[facing=west] 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:white_glazed_terracotta[facing=east] 189 195 203 255 151 156 162 255 94 97 101 255 75 78 81 255 +minecraft:orange_glazed_terracotta 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:orange_glazed_terracotta[facing=south] 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:orange_glazed_terracotta[facing=west] 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:orange_glazed_terracotta[facing=east] 224 192 148 255 179 153 118 255 112 96 74 255 89 76 59 255 +minecraft:magenta_glazed_terracotta 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:magenta_glazed_terracotta[facing=south] 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:magenta_glazed_terracotta[facing=west] 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:magenta_glazed_terracotta[facing=east] 166 123 183 255 132 98 146 255 83 61 91 255 66 49 73 255 +minecraft:light_blue_glazed_terracotta 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:light_blue_glazed_terracotta[facing=south] 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:light_blue_glazed_terracotta[facing=west] 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:light_blue_glazed_terracotta[facing=east] 156 180 202 255 124 144 161 255 78 90 101 255 62 72 80 255 +minecraft:yellow_glazed_terracotta 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:yellow_glazed_terracotta[facing=south] 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:yellow_glazed_terracotta[facing=west] 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:yellow_glazed_terracotta[facing=east] 214 202 157 255 171 161 125 255 107 101 78 255 85 80 62 255 +minecraft:lime_glazed_terracotta 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:lime_glazed_terracotta[facing=south] 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:lime_glazed_terracotta[facing=west] 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:lime_glazed_terracotta[facing=east] 122 190 128 255 97 152 102 255 61 95 64 255 48 76 51 255 +minecraft:pink_glazed_terracotta 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:pink_glazed_terracotta[facing=south] 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:pink_glazed_terracotta[facing=west] 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:pink_glazed_terracotta[facing=east] 219 192 198 255 175 153 158 255 109 96 99 255 87 76 79 255 +minecraft:gray_glazed_terracotta 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:gray_glazed_terracotta[facing=south] 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:gray_glazed_terracotta[facing=west] 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:gray_glazed_terracotta[facing=east] 164 162 137 255 131 129 109 255 82 81 68 255 65 64 54 255 +minecraft:light_gray_glazed_terracotta 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:light_gray_glazed_terracotta[facing=south] 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:light_gray_glazed_terracotta[facing=west] 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:light_gray_glazed_terracotta[facing=east] 133 139 138 255 106 111 110 255 66 69 69 255 53 55 55 255 +minecraft:cyan_glazed_terracotta 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:cyan_glazed_terracotta[facing=south] 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:cyan_glazed_terracotta[facing=west] 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:cyan_glazed_terracotta[facing=east] 128 165 168 255 102 132 134 255 64 82 84 255 51 66 67 255 +minecraft:purple_glazed_terracotta 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:purple_glazed_terracotta[facing=south] 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:purple_glazed_terracotta[facing=west] 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:purple_glazed_terracotta[facing=east] 148 136 185 255 118 108 148 255 74 68 92 255 59 54 74 255 +minecraft:blue_glazed_terracotta 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:blue_glazed_terracotta[facing=south] 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:blue_glazed_terracotta[facing=west] 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:blue_glazed_terracotta[facing=east] 149 172 204 255 119 137 163 255 74 86 102 255 59 68 81 255 +minecraft:brown_glazed_terracotta 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:brown_glazed_terracotta[facing=south] 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:brown_glazed_terracotta[facing=west] 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:brown_glazed_terracotta[facing=east] 134 127 122 255 107 101 97 255 67 63 61 255 53 50 48 255 +minecraft:green_glazed_terracotta 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:green_glazed_terracotta[facing=south] 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:green_glazed_terracotta[facing=west] 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:green_glazed_terracotta[facing=east] 127 167 127 255 101 133 101 255 63 83 63 255 50 66 50 255 +minecraft:red_glazed_terracotta 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:red_glazed_terracotta[facing=south] 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:red_glazed_terracotta[facing=west] 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:red_glazed_terracotta[facing=east] 162 117 123 255 129 93 98 255 81 58 61 255 64 46 49 255 +minecraft:black_glazed_terracotta 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:black_glazed_terracotta[facing=south] 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:black_glazed_terracotta[facing=west] 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:black_glazed_terracotta[facing=east] 129 134 133 255 103 107 106 255 64 67 66 255 51 53 53 255 +minecraft:white_concrete 179 176 149 255 143 140 119 255 89 88 74 255 71 70 59 255 +minecraft:orange_concrete 134 61 16 255 107 48 12 255 67 30 8 255 53 24 6 255 +minecraft:magenta_concrete 101 54 76 255 80 43 60 255 50 27 38 255 40 21 30 255 +minecraft:light_blue_concrete 68 97 134 255 54 77 107 255 34 48 67 255 27 38 53 255 +minecraft:yellow_concrete 165 115 22 255 132 92 17 255 82 57 11 255 66 46 8 255 +minecraft:lime_concrete 66 93 45 255 52 74 36 255 33 46 22 255 26 37 18 255 +minecraft:pink_concrete 164 88 110 255 131 70 88 255 82 44 55 255 65 35 44 255 +minecraft:gray_concrete 104 99 98 255 83 79 78 255 52 49 49 255 41 39 39 255 +minecraft:light_gray_concrete 112 127 119 255 89 101 95 255 56 63 59 255 44 50 47 255 +minecraft:cyan_concrete 50 104 97 255 40 83 77 255 25 52 48 255 20 41 38 255 +minecraft:purple_concrete 78 50 101 255 62 40 80 255 39 25 50 255 31 20 40 255 +minecraft:blue_concrete 37 49 76 255 29 39 60 255 18 24 38 255 14 19 30 255 +minecraft:brown_concrete 70 52 40 255 56 41 32 255 35 26 20 255 28 20 16 255 +minecraft:green_concrete 43 89 53 255 34 71 42 255 21 44 26 255 17 35 21 255 +minecraft:red_concrete 101 52 50 255 80 41 40 255 50 26 25 255 40 20 20 255 +minecraft:black_concrete 53 46 46 255 42 36 36 255 26 23 23 255 21 18 18 255 +minecraft:white_concrete_powder 216 212 179 255 172 169 143 255 108 106 89 255 86 84 71 255 +minecraft:orange_concrete_powder 162 73 20 255 129 58 16 255 81 36 10 255 64 29 8 255 +minecraft:magenta_concrete_powder 121 65 91 255 96 52 72 255 60 32 45 255 48 26 36 255 +minecraft:light_blue_concrete_powder 81 118 162 255 64 94 129 255 40 59 81 255 32 47 64 255 +minecraft:yellow_concrete_powder 191 140 46 255 152 112 36 255 95 70 23 255 76 56 18 255 +minecraft:lime_concrete_powder 80 112 54 255 64 89 43 255 40 56 27 255 32 44 21 255 +minecraft:pink_concrete_powder 198 107 133 255 158 85 106 255 99 53 66 255 79 42 53 255 +minecraft:gray_concrete_powder 126 119 119 255 100 95 95 255 63 59 59 255 50 47 47 255 +minecraft:light_gray_concrete_powder 141 157 149 255 112 125 119 255 70 78 74 255 56 62 59 255 +minecraft:cyan_concrete_powder 61 125 118 255 48 100 94 255 30 62 59 255 24 50 47 255 +minecraft:purple_concrete_powder 94 61 122 255 75 48 97 255 47 30 61 255 37 24 48 255 +minecraft:blue_concrete_powder 45 59 92 255 36 47 73 255 22 29 46 255 18 23 36 255 +minecraft:brown_concrete_powder 84 62 48 255 67 49 38 255 42 31 24 255 33 24 19 255 +minecraft:green_concrete_powder 53 108 64 255 42 86 51 255 26 54 32 255 21 43 25 255 +minecraft:red_concrete_powder 122 63 61 255 97 50 48 255 61 31 30 255 48 25 24 255 +minecraft:black_concrete_powder 64 56 55 255 51 44 44 255 32 28 27 255 25 22 22 255 +minecraft:kelp 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=1] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=2] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=3] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=4] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=5] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=6] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=7] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=8] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=9] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=10] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=11] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=12] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=13] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=14] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=15] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=16] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=17] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=18] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=19] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=20] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=21] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=22] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=23] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=24] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp[age=25] 20 86 4 37 16 68 3 37 10 43 2 37 8 34 1 37 +minecraft:kelp_plant 13 71 5 57 10 56 4 57 6 35 2 57 5 28 2 57 +minecraft:dried_kelp_block 47 57 43 255 37 45 34 255 23 28 21 255 18 22 17 255 +minecraft:turtle_egg 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=1,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=1,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=2,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=2,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=3,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=3,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 211 212 186 132 168 169 148 132 105 106 93 132 84 84 74 132 +minecraft:turtle_egg[eggs=4,hatch=1] 204 205 179 132 163 164 143 132 102 102 89 132 81 82 71 132 +minecraft:turtle_egg[eggs=4,hatch=2] 192 193 167 132 153 154 133 132 96 96 83 132 76 77 66 132 +minecraft:dead_tube_coral_block 158 150 128 255 126 120 102 255 79 75 64 255 63 60 51 255 +minecraft:dead_brain_coral_block 194 188 169 255 155 150 135 255 97 94 84 255 77 75 67 255 +minecraft:dead_bubble_coral_block 150 144 126 255 120 115 100 255 75 72 63 255 60 57 50 255 +minecraft:dead_fire_coral_block 122 117 100 255 97 93 80 255 61 58 50 255 48 46 40 255 +minecraft:dead_horn_coral_block 139 132 111 255 111 105 88 255 69 66 55 255 55 52 44 255 +minecraft:tube_coral_block 44 60 204 255 35 48 163 255 22 30 102 255 17 24 81 255 +minecraft:brain_coral_block 188 122 133 252 150 97 106 252 94 61 66 252 75 48 53 252 +minecraft:bubble_coral_block 134 107 169 255 107 85 135 255 67 53 84 255 53 42 67 255 +minecraft:fire_coral_block 139 60 50 255 111 48 40 255 69 30 25 255 55 24 20 255 +minecraft:horn_coral_block 172 132 51 255 137 105 40 255 86 66 25 255 68 52 20 255 +minecraft:dead_tube_coral 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_tube_coral[waterlogged=false] 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_brain_coral 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_brain_coral[waterlogged=false] 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_bubble_coral 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_bubble_coral[waterlogged=false] 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_fire_coral 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_fire_coral[waterlogged=false] 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_horn_coral 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:dead_horn_coral[waterlogged=false] 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:tube_coral 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:tube_coral[waterlogged=false] 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:brain_coral 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:brain_coral[waterlogged=false] 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:bubble_coral 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:bubble_coral[waterlogged=false] 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:fire_coral 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:fire_coral[waterlogged=false] 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:horn_coral 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:horn_coral[waterlogged=false] 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:dead_tube_coral_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_fan[waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_fan[waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_fan[waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_fan[waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_fan[waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_fan[waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_fan[waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_fan[waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_fan[waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:dead_tube_coral_wall_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_wall_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_wall_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_wall_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_wall_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_wall_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_wall_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_wall_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_wall_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_wall_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:sea_pickle 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=1,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:blue_ice 129 214 225 255 103 171 180 255 64 107 112 255 51 85 90 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 67 61 29 69 53 48 23 69 33 30 14 69 26 24 11 69 +minecraft:bamboo 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 115 142 61 255 92 113 48 255 57 71 30 255 46 56 24 255 +minecraft:potted_bamboo 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:polished_granite_stairs 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:smooth_red_sandstone_stairs 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:mossy_stone_brick_stairs 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:polished_diorite_stairs 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:mossy_cobblestone_stairs 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:end_stone_brick_stairs 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:stone_stairs 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 140 153 152 255 112 122 121 255 70 76 76 255 56 61 60 255 +minecraft:smooth_sandstone_stairs 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_quartz_stairs 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:granite_stairs 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:andesite_stairs 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:red_nether_brick_stairs 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_stairs 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:diorite_stairs 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:polished_granite_slab 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 151 73 68 255 120 58 54 255 75 36 34 255 60 29 27 255 +minecraft:smooth_red_sandstone_slab 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 154 78 65 255 123 62 52 255 77 39 32 255 61 31 26 255 +minecraft:mossy_stone_brick_slab 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:polished_diorite_slab 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 188 195 182 255 150 156 145 255 94 97 91 255 75 78 72 255 +minecraft:mossy_cobblestone_slab 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 93 121 88 255 74 96 70 255 46 60 44 255 37 48 35 255 +minecraft:end_stone_brick_slab 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:smooth_sandstone_slab 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 203 199 174 255 162 159 139 255 101 99 87 255 81 79 69 255 +minecraft:smooth_quartz_slab 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 232 235 230 255 185 188 184 255 116 117 115 255 92 94 92 255 +minecraft:granite_slab 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=top,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=double,waterlogged=true] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_slab[type=double,waterlogged=false] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:andesite_slab 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=top,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=double,waterlogged=true] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_slab[type=double,waterlogged=false] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:red_nether_brick_slab 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:polished_andesite_slab 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 116 129 122 255 92 103 97 255 58 64 61 255 46 51 48 255 +minecraft:diorite_slab 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=top,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=double,waterlogged=true] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_slab[type=double,waterlogged=false] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:brick_wall 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 84 255 113 79 67 255 71 49 42 255 56 39 33 255 +minecraft:prismarine_wall 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 112 129 137 255 89 103 109 255 56 64 68 255 44 51 54 255 +minecraft:red_sandstone_wall 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 74 61 255 116 59 48 255 72 37 30 255 58 29 24 255 +minecraft:mossy_stone_brick_wall 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 114 126 118 255 91 100 94 255 57 63 59 255 45 50 47 255 +minecraft:granite_wall 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 137 65 61 255 109 52 48 255 68 32 30 255 54 26 24 255 +minecraft:stone_brick_wall 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 118 129 126 255 94 103 100 255 59 64 63 255 47 51 50 255 +minecraft:nether_brick_wall 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:andesite_wall 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 86 92 85 255 68 73 68 255 43 46 42 255 34 36 34 255 +minecraft:red_nether_brick_wall 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 63 9 20 255 50 7 16 255 31 4 10 255 25 3 8 255 +minecraft:sandstone_wall 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 193 188 163 255 154 150 130 255 96 94 81 255 77 75 65 255 +minecraft:end_stone_brick_wall 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 192 190 174 255 153 152 139 255 96 95 87 255 76 76 69 255 +minecraft:diorite_wall 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 183 190 172 255 146 152 137 255 91 95 86 255 73 76 68 255 +minecraft:scaffolding 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 115 86 63 219 92 68 50 219 57 43 31 219 46 34 25 219 +minecraft:loom 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:loom[facing=south] 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:loom[facing=west] 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:loom[facing=east] 66 56 46 255 52 44 36 255 33 28 23 255 26 22 18 255 +minecraft:barrel 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=north,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=east,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=east,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=south,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=south,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=west,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=west,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=up,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=up,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=down,open=true] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:barrel[facing=down,open=false] 60 55 40 255 48 44 32 255 30 27 20 255 24 22 16 255 +minecraft:smoker 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=north,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=south,lit=true] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=south,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=west,lit=true] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=west,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=east,lit=true] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:smoker[facing=east,lit=false] 81 84 83 255 64 67 66 255 40 42 41 255 32 33 33 255 +minecraft:blast_furnace 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=north,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=south,lit=true] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=south,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=west,lit=true] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=west,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=east,lit=true] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:blast_furnace[facing=east,lit=false] 143 136 111 255 114 108 88 255 71 68 55 255 57 54 44 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 74 64 55 255 59 51 44 255 37 32 27 255 29 25 22 255 +minecraft:grindstone 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=floor,facing=south] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=floor,facing=west] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=floor,facing=east] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=north] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=south] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=west] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=wall,facing=east] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=north] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=south] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=west] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:grindstone[face=ceiling,facing=east] 51 40 28 255 40 32 22 255 25 20 14 255 20 16 11 255 +minecraft:lectern 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=north,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=true] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=false] 50 40 29 207 40 32 23 207 25 20 14 207 20 16 11 207 +minecraft:smithing_table 27 27 27 255 21 21 21 255 13 13 13 255 10 10 10 255 +minecraft:stonecutter 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:stonecutter[facing=south] 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:stonecutter[facing=west] 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:stonecutter[facing=east] 86 92 87 255 68 73 69 255 43 46 43 255 34 36 34 255 +minecraft:bell 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 189 159 79 57 151 127 63 57 94 79 39 57 75 63 31 57 +minecraft:lantern 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:lantern[hanging=true,waterlogged=false] 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:lantern[hanging=false,waterlogged=true] 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:lantern[hanging=false,waterlogged=false] 133 148 132 11 106 118 105 11 66 74 66 11 53 59 52 11 +minecraft:soul_lantern 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:soul_lantern[hanging=true,waterlogged=false] 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:soul_lantern[hanging=false,waterlogged=true] 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:soul_lantern[hanging=false,waterlogged=false] 152 92 63 11 121 73 50 11 76 46 31 11 60 36 25 11 +minecraft:campfire 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 43 42 41 207 34 33 32 207 21 21 20 207 17 16 16 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:warped_stem[axis=y] 43 90 94 255 34 72 75 255 21 45 47 255 17 36 37 255 +minecraft:warped_stem[axis=z] 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:stripped_warped_stem 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:stripped_warped_stem[axis=y] 58 118 115 255 46 94 92 255 29 59 57 255 23 47 46 255 +minecraft:stripped_warped_stem[axis=z] 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:warped_hyphae 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:warped_hyphae[axis=y] 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:warped_hyphae[axis=z] 28 50 69 255 22 40 55 255 14 25 34 255 11 20 27 255 +minecraft:stripped_warped_hyphae 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:stripped_warped_hyphae[axis=y] 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:stripped_warped_hyphae[axis=z] 62 124 119 255 49 99 95 255 31 62 59 255 24 49 47 255 +minecraft:warped_nylium 7 91 77 255 5 72 61 255 3 45 38 255 2 36 30 255 +minecraft:warped_fungus 51 76 84 68 40 60 67 68 25 38 42 68 20 30 33 68 +minecraft:warped_wart_block 12 91 83 255 9 72 66 255 6 45 41 255 4 36 33 255 +minecraft:warped_roots 0 107 90 88 0 85 72 88 0 53 45 88 0 42 36 88 +minecraft:nether_sprouts 0 101 89 11 0 80 71 11 0 50 44 11 0 40 35 11 +minecraft:crimson_stem 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:crimson_stem[axis=y] 57 28 44 255 45 22 35 255 28 14 22 255 22 11 17 255 +minecraft:crimson_stem[axis=z] 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:stripped_crimson_stem 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:stripped_crimson_stem[axis=y] 72 28 53 255 57 22 42 255 36 14 26 255 28 11 21 255 +minecraft:stripped_crimson_stem[axis=z] 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:crimson_hyphae 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:crimson_hyphae[axis=y] 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:crimson_hyphae[axis=z] 40 30 35 255 32 24 28 255 20 15 17 255 16 12 14 255 +minecraft:stripped_crimson_hyphae 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:stripped_crimson_hyphae[axis=y] 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:stripped_crimson_hyphae[axis=z] 68 26 50 255 54 20 40 255 34 13 25 255 27 10 20 255 +minecraft:crimson_nylium 55 11 29 255 44 8 23 255 27 5 14 255 22 4 11 255 +minecraft:crimson_fungus 74 21 29 38 59 16 23 38 37 10 14 38 29 8 11 38 +minecraft:shroomlight 132 194 220 255 105 155 176 255 66 97 110 255 52 77 88 255 +minecraft:weeping_vines 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=1] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=2] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=3] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=4] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=5] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=6] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=7] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=8] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=9] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=10] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=11] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=12] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=13] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=14] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=15] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=16] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=17] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=18] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=19] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=20] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=21] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=22] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=23] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=24] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines[age=25] 78 6 28 15 62 4 22 15 39 3 14 15 31 2 11 15 +minecraft:weeping_vines_plant 95 21 28 97 76 16 22 97 47 10 14 97 38 8 11 97 +minecraft:twisting_vines 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=1] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=2] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=3] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=4] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=5] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=6] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=7] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=8] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=9] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=10] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=11] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=12] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=13] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=14] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=15] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=16] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=17] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=18] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=19] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=20] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=21] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=22] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=23] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=24] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines[age=25] 9 86 80 88 7 68 64 88 4 43 40 88 3 34 32 88 +minecraft:twisting_vines_plant 12 93 83 122 9 74 66 122 6 46 41 122 4 37 33 122 +minecraft:crimson_roots 85 26 45 91 68 20 36 91 42 13 22 91 34 10 18 91 +minecraft:crimson_planks 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_planks 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_slab 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=top,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=double,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_slab[type=double,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_slab 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=top,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=double,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_slab[type=double,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_pressure_plate 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_pressure_plate[powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_pressure_plate 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_pressure_plate[powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_fence 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_fence 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_trapdoor 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 27 38 255 37 21 30 255 23 13 19 255 18 10 15 255 +minecraft:warped_trapdoor 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 24 64 53 195 19 51 42 195 12 32 26 195 9 25 21 195 +minecraft:crimson_fence_gate 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_fence_gate 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_stairs 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_stairs 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_button 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 67 26 47 255 53 20 37 255 33 13 23 255 26 10 18 255 +minecraft:warped_button 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 23 64 52 255 18 51 41 255 11 32 26 255 9 25 20 255 +minecraft:crimson_door 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 61 29 45 255 48 23 36 255 30 14 22 255 24 11 18 255 +minecraft:warped_door 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 24 62 51 255 19 49 40 255 12 31 25 255 9 24 20 255 +minecraft:crimson_sign 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:warped_sign 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:crimson_wall_sign 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 58 9 33 10 46 7 26 10 29 4 16 10 23 3 13 10 +minecraft:warped_wall_sign 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 20 74 59 10 16 59 47 10 10 37 29 10 8 29 23 10 +minecraft:structure_block 87 93 90 255 69 74 72 255 43 46 45 255 34 37 36 255 +minecraft:structure_block[mode=load] 91 97 92 255 72 77 73 255 45 48 46 255 36 38 36 255 +minecraft:structure_block[mode=corner] 85 87 80 255 68 69 64 255 42 43 40 255 34 34 32 255 +minecraft:structure_block[mode=data] 92 93 85 255 73 74 68 255 46 46 42 255 36 37 34 255 +minecraft:jigsaw 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=down_north] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=down_south] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=down_west] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_east] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_north] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_south] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=up_west] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=west_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=east_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=north_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:jigsaw[orientation=south_up] 106 93 67 255 84 74 53 255 53 46 33 255 42 37 26 255 +minecraft:composter 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=1] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=2] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=3] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=4] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=5] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=6] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=7] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=8] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:target 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=1] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=2] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=3] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=4] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=5] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=6] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=7] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=8] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=9] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=10] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=11] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=12] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=13] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=14] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:target[power=15] 149 118 91 255 119 94 72 255 74 59 45 255 59 47 36 255 +minecraft:bee_nest 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=north,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=0] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=south,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=0] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=west,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=0] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=1] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=2] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=3] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=4] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:bee_nest[facing=east,honey_level=5] 95 80 41 255 76 64 32 255 47 40 20 255 38 32 16 255 +minecraft:beehive 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=north,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=0] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=south,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=0] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=west,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=0] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=1] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=2] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=3] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=4] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:beehive[facing=east,honey_level=5] 95 86 66 255 76 68 52 255 47 43 33 255 38 34 26 255 +minecraft:honey_block 224 166 60 153 179 132 48 153 112 83 30 153 89 66 24 153 +minecraft:honeycomb_block 203 146 27 255 162 116 21 255 101 73 13 255 81 58 10 255 +minecraft:netherite_block 49 45 51 255 39 36 40 255 24 22 25 255 19 18 20 255 +minecraft:ancient_debris 45 43 28 255 36 34 22 255 22 21 14 255 18 17 11 255 +minecraft:crying_obsidian 49 45 71 255 39 36 56 255 24 22 35 255 19 18 28 255 +minecraft:respawn_anchor 11 13 17 255 8 10 13 255 5 6 8 255 4 5 6 255 +minecraft:respawn_anchor[charges=1] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:respawn_anchor[charges=2] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:respawn_anchor[charges=3] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:respawn_anchor[charges=4] 35 13 59 255 28 10 47 255 17 6 29 255 14 5 23 255 +minecraft:potted_crimson_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_crimson_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:lodestone 109 116 108 255 87 92 86 255 54 58 54 255 43 46 43 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_bricks 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:cracked_polished_blackstone_bricks 32 30 45 255 25 24 36 255 16 15 22 255 12 12 18 255 +minecraft:chiseled_polished_blackstone 33 31 46 255 26 24 36 255 16 15 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 32 46 255 26 25 36 255 16 16 23 255 13 12 18 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_pressure_plate 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 29 28 42 255 23 22 33 255 14 14 21 255 11 11 16 255 +minecraft:chiseled_nether_bricks 52 27 34 255 41 21 27 255 26 13 17 255 20 10 13 255 +minecraft:cracked_nether_bricks 48 25 31 255 38 20 24 255 24 12 15 255 19 10 12 255 +minecraft:quartz_bricks 234 238 232 255 187 190 185 255 117 119 116 255 93 95 92 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/dynmap/colorschemes/dokulight.txt b/dynmap/colorschemes/dokulight.txt new file mode 100644 index 0000000..0cf3b89 --- /dev/null +++ b/dynmap/colorschemes/dokulight.txt @@ -0,0 +1,19763 @@ +minecraft:stone 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:granite 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:polished_granite 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:diorite 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:polished_diorite 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:andesite 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:polished_andesite 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:grass_block 64 104 47 255 51 83 37 255 32 52 23 255 25 41 18 255 +minecraft:grass_block[snowy=false] 64 104 47 255 51 83 37 255 32 52 23 255 25 41 18 255 +minecraft:dirt 96 70 52 255 76 56 41 255 48 35 26 255 38 28 20 255 +minecraft:coarse_dirt 74 64 56 255 59 51 44 255 37 32 28 255 29 25 22 255 +minecraft:podzol 193 193 193 255 154 154 154 255 96 96 96 255 77 77 77 255 +minecraft:podzol[snowy=false] 140 88 28 255 112 70 22 255 70 44 14 255 56 35 11 255 +minecraft:cobblestone 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:oak_planks 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_planks 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_planks 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_planks 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_planks 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_planks 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:oak_sapling 37 59 28 114 29 47 22 114 18 29 14 114 14 23 11 114 +minecraft:oak_sapling[stage=1] 37 59 28 114 29 47 22 114 18 29 14 114 14 23 11 114 +minecraft:spruce_sapling 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 +minecraft:spruce_sapling[stage=1] 34 54 26 63 27 43 20 63 17 27 13 63 13 21 10 63 +minecraft:birch_sapling 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 +minecraft:birch_sapling[stage=1] 75 97 48 91 60 77 38 91 37 48 24 91 30 38 19 91 +minecraft:jungle_sapling 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:jungle_sapling[stage=1] 30 69 9 81 24 55 7 81 15 34 4 81 12 27 3 81 +minecraft:acacia_sapling 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:acacia_sapling[stage=1] 75 76 25 81 60 60 20 81 37 38 12 81 30 30 10 81 +minecraft:dark_oak_sapling 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:dark_oak_sapling[stage=1] 37 40 30 121 29 32 24 121 18 20 15 121 14 16 12 121 +minecraft:bedrock 41 43 46 255 32 34 36 255 20 21 23 255 16 17 18 255 +minecraft:water 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=1] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=2] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=3] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=4] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=5] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=6] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=7] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=8] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=9] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=10] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=11] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=12] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=13] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=14] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:water[level=15] 69 154 225 126 55 123 180 126 34 77 112 126 27 61 90 126 +minecraft:lava 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=1] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=2] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=3] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=4] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=5] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=6] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=7] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=8] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=9] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=10] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=11] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=12] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=13] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=14] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:lava[level=15] 125 24 10 255 100 19 8 255 62 12 5 255 50 9 4 255 +minecraft:sand 230 217 160 255 184 173 128 255 115 108 80 255 92 86 64 255 +minecraft:red_sand 156 96 58 255 124 76 46 255 78 48 29 255 62 38 23 255 +minecraft:gravel 77 73 61 255 61 58 48 255 38 36 30 255 30 29 24 255 +minecraft:gold_ore 130 129 101 255 104 103 80 255 65 64 50 255 52 51 40 255 +minecraft:deepslate_gold_ore 94 84 64 255 75 67 51 255 47 42 32 255 37 33 25 255 +minecraft:iron_ore 120 119 108 255 96 95 86 255 60 59 54 255 48 47 43 255 +minecraft:deepslate_iron_ore 80 69 67 255 64 55 53 255 40 34 33 255 32 27 26 255 +minecraft:coal_ore 91 99 95 255 72 79 76 255 45 49 47 255 36 39 38 255 +minecraft:deepslate_coal_ore 54 53 56 255 43 42 44 255 27 26 28 255 21 21 22 255 +minecraft:nether_gold_ore 117 68 58 255 93 54 46 255 58 34 29 255 46 27 23 255 +minecraft:oak_log 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:oak_log[axis=y] 140 123 88 255 112 98 70 255 70 61 44 255 56 49 35 255 +minecraft:oak_log[axis=z] 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:spruce_log 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:spruce_log[axis=y] 124 103 95 255 99 82 76 255 62 51 47 255 49 41 38 255 +minecraft:spruce_log[axis=z] 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:birch_log 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:birch_log[axis=y] 140 130 97 255 112 104 77 255 70 65 48 255 56 52 38 255 +minecraft:birch_log[axis=z] 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:jungle_log 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_log[axis=y] 117 103 64 255 93 82 51 255 58 51 32 255 46 41 25 255 +minecraft:jungle_log[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_log 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:acacia_log[axis=y] 114 68 40 255 91 54 32 255 57 34 20 255 45 27 16 255 +minecraft:acacia_log[axis=z] 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:dark_oak_log 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:dark_oak_log[axis=y] 70 55 38 255 56 44 30 255 35 27 19 255 28 22 15 255 +minecraft:dark_oak_log[axis=z] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:stripped_spruce_log 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_spruce_log[axis=y] 166 139 128 255 132 111 102 255 83 69 64 255 66 55 51 255 +minecraft:stripped_spruce_log[axis=z] 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_birch_log 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_birch_log[axis=y] 182 170 130 255 145 136 104 255 91 85 65 255 72 68 52 255 +minecraft:stripped_birch_log[axis=z] 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_jungle_log 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_log[axis=y] 157 141 90 255 125 112 72 255 78 70 45 255 62 56 36 255 +minecraft:stripped_jungle_log[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_log 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_log[axis=y] 143 81 45 255 114 64 36 255 71 40 22 255 57 32 18 255 +minecraft:stripped_acacia_log[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_log 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_log[axis=y] 88 68 48 255 70 54 38 255 44 34 24 255 35 27 19 255 +minecraft:stripped_dark_oak_log[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_oak_log 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_oak_log[axis=y] 187 167 122 255 149 133 97 255 93 83 61 255 74 66 48 255 +minecraft:stripped_oak_log[axis=z] 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:oak_wood 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:oak_wood[axis=y] 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:oak_wood[axis=z] 73 60 40 255 58 48 32 255 36 30 20 255 29 24 16 255 +minecraft:spruce_wood 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:spruce_wood[axis=y] 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:spruce_wood[axis=z] 50 39 35 255 40 31 28 255 25 19 17 255 20 15 14 255 +minecraft:birch_wood 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:birch_wood[axis=y] 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:birch_wood[axis=z] 182 180 175 255 145 144 140 255 91 90 87 255 72 72 70 255 +minecraft:jungle_wood 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=y] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:jungle_wood[axis=z] 43 39 15 255 34 31 12 255 21 19 7 255 17 15 6 255 +minecraft:acacia_wood 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:acacia_wood[axis=y] 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:acacia_wood[axis=z] 83 68 52 255 66 54 41 255 41 34 26 255 33 27 20 255 +minecraft:dark_oak_wood 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:dark_oak_wood[axis=y] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:dark_oak_wood[axis=z] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:stripped_oak_wood 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_oak_wood[axis=y] 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_oak_wood[axis=z] 200 183 145 255 160 146 116 255 100 91 72 255 80 73 58 255 +minecraft:stripped_spruce_wood 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_spruce_wood[axis=y] 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_spruce_wood[axis=z] 175 150 131 255 140 120 104 255 87 75 65 255 70 60 52 255 +minecraft:stripped_birch_wood 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_birch_wood[axis=y] 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_birch_wood[axis=z] 209 201 157 255 167 160 125 255 104 100 78 255 83 80 62 255 +minecraft:stripped_jungle_wood 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=y] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_jungle_wood[axis=z] 182 169 117 255 145 135 93 255 91 84 58 255 72 67 46 255 +minecraft:stripped_acacia_wood 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=y] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_acacia_wood[axis=z] 160 91 48 255 128 72 38 255 80 45 24 255 64 36 19 255 +minecraft:stripped_dark_oak_wood 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=y] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:stripped_dark_oak_wood[axis=z] 87 67 44 255 69 53 35 255 43 33 22 255 34 26 17 255 +minecraft:oak_leaves 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 66 30 171 40 52 24 171 25 33 15 171 20 26 12 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=1,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=2,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=2,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=3,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=3,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=4,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=4,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=5,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=5,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=6,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=6,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=7,persistent=true] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:jungle_leaves[distance=7,persistent=false] 55 71 30 177 44 56 24 177 27 35 15 177 22 28 12 177 +minecraft:acacia_leaves 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 68 31 147 41 54 24 147 26 34 15 147 20 27 12 147 +minecraft:dark_oak_leaves 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 69 31 178 41 55 24 178 26 34 15 178 20 27 12 178 +minecraft:azalea_leaves 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 52 9 196 24 41 7 196 15 26 4 196 12 20 3 196 +minecraft:flowering_azalea_leaves 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 51 12 204 27 40 9 204 17 25 6 204 13 20 4 204 +minecraft:sponge 186 167 86 255 148 133 68 255 93 83 43 255 74 66 34 255 +minecraft:wet_sponge 159 143 77 255 127 114 61 255 79 71 38 255 63 57 30 255 +minecraft:glass 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:lapis_ore 92 114 131 255 73 91 104 255 46 57 65 255 36 45 52 255 +minecraft:deepslate_lapis_ore 56 69 94 255 44 55 75 255 28 34 47 255 22 27 37 255 +minecraft:lapis_block 44 86 152 255 35 68 121 255 22 43 76 255 17 34 60 255 +minecraft:dispenser 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=north,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=east,triggered=true] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dispenser[facing=east,triggered=false] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dispenser[facing=south,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=south,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=west,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=west,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=up,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=up,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=down,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dispenser[facing=down,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:chiseled_sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:note_block 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 83 79 70 255 66 63 56 255 41 39 35 255 33 31 28 255 +minecraft:powered_rail 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 91 77 53 211 72 61 42 211 45 38 26 211 36 30 21 211 +minecraft:detector_rail 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 86 80 72 231 68 64 57 231 43 40 36 231 34 32 28 231 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 86 80 72 232 68 64 57 232 43 40 36 232 34 32 28 232 +minecraft:sticky_piston 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=true,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=north] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:sticky_piston[extended=false,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:cobweb 191 193 197 76 152 154 157 76 95 96 98 76 76 77 78 76 +minecraft:grass 70 114 52 77 56 91 41 77 35 57 26 77 28 45 20 77 +minecraft:fern 44 71 32 133 35 56 25 133 22 35 16 133 17 28 12 133 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 18 54 10 18 14 43 8 18 9 27 5 18 7 21 4 18 +minecraft:tall_seagrass 21 63 12 63 16 50 9 63 10 31 6 63 8 25 4 63 +minecraft:tall_seagrass[half=lower] 20 60 11 99 16 48 8 99 10 30 5 99 8 24 4 99 +minecraft:piston 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=true,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=north] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=east] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=south] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=west] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=up] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston[extended=false,facing=down] 86 79 65 15 68 63 52 15 43 39 32 15 34 31 26 15 +minecraft:piston_head 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=north,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=true,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=false,type=normal] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 82 67 49 47 65 53 39 47 41 33 24 47 32 26 19 47 +minecraft:white_wool 220 218 213 255 176 174 170 255 110 109 106 255 88 87 85 255 +minecraft:orange_wool 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 +minecraft:magenta_wool 169 81 188 255 135 64 150 255 84 40 94 255 67 32 75 255 +minecraft:light_blue_wool 117 148 197 255 93 118 157 255 58 74 98 255 46 59 78 255 +minecraft:yellow_wool 209 171 48 255 167 136 38 255 104 85 24 255 83 68 19 255 +minecraft:lime_wool 93 182 60 255 74 145 48 255 46 91 30 255 37 72 24 255 +minecraft:pink_wool 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 +minecraft:gray_wool 54 52 49 255 43 41 39 255 27 26 24 255 21 20 19 255 +minecraft:light_gray_wool 124 134 128 255 99 107 102 255 62 67 64 255 49 53 51 255 +minecraft:cyan_wool 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 +minecraft:purple_wool 92 47 142 255 73 37 113 255 46 23 71 255 36 18 56 255 +minecraft:blue_wool 40 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 +minecraft:brown_wool 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 +minecraft:green_wool 54 98 25 255 43 78 20 255 27 49 12 255 21 39 10 255 +minecraft:red_wool 130 33 34 255 104 26 27 255 65 16 17 255 52 13 13 255 +minecraft:black_wool 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 59 100 122 63 47 80 97 63 29 50 61 63 23 40 48 63 +minecraft:allium 117 106 120 68 93 84 96 68 58 53 60 68 46 42 48 68 +minecraft:azure_bluet 140 149 115 43 112 119 92 43 70 74 57 43 56 59 46 43 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 174 174 151 77 139 139 120 77 87 87 75 77 69 69 60 77 +minecraft:cornflower 58 93 124 72 46 74 99 72 29 46 62 72 23 37 49 72 +minecraft:wither_rose 32 37 28 36 25 29 22 36 16 18 14 36 12 14 11 36 +minecraft:lily_of_the_valley 108 136 101 60 86 108 80 60 54 68 50 60 43 54 40 60 +minecraft:brown_mushroom 142 108 85 43 113 86 68 43 71 54 42 43 56 43 34 43 +minecraft:red_mushroom 157 89 78 35 125 71 62 35 78 44 39 35 62 35 31 35 +minecraft:gold_block 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:iron_block 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:bricks 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:tnt 88 36 30 255 70 28 24 255 44 18 15 255 35 14 12 255 +minecraft:tnt[unstable=false] 88 36 30 255 70 28 24 255 44 18 15 255 35 14 12 255 +minecraft:bookshelf 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:mossy_cobblestone 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:obsidian 47 44 57 255 37 35 45 255 23 22 28 255 18 17 22 255 +minecraft:torch 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch[facing=south] 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch[facing=west] 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:wall_torch[facing=east] 68 69 65 75 54 55 52 75 34 34 32 75 27 27 26 75 +minecraft:fire 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 233 125 30 104 186 100 24 104 116 62 15 104 93 50 12 104 +minecraft:soul_fire 126 244 255 167 100 195 204 167 63 122 127 167 50 97 102 167 +minecraft:spawner 61 58 54 204 48 46 43 204 30 29 27 204 24 23 21 204 +minecraft:oak_stairs 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:chest 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 107 140 139 255 85 112 111 255 53 70 69 255 42 56 55 255 +minecraft:deepslate_diamond_ore 75 100 106 255 60 80 84 255 37 50 53 255 30 40 42 255 +minecraft:diamond_block 109 148 146 255 87 118 116 255 54 74 73 255 43 59 58 255 +minecraft:crafting_table 189 182 162 255 151 145 129 255 94 91 81 255 75 72 64 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 73 74 44 255 58 59 35 255 36 37 22 255 29 29 17 255 +minecraft:farmland[moisture=1] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=2] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=3] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=4] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=5] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=6] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:farmland[moisture=7] 54 60 35 255 43 48 28 255 27 30 17 255 21 24 14 255 +minecraft:furnace 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=north,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=south,lit=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=south,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=west,lit=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=west,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=east,lit=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:furnace[facing=east,lit=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:oak_sign 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:spruce_sign 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:birch_sign 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:acacia_sign 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:jungle_sign 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:dark_oak_sign 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=north,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=south,waterlogged=true] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=south,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=west,waterlogged=true] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=west,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=east,waterlogged=true] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:ladder[facing=east,waterlogged=false] 42 41 35 116 33 32 28 116 21 20 17 116 16 16 14 116 +minecraft:rail 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=north_south,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=east_west,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=east_west,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_east,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_east,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_west,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_west,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_north,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_north,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_south,waterlogged=true] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=ascending_south,waterlogged=false] 73 66 55 208 58 52 44 208 36 33 27 208 29 26 22 208 +minecraft:rail[shape=south_east,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=south_east,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=south_west,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=south_west,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_west,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_west,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_east,waterlogged=true] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:rail[shape=north_east,waterlogged=false] 75 71 63 99 60 56 50 99 37 35 31 99 30 28 25 99 +minecraft:cobblestone_stairs 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:oak_wall_sign 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 111 90 63 10 88 72 50 10 55 45 31 10 44 36 25 10 +minecraft:spruce_wall_sign 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 85 57 48 10 68 45 38 10 42 28 24 10 34 22 19 10 +minecraft:birch_wall_sign 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 172 158 113 10 137 126 90 10 86 79 56 10 68 63 45 10 +minecraft:acacia_wall_sign 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 107 56 26 10 85 44 20 10 53 28 13 10 42 22 10 10 +minecraft:jungle_wall_sign 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 119 87 53 10 95 69 42 10 59 43 26 10 47 34 21 10 +minecraft:dark_oak_wall_sign 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 58 41 10 52 46 32 10 33 29 20 10 26 23 16 10 +minecraft:lever 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=floor,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=north,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=wall,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:stone_pressure_plate 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_pressure_plate[powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_pressure_plate[powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_pressure_plate 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_pressure_plate[powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_pressure_plate 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_pressure_plate[powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_pressure_plate 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_pressure_plate[powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_pressure_plate 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_pressure_plate[powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_pressure_plate 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_pressure_plate[powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:redstone_ore 130 84 80 252 104 67 64 252 65 42 40 252 52 33 32 252 +minecraft:redstone_ore[lit=false] 130 84 80 252 104 67 64 252 65 42 40 252 52 33 32 252 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_torch[lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=north,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch[facing=south,lit=true] 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=south,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch[facing=west,lit=true] 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=west,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:redstone_wall_torch[facing=east,lit=true] 71 61 57 35 56 48 45 35 35 30 28 35 28 24 22 35 +minecraft:redstone_wall_torch[facing=east,lit=false] 71 67 63 73 56 53 50 73 35 33 31 73 28 26 25 73 +minecraft:stone_button 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:snow 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=2] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=3] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=4] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=5] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=6] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=7] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:snow[layers=8] 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:ice 158 208 240 179 126 166 192 179 79 104 120 179 63 83 96 179 +minecraft:snow_block 219 226 232 255 175 180 185 255 109 113 116 255 87 90 92 255 +minecraft:cactus 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=1] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=2] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=3] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=4] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=5] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=6] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=7] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=8] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=9] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=10] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=11] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=12] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=13] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=14] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:cactus[age=15] 73 109 54 195 58 87 43 195 36 54 27 195 29 43 21 195 +minecraft:clay 143 159 164 255 114 127 131 255 71 79 82 255 57 63 65 255 +minecraft:sugar_cane 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=1] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=2] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=3] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=4] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=5] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=6] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=7] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=8] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=9] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=10] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=11] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=12] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=13] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=14] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:sugar_cane[age=15] 125 115 61 195 100 92 48 195 62 57 30 195 50 46 24 195 +minecraft:jukebox 81 79 73 255 64 63 58 255 40 39 36 255 32 31 29 255 +minecraft:jukebox[has_record=false] 81 79 73 255 64 63 58 255 40 39 36 255 32 31 29 255 +minecraft:oak_fence 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pumpkin 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:netherrack 115 58 62 255 92 46 49 255 57 29 31 255 46 23 24 255 +minecraft:soul_sand 90 66 62 255 72 52 49 255 45 33 31 255 36 26 24 255 +minecraft:soul_soil 91 67 63 255 72 53 50 255 45 33 31 255 36 26 25 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 196 143 71 255 156 114 56 255 98 71 35 255 78 57 28 255 +minecraft:nether_portal 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:nether_portal[axis=z] 91 0 159 167 72 0 127 167 45 0 79 167 36 0 63 167 +minecraft:carved_pumpkin 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:carved_pumpkin[facing=south] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:carved_pumpkin[facing=west] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:carved_pumpkin[facing=east] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern[facing=south] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern[facing=west] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:jack_o_lantern[facing=east] 182 99 31 255 145 79 24 255 91 49 15 255 72 39 12 255 +minecraft:cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=1] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=2] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=3] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=4] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=5] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cake[bites=6] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:repeater 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 128 135 129 255 102 108 103 255 64 67 64 255 51 54 51 255 +minecraft:white_stained_glass 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:orange_stained_glass 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:magenta_stained_glass 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:light_blue_stained_glass 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:yellow_stained_glass 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:lime_stained_glass 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:pink_stained_glass 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:gray_stained_glass 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:light_gray_stained_glass 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:cyan_stained_glass 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:purple_stained_glass 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:blue_stained_glass 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:brown_stained_glass 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:green_stained_glass 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:red_stained_glass 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:black_stained_glass 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:mossy_stone_bricks 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:cracked_stone_bricks 102 115 109 255 81 92 87 255 51 57 54 255 40 46 43 255 +minecraft:chiseled_stone_bricks 87 99 93 255 69 79 74 255 43 49 46 255 34 39 37 255 +minecraft:infested_stone 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:infested_cobblestone 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:infested_stone_bricks 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:infested_mossy_stone_bricks 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:infested_cracked_stone_bricks 102 115 109 255 81 92 87 255 51 57 54 255 40 46 43 255 +minecraft:infested_chiseled_stone_bricks 87 99 93 255 69 79 74 255 43 49 46 255 34 39 37 255 +minecraft:brown_mushroom_block 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 198 188 167 255 158 150 133 255 99 94 83 255 79 75 66 255 +minecraft:iron_bars 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 40 40 37 255 32 32 29 255 20 20 18 255 16 16 14 255 +minecraft:glass_pane 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:melon 94 159 67 255 75 127 53 255 47 79 33 255 37 63 26 255 +minecraft:attached_pumpkin_stem 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_pumpkin_stem[facing=south] 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_pumpkin_stem[facing=west] 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_pumpkin_stem[facing=east] 46 75 34 32 36 60 27 32 23 37 17 32 18 30 13 32 +minecraft:attached_melon_stem 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:attached_melon_stem[facing=south] 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:attached_melon_stem[facing=west] 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:attached_melon_stem[facing=east] 47 76 34 32 37 60 27 32 23 38 17 32 18 30 13 32 +minecraft:pumpkin_stem 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=1] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=2] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=3] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=4] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=5] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=6] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:pumpkin_stem[age=7] 39 64 29 30 31 51 23 30 19 32 14 30 15 25 11 30 +minecraft:melon_stem 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=1] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=2] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=3] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=4] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=5] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=6] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:melon_stem[age=7] 51 82 37 34 40 65 29 34 25 41 18 34 20 32 14 34 +minecraft:vine 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 53 24 145 32 42 19 145 20 26 12 145 16 21 9 145 +minecraft:glow_lichen 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 109 123 107 89 87 98 85 89 54 61 53 89 43 49 42 89 +minecraft:oak_fence_gate 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brick_stairs 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:stone_brick_stairs 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:mycelium 64 104 47 255 51 83 37 255 32 52 23 255 25 41 18 255 +minecraft:mycelium[snowy=false] 94 77 96 255 75 61 76 255 47 38 48 255 37 30 38 255 +minecraft:lily_pad 17 71 26 157 13 56 20 157 8 35 13 157 6 28 10 157 +minecraft:nether_bricks 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_wart 71 19 23 38 56 15 18 38 35 9 11 38 28 7 9 38 +minecraft:nether_wart[age=1] 68 19 22 73 54 15 17 73 34 9 11 73 27 7 8 73 +minecraft:nether_wart[age=2] 68 19 22 73 54 15 17 73 34 9 11 73 27 7 8 73 +minecraft:nether_wart[age=3] 60 18 20 160 48 14 16 160 30 9 10 160 24 7 8 160 +minecraft:enchanting_table 44 33 35 254 35 26 28 254 22 16 17 254 17 13 14 254 +minecraft:brewing_stand 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 153 144 125 172 122 115 100 172 76 72 62 172 61 57 50 172 +minecraft:cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:water_cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:water_cauldron[level=2] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:water_cauldron[level=3] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:lava_cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:powder_snow_cauldron 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:powder_snow_cauldron[level=2] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:powder_snow_cauldron[level=3] 61 61 61 111 48 48 48 111 30 30 30 111 24 24 24 111 +minecraft:end_portal 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:end_portal_frame 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=true,facing=south] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=true,facing=west] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=true,facing=east] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=north] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=south] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=west] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_portal_frame[eye=false,facing=east] 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:end_stone 179 178 156 255 143 142 124 255 89 89 78 255 71 71 62 255 +minecraft:dragon_egg 37 37 41 255 29 29 32 255 18 18 20 255 14 14 16 255 +minecraft:redstone_lamp 137 111 65 255 109 88 52 255 68 55 32 255 54 44 26 255 +minecraft:redstone_lamp[lit=false] 51 45 35 255 40 36 28 255 25 22 17 255 20 18 14 255 +minecraft:cocoa 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=0,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=1,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=north] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=south] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=west] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:cocoa[age=2,facing=east] 163 130 6 131 130 104 4 131 81 65 3 131 65 52 2 131 +minecraft:sandstone_stairs 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:emerald_ore 91 133 107 255 72 106 85 255 45 66 53 255 36 53 42 255 +minecraft:deepslate_emerald_ore 60 94 76 255 48 75 60 255 30 47 38 255 24 37 30 255 +minecraft:ender_chest 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=north,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=south,waterlogged=true] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=south,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=west,waterlogged=true] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=west,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=east,waterlogged=true] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:ender_chest[facing=east,waterlogged=false] 42 39 52 195 33 31 41 195 21 19 26 195 16 15 20 195 +minecraft:tripwire_hook 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:emerald_block 40 138 78 255 32 110 62 255 20 69 39 255 16 55 31 255 +minecraft:spruce_stairs 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_stairs 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_stairs 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:command_block 97 60 60 254 77 48 48 254 48 30 30 254 38 24 24 254 +minecraft:command_block[conditional=true,facing=east] 98 63 63 254 78 50 50 254 49 31 31 254 39 25 25 254 +minecraft:command_block[conditional=true,facing=south] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=true,facing=west] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=true,facing=up] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=true,facing=down] 93 63 63 254 74 50 50 254 46 31 31 254 37 25 25 254 +minecraft:command_block[conditional=false,facing=north] 97 60 60 254 77 48 48 254 48 30 30 254 38 24 24 254 +minecraft:command_block[conditional=false,facing=east] 98 63 63 254 78 50 50 254 49 31 31 254 39 25 25 254 +minecraft:command_block[conditional=false,facing=south] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:command_block[conditional=false,facing=west] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:command_block[conditional=false,facing=up] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:command_block[conditional=false,facing=down] 94 62 62 254 75 49 49 254 47 31 31 254 37 24 24 254 +minecraft:beacon 67 66 60 96 53 52 48 96 33 33 30 96 26 26 24 96 +minecraft:cobblestone_wall 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:mossy_cobblestone_wall 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:flower_pot 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_spruce_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_birch_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_jungle_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_acacia_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dark_oak_sapling 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_fern 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dandelion 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_poppy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_blue_orchid 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_allium 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_azure_bluet 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_orange_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_white_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_pink_tulip 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_oxeye_daisy 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cornflower 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_lily_of_the_valley 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_wither_rose 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_red_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_brown_mushroom 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_dead_bush 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_cactus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:carrots 16 32 16 31 12 25 12 31 8 16 8 31 6 12 6 31 +minecraft:carrots[age=1] 16 32 16 31 12 25 12 31 8 16 8 31 6 12 6 31 +minecraft:carrots[age=2] 29 56 29 52 23 44 23 52 14 28 14 52 11 22 11 52 +minecraft:carrots[age=3] 29 56 29 52 23 44 23 52 14 28 14 52 11 22 11 52 +minecraft:carrots[age=4] 30 59 32 68 24 47 25 68 15 29 16 68 12 23 12 68 +minecraft:carrots[age=5] 30 59 32 68 24 47 25 68 15 29 16 68 12 23 12 68 +minecraft:carrots[age=6] 30 59 32 68 24 47 25 68 15 29 16 68 12 23 12 68 +minecraft:carrots[age=7] 37 70 37 115 29 56 29 115 18 35 18 115 14 28 14 115 +minecraft:potatoes 27 58 32 31 21 46 25 31 13 29 16 31 10 23 12 31 +minecraft:potatoes[age=1] 27 58 32 31 21 46 25 31 13 29 16 31 10 23 12 31 +minecraft:potatoes[age=2] 35 70 38 52 28 56 30 52 17 35 19 52 14 28 15 52 +minecraft:potatoes[age=3] 35 70 38 52 28 56 30 52 17 35 19 52 14 28 15 52 +minecraft:potatoes[age=4] 34 69 38 68 27 55 30 68 17 34 19 68 13 27 15 68 +minecraft:potatoes[age=5] 34 69 38 68 27 55 30 68 17 34 19 68 13 27 15 68 +minecraft:potatoes[age=6] 34 69 38 68 27 55 30 68 17 34 19 68 13 27 15 68 +minecraft:potatoes[age=7] 30 70 37 125 24 56 29 125 15 35 18 125 12 28 14 125 +minecraft:oak_button 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_button 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_button 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_button 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_button 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_button 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:skeleton_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=1] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=2] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=3] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=4] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=5] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=6] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=7] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=8] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=9] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=10] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=11] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=12] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=13] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=14] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_skull[rotation=15] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=south] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=west] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:skeleton_wall_skull[facing=east] 63 56 50 238 50 44 40 238 31 28 25 238 25 22 20 238 +minecraft:wither_skeleton_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=1] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=2] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=3] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=4] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=5] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=6] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=7] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=8] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=9] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=10] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=11] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=12] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=13] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=14] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_skull[rotation=15] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=south] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=west] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:wither_skeleton_wall_skull[facing=east] 25 27 33 255 20 21 26 255 12 13 16 255 10 10 13 255 +minecraft:zombie_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=1] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=2] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=3] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=4] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=5] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=6] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=7] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=8] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=9] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=10] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=11] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=12] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=13] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=14] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_head[rotation=15] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=south] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=west] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:zombie_wall_head[facing=east] 210 201 177 255 168 160 141 255 105 100 88 255 84 80 70 255 +minecraft:player_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=1] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=2] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=3] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=4] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=5] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=6] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=7] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=8] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=9] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=10] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=11] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=12] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=13] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=14] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_head[rotation=15] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=south] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=west] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:player_wall_head[facing=east] 113 95 80 255 90 76 64 255 56 47 40 255 45 38 32 255 +minecraft:creeper_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=1] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=2] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=3] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=4] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=5] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=6] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=7] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=8] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=9] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=10] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=11] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=12] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=13] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=14] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_head[rotation=15] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head[facing=south] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head[facing=west] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:creeper_wall_head[facing=east] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=1] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=2] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=3] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=4] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=5] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=6] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=7] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=8] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=9] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=10] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=11] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=12] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=13] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=14] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_head[rotation=15] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head[facing=south] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head[facing=west] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:dragon_wall_head[facing=east] 73 95 54 255 58 76 43 255 36 47 27 255 29 38 21 255 +minecraft:anvil 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:anvil[facing=south] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:anvil[facing=west] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:anvil[facing=east] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil[facing=south] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil[facing=west] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:chipped_anvil[facing=east] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil[facing=south] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil[facing=west] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:damaged_anvil[facing=east] 38 38 38 255 30 30 30 255 19 19 19 255 15 15 15 255 +minecraft:trapped_chest 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 88 87 80 195 70 69 64 195 44 43 40 195 35 34 32 195 +minecraft:light_weighted_pressure_plate 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=1] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=2] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=3] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=4] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=5] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=6] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=7] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=8] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=9] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=10] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=11] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=12] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=13] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=14] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:light_weighted_pressure_plate[power=15] 189 160 89 255 151 128 71 255 94 80 44 255 75 64 35 255 +minecraft:heavy_weighted_pressure_plate 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=1] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=2] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=3] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=4] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=5] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=6] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=7] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=8] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=9] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=10] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=11] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=12] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=13] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=14] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:heavy_weighted_pressure_plate[power=15] 104 108 100 255 83 86 80 255 52 54 50 255 41 43 40 255 +minecraft:comparator 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 130 137 131 255 104 109 104 255 65 68 65 255 52 54 52 255 +minecraft:daylight_detector 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=1] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=2] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=3] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=4] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=5] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=6] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=7] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=8] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=9] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=10] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=11] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=12] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=13] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=14] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=true,power=15] 72 76 73 255 57 60 58 255 36 38 36 255 28 30 29 255 +minecraft:daylight_detector[inverted=false,power=0] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=1] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=2] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=3] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=4] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=5] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=6] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=7] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=8] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=9] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=10] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=11] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=12] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=13] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=14] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:daylight_detector[inverted=false,power=15] 82 95 91 255 65 76 72 255 41 47 45 255 32 38 36 255 +minecraft:redstone_block 94 56 53 255 75 44 42 255 47 28 26 255 37 22 21 255 +minecraft:nether_quartz_ore 114 73 70 255 91 58 56 255 57 36 35 255 45 29 28 255 +minecraft:hopper 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=north] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=south] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=west] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=true,facing=east] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=down] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=north] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=south] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=west] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:hopper[enabled=false,facing=east] 114 114 114 255 91 91 91 255 57 57 57 255 45 45 45 255 +minecraft:quartz_block 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:chiseled_quartz_block 195 190 181 255 156 152 144 255 97 95 90 255 78 76 72 255 +minecraft:quartz_pillar 188 183 171 255 150 146 136 255 94 91 85 255 75 73 68 255 +minecraft:quartz_pillar[axis=y] 203 201 191 255 162 160 152 255 101 100 95 255 81 80 76 255 +minecraft:quartz_pillar[axis=z] 188 183 171 255 150 146 136 255 94 91 85 255 75 73 68 255 +minecraft:quartz_stairs 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:activator_rail 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 77 69 62 210 61 55 49 210 38 34 31 210 30 27 24 210 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 77 69 62 211 61 55 49 211 38 34 31 211 30 27 24 211 +minecraft:dropper 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=north,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=east,triggered=true] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dropper[facing=east,triggered=false] 111 117 106 255 88 93 84 255 55 58 53 255 44 46 42 255 +minecraft:dropper[facing=south,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=south,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=west,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=west,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=up,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=up,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=down,triggered=true] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:dropper[facing=down,triggered=false] 116 117 104 255 92 93 83 255 58 58 52 255 46 46 41 255 +minecraft:white_terracotta 164 133 108 255 131 106 86 255 82 66 54 255 65 53 43 255 +minecraft:orange_terracotta 162 89 52 255 129 71 41 255 81 44 26 255 64 35 20 255 +minecraft:magenta_terracotta 163 110 93 255 130 88 74 255 81 55 46 255 65 44 37 255 +minecraft:light_blue_terracotta 72 90 121 255 57 72 96 255 36 45 60 255 28 36 48 255 +minecraft:yellow_terracotta 145 102 47 255 116 81 37 255 72 51 23 255 58 40 18 255 +minecraft:lime_terracotta 109 112 52 255 87 89 41 255 54 56 26 255 43 44 20 255 +minecraft:pink_terracotta 143 79 97 255 114 63 77 255 71 39 48 255 57 31 38 255 +minecraft:gray_terracotta 52 37 28 255 41 29 22 255 26 18 14 255 20 14 11 255 +minecraft:light_gray_terracotta 121 96 73 255 96 76 58 255 60 48 36 255 48 38 29 255 +minecraft:cyan_terracotta 78 110 114 255 62 88 91 255 39 55 57 255 31 44 45 255 +minecraft:purple_terracotta 114 79 123 255 91 63 98 255 57 39 61 255 45 31 49 255 +minecraft:blue_terracotta 51 53 81 255 40 42 64 255 25 26 40 255 20 21 32 255 +minecraft:brown_terracotta 101 60 37 255 80 48 29 255 50 30 18 255 40 24 14 255 +minecraft:green_terracotta 55 69 19 255 44 55 15 255 27 34 9 255 22 27 7 255 +minecraft:red_terracotta 124 56 42 255 99 44 33 255 62 28 21 255 49 22 16 255 +minecraft:black_terracotta 26 19 14 255 20 15 11 255 13 9 7 255 10 7 5 255 +minecraft:white_stained_glass_pane 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 151 148 176 121 120 118 176 76 75 74 176 60 60 59 176 +minecraft:orange_stained_glass_pane 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 83 33 176 121 66 26 176 76 41 16 176 60 33 13 176 +minecraft:magenta_stained_glass_pane 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 36 82 176 121 28 65 176 76 18 41 176 60 14 32 176 +minecraft:light_blue_stained_glass_pane 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 102 148 176 28 81 118 176 18 51 74 176 14 40 59 176 +minecraft:yellow_stained_glass_pane 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 133 33 176 121 106 26 176 76 66 16 176 60 53 13 176 +minecraft:lime_stained_glass_pane 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 70 151 33 176 56 120 26 176 35 75 16 176 28 60 13 176 +minecraft:pink_stained_glass_pane 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 93 140 176 121 74 112 176 76 46 70 176 60 37 56 176 +minecraft:gray_stained_glass_pane 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 65 64 61 176 52 51 48 176 32 32 30 176 26 25 24 176 +minecraft:light_gray_stained_glass_pane 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 94 93 90 176 75 74 72 176 47 46 45 176 37 37 36 176 +minecraft:cyan_stained_glass_pane 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 93 90 176 28 74 72 176 18 46 45 176 14 37 36 176 +minecraft:purple_stained_glass_pane 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 112 36 98 176 89 28 78 176 56 18 49 176 44 14 39 176 +minecraft:blue_stained_glass_pane 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 53 148 176 28 42 118 176 18 26 74 176 14 21 59 176 +minecraft:brown_stained_glass_pane 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 94 59 33 176 75 47 26 176 47 29 16 176 37 23 13 176 +minecraft:green_stained_glass_pane 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 93 39 176 28 74 31 176 18 46 19 176 14 37 15 176 +minecraft:red_stained_glass_pane 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 152 36 33 176 121 28 26 176 76 18 16 176 60 14 13 176 +minecraft:black_stained_glass_pane 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 36 36 33 176 28 28 26 176 18 18 16 176 14 14 13 176 +minecraft:acacia_stairs 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_stairs 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_bricks 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:dark_prismarine 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:prismarine_stairs 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_brick_stairs 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:dark_prismarine_stairs 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:prismarine_slab 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_brick_slab 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 47 92 67 255 37 73 53 255 23 46 33 255 18 36 26 255 +minecraft:dark_prismarine_slab 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 44 94 64 255 35 75 51 255 22 47 32 255 17 37 25 255 +minecraft:sea_lantern 184 147 85 255 147 117 68 255 92 73 42 255 73 58 34 255 +minecraft:hay_block 169 150 103 255 135 120 82 255 84 75 51 255 67 60 41 255 +minecraft:hay_block[axis=y] 206 187 132 255 164 149 105 255 103 93 66 255 82 74 52 255 +minecraft:hay_block[axis=z] 169 150 103 255 135 120 82 255 84 75 51 255 67 60 41 255 +minecraft:white_carpet 220 218 213 255 176 174 170 255 110 109 106 255 88 87 85 255 +minecraft:orange_carpet 217 100 46 255 173 80 36 255 108 50 23 255 86 40 18 255 +minecraft:magenta_carpet 169 81 188 255 135 64 150 255 84 40 94 255 67 32 75 255 +minecraft:light_blue_carpet 117 148 197 255 93 118 157 255 58 74 98 255 46 59 78 255 +minecraft:yellow_carpet 209 171 48 255 167 136 38 255 104 85 24 255 83 68 19 255 +minecraft:lime_carpet 93 182 60 255 74 145 48 255 46 91 30 255 37 72 24 255 +minecraft:pink_carpet 215 147 157 255 172 117 125 255 107 73 78 255 86 58 62 255 +minecraft:gray_carpet 54 52 49 255 43 41 39 255 27 26 24 255 21 20 19 255 +minecraft:light_gray_carpet 124 134 128 255 99 107 102 255 62 67 64 255 49 53 51 255 +minecraft:cyan_carpet 41 102 113 255 32 81 90 255 20 51 56 255 16 40 45 255 +minecraft:purple_carpet 92 47 142 255 73 37 113 255 46 23 71 255 36 18 56 255 +minecraft:blue_carpet 40 65 130 255 32 52 104 255 20 32 65 255 16 26 52 255 +minecraft:brown_carpet 84 50 29 255 67 40 23 255 42 25 14 255 33 20 11 255 +minecraft:green_carpet 54 98 25 255 43 78 20 255 27 49 12 255 21 39 10 255 +minecraft:red_carpet 130 33 34 255 104 26 27 255 65 16 17 255 52 13 13 255 +minecraft:black_carpet 25 23 21 255 20 18 16 255 12 11 10 255 10 9 8 255 +minecraft:terracotta 141 99 73 255 112 79 58 255 70 49 36 255 56 39 29 255 +minecraft:coal_block 45 48 51 255 36 38 40 255 22 24 25 255 18 19 20 255 +minecraft:packed_ice 155 194 231 255 124 155 184 255 77 97 115 255 62 77 92 255 +minecraft:sunflower 58 89 24 113 46 71 19 113 29 44 12 113 23 35 9 113 +minecraft:sunflower[half=lower] 57 89 27 116 45 71 21 116 28 44 13 116 22 35 10 116 +minecraft:lilac 91 89 63 171 72 71 50 171 45 44 31 171 36 35 25 171 +minecraft:lilac[half=lower] 69 74 41 155 55 59 32 155 34 37 20 155 27 29 16 155 +minecraft:rose_bush 74 56 30 120 59 44 24 120 37 28 15 120 29 22 12 120 +minecraft:rose_bush[half=lower] 59 62 30 196 47 49 24 196 29 31 15 196 23 24 12 196 +minecraft:peony 111 77 126 118 88 61 100 118 55 38 63 118 44 30 50 118 +minecraft:peony[half=lower] 44 48 50 202 35 38 40 202 22 24 25 202 17 19 20 202 +minecraft:tall_grass 72 116 53 60 57 92 42 60 36 58 26 60 28 46 21 60 +minecraft:tall_grass[half=lower] 64 104 47 201 51 83 37 201 32 52 23 201 25 41 18 201 +minecraft:large_fern 46 75 34 94 36 60 27 94 23 37 17 94 18 30 13 94 +minecraft:large_fern[half=lower] 44 71 32 165 35 56 25 165 22 35 16 165 17 28 12 165 +minecraft:white_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=1] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=2] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=3] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=4] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=5] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=6] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=7] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=8] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=9] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=10] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=11] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=12] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=13] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=14] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_banner[rotation=15] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:white_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:orange_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:magenta_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_blue_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:yellow_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:lime_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:pink_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:gray_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:light_gray_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cyan_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:purple_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:blue_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:brown_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:green_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner[facing=south] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner[facing=west] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:black_wall_banner[facing=east] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:chiseled_red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_stairs 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:oak_slab 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=top,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=double,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:oak_slab[type=double,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:spruce_slab 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=top,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=double,waterlogged=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_slab[type=double,waterlogged=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_slab 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=top,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=double,waterlogged=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_slab[type=double,waterlogged=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_slab 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=top,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=double,waterlogged=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_slab[type=double,waterlogged=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_slab 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=top,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=double,waterlogged=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_slab[type=double,waterlogged=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_slab 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:stone_slab 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:smooth_stone_slab 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:sandstone_slab 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:petrified_oak_slab 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 86 70 50 255 68 56 40 255 43 35 25 255 34 28 20 255 +minecraft:cobblestone_slab 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 99 109 98 255 79 87 78 255 49 54 49 255 39 43 39 255 +minecraft:brick_slab 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=top,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=double,waterlogged=true] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_slab[type=double,waterlogged=false] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:stone_brick_slab 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:nether_brick_slab 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:quartz_slab 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=top,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=double,waterlogged=true] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:quartz_slab[type=double,waterlogged=false] 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:red_sandstone_slab 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:purpur_slab 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=top,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=double,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_slab[type=double,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_quartz 207 203 195 255 165 162 156 255 103 101 97 255 82 81 78 255 +minecraft:smooth_red_sandstone 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:spruce_fence_gate 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_fence_gate 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_fence_gate 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_fence_gate 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_fence_gate 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:spruce_fence 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 62 43 38 255 49 34 30 255 31 21 19 255 24 17 15 255 +minecraft:birch_fence 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 100 75 255 91 80 60 255 57 50 37 255 45 40 30 255 +minecraft:jungle_fence 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 95 70 42 255 76 56 33 255 47 35 21 255 38 28 16 255 +minecraft:acacia_fence 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 76 40 21 255 60 32 16 255 38 20 10 255 30 16 8 255 +minecraft:dark_oak_fence 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 56 49 38 255 44 39 30 255 28 24 19 255 22 19 15 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=east] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=south] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=west] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=up] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:end_rod[facing=down] 173 166 160 53 138 132 128 53 86 83 80 53 69 66 64 53 +minecraft:chorus_plant 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 79 73 79 255 63 58 63 255 39 36 39 255 31 29 31 255 +minecraft:chorus_flower 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=1] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=2] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=3] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=4] 58 52 62 255 46 41 49 255 29 26 31 255 23 20 24 255 +minecraft:chorus_flower[age=5] 88 84 85 255 70 67 68 255 44 42 42 255 35 33 34 255 +minecraft:purpur_block 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_pillar 50 46 60 255 40 36 48 255 25 23 30 255 20 18 24 255 +minecraft:purpur_pillar[axis=y] 53 49 64 255 42 39 51 255 26 24 32 255 21 19 25 255 +minecraft:purpur_pillar[axis=z] 50 46 60 255 40 36 48 255 25 23 30 255 20 18 24 255 +minecraft:purpur_stairs 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 51 67 255 43 40 53 255 27 25 33 255 21 20 26 255 +minecraft:end_stone_bricks 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:beetroots 72 87 33 26 57 69 26 26 36 43 16 26 28 34 13 26 +minecraft:beetroots[age=1] 69 82 31 44 55 65 24 44 34 41 15 44 27 32 12 44 +minecraft:beetroots[age=2] 71 75 30 50 56 60 24 50 35 37 15 50 28 30 12 50 +minecraft:beetroots[age=3] 71 78 32 94 56 62 25 94 35 39 16 94 28 31 12 94 +minecraft:dirt_path 177 151 87 255 141 120 69 255 88 75 43 255 70 60 34 255 +minecraft:end_gateway 0 0 63 255 0 0 50 255 0 0 31 255 0 0 25 255 +minecraft:repeating_command_block 82 60 97 254 65 48 77 254 41 30 48 254 32 24 38 254 +minecraft:repeating_command_block[conditional=true,facing=east] 83 62 97 254 66 49 77 254 41 31 48 254 33 24 38 254 +minecraft:repeating_command_block[conditional=true,facing=south] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=true,facing=west] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=true,facing=up] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=true,facing=down] 81 62 93 254 64 49 74 254 40 31 46 254 32 24 37 254 +minecraft:repeating_command_block[conditional=false,facing=north] 82 60 97 254 65 48 77 254 41 30 48 254 32 24 38 254 +minecraft:repeating_command_block[conditional=false,facing=east] 83 62 97 254 66 49 77 254 41 31 48 254 33 24 38 254 +minecraft:repeating_command_block[conditional=false,facing=south] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:repeating_command_block[conditional=false,facing=west] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:repeating_command_block[conditional=false,facing=up] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:repeating_command_block[conditional=false,facing=down] 81 63 93 254 64 50 74 254 40 31 46 254 32 25 37 254 +minecraft:chain_command_block 67 96 60 254 53 76 48 254 33 48 30 254 26 38 24 254 +minecraft:chain_command_block[conditional=true,facing=east] 68 96 62 254 54 76 49 254 34 48 31 254 27 38 24 254 +minecraft:chain_command_block[conditional=true,facing=south] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=true,facing=west] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=true,facing=up] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=true,facing=down] 65 93 61 254 52 74 48 254 32 46 30 254 26 37 24 254 +minecraft:chain_command_block[conditional=false,facing=north] 67 96 60 254 53 76 48 254 33 48 30 254 26 38 24 254 +minecraft:chain_command_block[conditional=false,facing=east] 68 96 62 254 54 76 49 254 34 48 31 254 27 38 24 254 +minecraft:chain_command_block[conditional=false,facing=south] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:chain_command_block[conditional=false,facing=west] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:chain_command_block[conditional=false,facing=up] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:chain_command_block[conditional=false,facing=down] 68 92 63 254 54 73 50 254 34 46 31 254 27 36 25 254 +minecraft:frosted_ice 158 208 240 179 126 166 192 179 79 104 120 179 63 83 96 179 +minecraft:frosted_ice[age=1] 158 207 240 179 126 165 192 179 79 103 120 179 63 82 96 179 +minecraft:frosted_ice[age=2] 158 207 240 179 126 165 192 179 79 103 120 179 63 82 96 179 +minecraft:frosted_ice[age=3] 157 207 240 179 125 165 192 179 78 103 120 179 62 82 96 179 +minecraft:magma_block 112 31 15 250 89 24 12 250 56 15 7 250 44 12 6 250 +minecraft:nether_wart_block 72 11 21 255 57 8 16 255 36 5 10 255 28 4 8 255 +minecraft:red_nether_bricks 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:bone_block 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=y] 212 208 195 255 169 166 156 255 106 104 97 255 84 83 78 255 +minecraft:bone_block[axis=z] 212 209 195 255 169 167 156 255 106 104 97 255 84 83 78 255 +minecraft:observer 114 118 111 255 91 94 88 255 57 59 55 255 45 47 44 255 +minecraft:observer[facing=north,powered=false] 114 118 111 255 91 94 88 255 57 59 55 255 45 47 44 255 +minecraft:observer[facing=east,powered=true] 118 126 117 255 94 100 93 255 59 63 58 255 47 50 46 255 +minecraft:observer[facing=east,powered=false] 118 126 117 255 94 100 93 255 59 63 58 255 47 50 46 255 +minecraft:observer[facing=south,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=south,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=west,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=west,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=up,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=up,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=down,powered=true] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:observer[facing=down,powered=false] 153 168 160 255 122 134 128 255 76 84 80 255 61 67 64 255 +minecraft:shulker_box 137 98 146 255 109 78 116 255 68 49 73 255 54 39 58 255 +minecraft:shulker_box[facing=east] 137 98 146 255 109 78 116 255 68 49 73 255 54 39 58 255 +minecraft:shulker_box[facing=south] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:shulker_box[facing=west] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:shulker_box[facing=up] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:shulker_box[facing=down] 136 97 144 255 108 77 115 255 68 48 72 255 54 38 57 255 +minecraft:white_shulker_box 180 178 170 255 144 142 136 255 90 89 85 255 72 71 68 255 +minecraft:white_shulker_box[facing=east] 180 178 170 255 144 142 136 255 90 89 85 255 72 71 68 255 +minecraft:white_shulker_box[facing=south] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:white_shulker_box[facing=west] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:white_shulker_box[facing=up] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:white_shulker_box[facing=down] 179 176 169 255 143 140 135 255 89 88 84 255 71 70 67 255 +minecraft:orange_shulker_box 180 100 63 255 144 80 50 255 90 50 31 255 72 40 25 255 +minecraft:orange_shulker_box[facing=east] 180 100 63 255 144 80 50 255 90 50 31 255 72 40 25 255 +minecraft:orange_shulker_box[facing=south] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:orange_shulker_box[facing=west] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:orange_shulker_box[facing=up] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:orange_shulker_box[facing=down] 179 99 62 255 143 79 49 255 89 49 31 255 71 39 24 255 +minecraft:magenta_shulker_box 139 79 152 255 111 63 121 255 69 39 76 255 55 31 60 255 +minecraft:magenta_shulker_box[facing=east] 139 79 152 255 111 63 121 255 69 39 76 255 55 31 60 255 +minecraft:magenta_shulker_box[facing=south] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:magenta_shulker_box[facing=west] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:magenta_shulker_box[facing=up] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:magenta_shulker_box[facing=down] 137 78 150 255 109 62 120 255 68 39 75 255 54 31 60 255 +minecraft:light_blue_shulker_box 123 146 181 255 98 116 144 255 61 73 90 255 49 58 72 255 +minecraft:light_blue_shulker_box[facing=east] 123 146 181 255 98 116 144 255 61 73 90 255 49 58 72 255 +minecraft:light_blue_shulker_box[facing=south] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:light_blue_shulker_box[facing=west] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:light_blue_shulker_box[facing=up] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:light_blue_shulker_box[facing=down] 121 145 178 255 96 116 142 255 60 72 89 255 48 58 71 255 +minecraft:yellow_shulker_box 176 138 74 255 140 110 59 255 88 69 37 255 70 55 29 255 +minecraft:yellow_shulker_box[facing=east] 175 137 73 255 140 109 58 255 87 68 36 255 70 54 29 255 +minecraft:yellow_shulker_box[facing=south] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:yellow_shulker_box[facing=west] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:yellow_shulker_box[facing=up] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:yellow_shulker_box[facing=down] 173 137 73 255 138 109 58 255 86 68 36 255 69 54 29 255 +minecraft:lime_shulker_box 102 148 74 255 81 118 59 255 51 74 37 255 40 59 29 255 +minecraft:lime_shulker_box[facing=east] 102 148 74 255 81 118 59 255 51 74 37 255 40 59 29 255 +minecraft:lime_shulker_box[facing=south] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:lime_shulker_box[facing=west] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:lime_shulker_box[facing=up] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:lime_shulker_box[facing=down] 102 146 73 255 81 116 58 255 51 73 36 255 40 58 29 255 +minecraft:pink_shulker_box 187 123 128 255 149 98 102 255 93 61 64 255 74 49 51 255 +minecraft:pink_shulker_box[facing=east] 187 123 128 255 149 98 102 255 93 61 64 255 74 49 51 255 +minecraft:pink_shulker_box[facing=south] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:pink_shulker_box[facing=west] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:pink_shulker_box[facing=up] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:pink_shulker_box[facing=down] 186 122 127 255 148 97 101 255 93 61 63 255 74 48 50 255 +minecraft:gray_shulker_box 59 60 55 255 47 48 44 255 29 30 27 255 23 24 22 255 +minecraft:gray_shulker_box[facing=east] 59 60 55 255 47 48 44 255 29 30 27 255 23 24 22 255 +minecraft:gray_shulker_box[facing=south] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:gray_shulker_box[facing=west] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:gray_shulker_box[facing=up] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:gray_shulker_box[facing=down] 58 59 55 255 46 47 44 255 29 29 27 255 23 23 22 255 +minecraft:light_gray_shulker_box 122 133 126 255 97 106 100 255 61 66 63 255 48 53 50 255 +minecraft:light_gray_shulker_box[facing=east] 122 133 126 255 97 106 100 255 61 66 63 255 48 53 50 255 +minecraft:light_gray_shulker_box[facing=south] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:light_gray_shulker_box[facing=west] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:light_gray_shulker_box[facing=up] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:light_gray_shulker_box[facing=down] 120 131 124 255 96 104 99 255 60 65 62 255 48 52 49 255 +minecraft:cyan_shulker_box 34 93 106 255 27 74 84 255 17 46 53 255 13 37 42 255 +minecraft:cyan_shulker_box[facing=east] 34 93 106 255 27 74 84 255 17 46 53 255 13 37 42 255 +minecraft:cyan_shulker_box[facing=south] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:cyan_shulker_box[facing=west] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:cyan_shulker_box[facing=up] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:cyan_shulker_box[facing=down] 34 92 104 255 27 73 83 255 17 46 52 255 13 36 41 255 +minecraft:purple_shulker_box 81 53 107 255 64 42 85 255 40 26 53 255 32 21 42 255 +minecraft:purple_shulker_box[facing=east] 81 53 107 255 64 42 85 255 40 26 53 255 32 21 42 255 +minecraft:purple_shulker_box[facing=south] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:purple_shulker_box[facing=west] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:purple_shulker_box[facing=up] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:purple_shulker_box[facing=down] 79 52 106 255 63 41 84 255 39 26 53 255 31 20 42 255 +minecraft:blue_shulker_box 35 69 138 255 28 55 110 255 17 34 69 255 14 27 55 255 +minecraft:blue_shulker_box[facing=east] 35 69 138 255 28 55 110 255 17 34 69 255 14 27 55 255 +minecraft:blue_shulker_box[facing=south] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:blue_shulker_box[facing=west] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:blue_shulker_box[facing=up] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:blue_shulker_box[facing=down] 34 69 136 255 27 55 108 255 17 34 68 255 13 27 54 255 +minecraft:brown_shulker_box 76 62 44 255 60 49 35 255 38 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=east] 76 62 45 255 60 49 36 255 38 31 22 255 30 24 18 255 +minecraft:brown_shulker_box[facing=south] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=west] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=up] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:brown_shulker_box[facing=down] 75 62 44 255 60 49 35 255 37 31 22 255 30 24 17 255 +minecraft:green_shulker_box 60 109 49 255 48 87 39 255 30 54 24 255 24 43 19 255 +minecraft:green_shulker_box[facing=east] 60 109 49 255 48 87 39 255 30 54 24 255 24 43 19 255 +minecraft:green_shulker_box[facing=south] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:green_shulker_box[facing=west] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:green_shulker_box[facing=up] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:green_shulker_box[facing=down] 59 107 48 255 47 85 38 255 29 53 24 255 23 42 19 255 +minecraft:red_shulker_box 115 25 28 255 92 20 22 255 57 12 14 255 46 10 11 255 +minecraft:red_shulker_box[facing=east] 115 25 28 255 92 20 22 255 57 12 14 255 46 10 11 255 +minecraft:red_shulker_box[facing=south] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:red_shulker_box[facing=west] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:red_shulker_box[facing=up] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:red_shulker_box[facing=down] 114 24 27 255 91 19 21 255 57 12 13 255 45 9 10 255 +minecraft:black_shulker_box 23 21 19 255 18 16 15 255 11 10 9 255 9 8 7 255 +minecraft:black_shulker_box[facing=east] 23 21 19 255 18 16 15 255 11 10 9 255 9 8 7 255 +minecraft:black_shulker_box[facing=south] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:black_shulker_box[facing=west] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:black_shulker_box[facing=up] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:black_shulker_box[facing=down] 22 20 18 255 17 16 14 255 11 10 9 255 8 8 7 255 +minecraft:white_glazed_terracotta 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:white_glazed_terracotta[facing=south] 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:white_glazed_terracotta[facing=west] 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:white_glazed_terracotta[facing=east] 165 159 160 255 132 127 128 255 82 79 80 255 66 63 64 255 +minecraft:orange_glazed_terracotta 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:orange_glazed_terracotta[facing=south] 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:orange_glazed_terracotta[facing=west] 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:orange_glazed_terracotta[facing=east] 191 159 123 255 152 127 98 255 95 79 61 255 76 63 49 255 +minecraft:magenta_glazed_terracotta 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:magenta_glazed_terracotta[facing=south] 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:magenta_glazed_terracotta[facing=west] 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:magenta_glazed_terracotta[facing=east] 128 99 112 255 102 79 89 255 64 49 56 255 51 39 44 255 +minecraft:light_blue_glazed_terracotta 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:light_blue_glazed_terracotta[facing=south] 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:light_blue_glazed_terracotta[facing=west] 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:light_blue_glazed_terracotta[facing=east] 127 137 159 255 101 109 127 255 63 68 79 255 50 54 63 255 +minecraft:yellow_glazed_terracotta 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:yellow_glazed_terracotta[facing=south] 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:yellow_glazed_terracotta[facing=west] 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:yellow_glazed_terracotta[facing=east] 195 171 134 255 156 136 107 255 97 85 67 255 78 68 53 255 +minecraft:lime_glazed_terracotta 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:lime_glazed_terracotta[facing=south] 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:lime_glazed_terracotta[facing=west] 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:lime_glazed_terracotta[facing=east] 114 135 107 255 91 108 85 255 57 67 53 255 45 54 42 255 +minecraft:pink_glazed_terracotta 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:pink_glazed_terracotta[facing=south] 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:pink_glazed_terracotta[facing=west] 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:pink_glazed_terracotta[facing=east] 211 179 189 255 168 143 151 255 105 89 94 255 84 71 75 255 +minecraft:gray_glazed_terracotta 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:gray_glazed_terracotta[facing=south] 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:gray_glazed_terracotta[facing=west] 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:gray_glazed_terracotta[facing=east] 161 151 136 255 128 120 108 255 80 75 68 255 64 60 54 255 +minecraft:light_gray_glazed_terracotta 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:light_gray_glazed_terracotta[facing=south] 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:light_gray_glazed_terracotta[facing=west] 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:light_gray_glazed_terracotta[facing=east] 132 136 132 255 105 108 105 255 66 68 66 255 52 54 52 255 +minecraft:cyan_glazed_terracotta 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:cyan_glazed_terracotta[facing=south] 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:cyan_glazed_terracotta[facing=west] 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:cyan_glazed_terracotta[facing=east] 138 160 156 255 110 128 124 255 69 80 78 255 55 64 62 255 +minecraft:purple_glazed_terracotta 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:purple_glazed_terracotta[facing=south] 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:purple_glazed_terracotta[facing=west] 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:purple_glazed_terracotta[facing=east] 153 136 165 255 122 108 132 255 76 68 82 255 61 54 66 255 +minecraft:blue_glazed_terracotta 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:blue_glazed_terracotta[facing=south] 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:blue_glazed_terracotta[facing=west] 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:blue_glazed_terracotta[facing=east] 148 154 167 255 118 123 133 255 74 77 83 255 59 61 66 255 +minecraft:brown_glazed_terracotta 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:brown_glazed_terracotta[facing=south] 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:brown_glazed_terracotta[facing=west] 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:brown_glazed_terracotta[facing=east] 140 130 125 255 112 104 100 255 70 65 62 255 56 52 50 255 +minecraft:green_glazed_terracotta 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:green_glazed_terracotta[facing=south] 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:green_glazed_terracotta[facing=west] 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:green_glazed_terracotta[facing=east] 131 153 133 255 104 122 106 255 65 76 66 255 52 61 53 255 +minecraft:red_glazed_terracotta 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:red_glazed_terracotta[facing=south] 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:red_glazed_terracotta[facing=west] 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:red_glazed_terracotta[facing=east] 154 120 119 255 123 96 95 255 77 60 59 255 61 48 47 255 +minecraft:black_glazed_terracotta 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:black_glazed_terracotta[facing=south] 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:black_glazed_terracotta[facing=west] 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:black_glazed_terracotta[facing=east] 140 137 136 255 112 109 108 255 70 68 68 255 56 54 54 255 +minecraft:white_concrete 219 216 212 255 175 172 169 255 109 108 106 255 87 86 84 255 +minecraft:orange_concrete 229 110 51 255 183 88 40 255 114 55 25 255 91 44 20 255 +minecraft:magenta_concrete 163 78 179 255 130 62 143 255 81 39 89 255 65 31 71 255 +minecraft:light_blue_concrete 114 143 191 255 91 114 152 255 57 71 95 255 45 57 76 255 +minecraft:yellow_concrete 201 161 43 255 160 128 34 255 100 80 21 255 80 64 17 255 +minecraft:lime_concrete 96 187 62 255 76 149 49 255 48 93 31 255 38 74 24 255 +minecraft:pink_concrete 215 146 157 255 172 116 125 255 107 73 78 255 86 58 62 255 +minecraft:gray_concrete 51 51 48 255 40 40 38 255 25 25 24 255 20 20 19 255 +minecraft:light_gray_concrete 137 145 141 255 109 116 112 255 68 72 70 255 54 58 56 255 +minecraft:cyan_concrete 44 111 125 255 35 88 100 255 22 55 62 255 17 44 50 255 +minecraft:purple_concrete 92 50 143 255 73 40 114 255 46 25 71 255 36 20 57 255 +minecraft:blue_concrete 41 66 134 255 32 52 107 255 20 33 67 255 16 26 53 255 +minecraft:brown_concrete 89 52 30 255 71 41 24 255 44 26 15 255 35 20 12 255 +minecraft:green_concrete 58 107 27 255 46 85 21 255 29 53 13 255 23 42 10 255 +minecraft:red_concrete 136 36 37 255 108 28 29 255 68 18 18 255 54 14 14 255 +minecraft:black_concrete 21 19 17 255 16 15 13 255 10 9 8 255 8 7 6 255 +minecraft:white_concrete_powder 224 221 217 255 179 176 173 255 112 110 108 255 89 88 86 255 +minecraft:orange_concrete_powder 225 104 49 255 180 83 39 255 112 52 24 255 90 41 19 255 +minecraft:magenta_concrete_powder 176 85 196 255 140 68 156 255 88 42 98 255 70 34 78 255 +minecraft:light_blue_concrete_powder 122 153 205 255 97 122 164 255 61 76 102 255 48 61 82 255 +minecraft:yellow_concrete_powder 217 178 51 255 173 142 40 255 108 89 25 255 86 71 20 255 +minecraft:lime_concrete_powder 98 190 63 255 78 152 50 255 49 95 31 255 39 76 25 255 +minecraft:pink_concrete_powder 224 153 165 255 179 122 132 255 112 76 82 255 89 61 66 255 +minecraft:gray_concrete_powder 56 54 52 255 44 43 41 255 28 27 26 255 22 21 20 255 +minecraft:light_gray_concrete_powder 131 140 135 255 104 112 108 255 65 70 67 255 52 56 54 255 +minecraft:cyan_concrete_powder 44 107 119 255 35 85 95 255 22 53 59 255 17 42 47 255 +minecraft:purple_concrete_powder 97 49 150 255 77 39 120 255 48 24 75 255 38 19 60 255 +minecraft:blue_concrete_powder 44 67 137 255 35 53 109 255 22 33 68 255 17 26 54 255 +minecraft:brown_concrete_powder 88 52 31 255 70 41 24 255 44 26 15 255 35 20 12 255 +minecraft:green_concrete_powder 56 102 28 255 44 81 22 255 28 51 14 255 22 40 11 255 +minecraft:red_concrete_powder 136 35 37 255 108 28 29 255 68 17 18 255 54 14 14 255 +minecraft:black_concrete_powder 26 23 22 255 20 18 17 255 13 11 11 255 10 9 8 255 +minecraft:kelp 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=1] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=2] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=3] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=4] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=5] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=6] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=7] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=8] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=9] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=10] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=11] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=12] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=13] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=14] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=15] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=16] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=17] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=18] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=19] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=20] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=21] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=22] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=23] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=24] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp[age=25] 46 92 16 39 36 73 12 39 23 46 8 39 18 36 6 39 +minecraft:kelp_plant 33 74 12 58 26 59 9 58 16 37 6 58 13 29 4 58 +minecraft:dried_kelp_block 47 57 43 255 37 45 34 255 23 28 21 255 18 22 17 255 +minecraft:turtle_egg 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=1,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=1,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:turtle_egg[eggs=2,hatch=0] 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=2,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=2,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:turtle_egg[eggs=3,hatch=0] 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=3,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=3,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:turtle_egg[eggs=4,hatch=0] 185 176 148 132 148 140 118 132 92 88 74 132 74 70 59 132 +minecraft:turtle_egg[eggs=4,hatch=1] 181 172 145 132 144 137 116 132 90 86 72 132 72 68 58 132 +minecraft:turtle_egg[eggs=4,hatch=2] 173 165 139 132 138 132 111 132 86 82 69 132 69 66 55 132 +minecraft:dead_tube_coral_block 158 150 128 255 126 120 102 255 79 75 64 255 63 60 51 255 +minecraft:dead_brain_coral_block 194 188 169 255 155 150 135 255 97 94 84 255 77 75 67 255 +minecraft:dead_bubble_coral_block 150 144 126 255 120 115 100 255 75 72 63 255 60 57 50 255 +minecraft:dead_fire_coral_block 122 117 100 255 97 93 80 255 61 58 50 255 48 46 40 255 +minecraft:dead_horn_coral_block 139 132 111 255 111 105 88 255 69 66 55 255 55 52 44 255 +minecraft:tube_coral_block 44 60 204 255 35 48 163 255 22 30 102 255 17 24 81 255 +minecraft:brain_coral_block 188 122 132 255 150 97 105 255 94 61 66 255 75 48 52 255 +minecraft:bubble_coral_block 134 107 169 255 107 85 135 255 67 53 84 255 53 42 67 255 +minecraft:fire_coral_block 139 60 50 255 111 48 40 255 69 30 25 255 55 24 20 255 +minecraft:horn_coral_block 172 132 51 255 137 105 40 255 86 66 25 255 68 52 20 255 +minecraft:dead_tube_coral 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_tube_coral[waterlogged=false] 153 146 123 143 122 116 98 143 76 73 61 143 61 58 49 143 +minecraft:dead_brain_coral 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_brain_coral[waterlogged=false] 191 185 166 124 152 148 132 124 95 92 83 124 76 74 66 124 +minecraft:dead_bubble_coral 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_bubble_coral[waterlogged=false] 143 137 117 149 114 109 93 149 71 68 58 149 57 54 46 149 +minecraft:dead_fire_coral 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_fire_coral[waterlogged=false] 158 151 130 70 126 120 104 70 79 75 65 70 63 60 52 70 +minecraft:dead_horn_coral 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:dead_horn_coral[waterlogged=false] 140 132 109 90 112 105 87 90 70 66 54 90 56 52 43 90 +minecraft:tube_coral 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:tube_coral[waterlogged=false] 45 64 218 143 36 51 174 143 22 32 109 143 18 25 87 143 +minecraft:brain_coral 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:brain_coral[waterlogged=false] 185 115 125 124 148 92 100 124 92 57 62 124 74 46 50 124 +minecraft:bubble_coral 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:bubble_coral[waterlogged=false] 119 84 151 144 95 67 120 144 59 42 75 144 47 33 60 144 +minecraft:fire_coral 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:fire_coral[waterlogged=false] 164 67 57 70 131 53 45 70 82 33 28 70 65 26 22 70 +minecraft:horn_coral 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:horn_coral[waterlogged=false] 160 117 43 90 128 93 34 90 80 58 21 90 64 46 17 90 +minecraft:dead_tube_coral_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_fan[waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_fan[waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_fan[waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_fan[waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_fan[waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_fan[waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_fan[waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_fan[waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_fan[waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:dead_tube_coral_wall_fan 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 172 165 144 109 137 132 115 109 86 82 72 109 68 66 57 109 +minecraft:dead_brain_coral_wall_fan 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 189 183 163 94 151 146 130 94 94 91 81 94 75 73 65 94 +minecraft:dead_bubble_coral_wall_fan 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 181 175 155 127 144 140 124 127 90 87 77 127 72 70 62 127 +minecraft:dead_fire_coral_wall_fan 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 151 144 125 109 120 115 100 109 75 72 62 109 60 57 50 109 +minecraft:dead_horn_coral_wall_fan 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 171 164 142 94 136 131 113 94 85 82 71 94 68 65 56 94 +minecraft:tube_coral_wall_fan 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 61 70 218 109 48 56 174 109 30 35 109 109 24 28 87 109 +minecraft:brain_coral_wall_fan 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 184 118 129 94 147 94 103 94 92 59 64 94 73 47 51 94 +minecraft:bubble_coral_wall_fan 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 147 110 179 127 117 88 143 127 73 55 89 127 58 44 71 127 +minecraft:fire_coral_wall_fan 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 168 72 64 109 134 57 51 109 84 36 32 109 67 28 25 109 +minecraft:horn_coral_wall_fan 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 198 163 68 94 158 130 54 94 99 81 34 94 79 65 27 94 +minecraft:sea_pickle 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=1,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=2,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=3,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=true] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:sea_pickle[pickles=4,waterlogged=false] 78 83 37 212 62 66 29 212 39 41 18 212 31 33 14 212 +minecraft:blue_ice 126 192 250 255 100 153 200 255 63 96 125 255 50 76 100 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 64 61 40 69 51 48 32 69 32 30 20 69 25 24 16 69 +minecraft:bamboo 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 111 133 66 255 88 106 52 255 55 66 33 255 44 53 26 255 +minecraft:potted_bamboo 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:polished_granite_stairs 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:smooth_red_sandstone_stairs 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:mossy_stone_brick_stairs 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:polished_diorite_stairs 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:mossy_cobblestone_stairs 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:end_stone_brick_stairs 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:stone_stairs 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 121 134 127 255 96 107 101 255 60 67 63 255 48 53 50 255 +minecraft:smooth_sandstone_stairs 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_quartz_stairs 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:granite_stairs 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:andesite_stairs 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:red_nether_brick_stairs 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:polished_andesite_stairs 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:diorite_stairs 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:polished_granite_slab 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 169 93 57 255 135 74 45 255 84 46 28 255 67 37 22 255 +minecraft:smooth_red_sandstone_slab 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 142 88 53 255 113 70 42 255 71 44 26 255 56 35 21 255 +minecraft:mossy_stone_brick_slab 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:polished_diorite_slab 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 205 199 187 255 164 159 149 255 102 99 93 255 82 79 74 255 +minecraft:mossy_cobblestone_slab 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 83 104 73 255 66 83 58 255 41 52 36 255 33 41 29 255 +minecraft:end_stone_brick_slab 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:smooth_sandstone_slab 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 214 200 152 255 171 160 121 255 107 100 76 255 85 80 60 255 +minecraft:smooth_quartz_slab 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 213 210 203 255 170 168 162 255 106 105 101 255 85 84 81 255 +minecraft:granite_slab 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=top,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=double,waterlogged=true] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_slab[type=double,waterlogged=false] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:andesite_slab 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=top,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=double,waterlogged=true] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_slab[type=double,waterlogged=false] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:red_nether_brick_slab 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:polished_andesite_slab 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 76 82 78 255 60 65 62 255 38 41 39 255 30 32 31 255 +minecraft:diorite_slab 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=top,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=double,waterlogged=true] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_slab[type=double,waterlogged=false] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:brick_wall 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 93 66 255 113 74 52 255 71 46 33 255 56 37 26 255 +minecraft:prismarine_wall 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 34 76 56 255 27 60 44 255 17 38 28 255 13 30 22 255 +minecraft:red_sandstone_wall 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 134 83 50 255 107 66 40 255 67 41 25 255 53 33 20 255 +minecraft:mossy_stone_brick_wall 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 110 87 255 72 88 69 255 45 55 43 255 36 44 34 255 +minecraft:granite_wall 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 85 53 255 118 68 42 255 74 42 26 255 59 34 21 255 +minecraft:stone_brick_wall 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 124 117 255 88 99 93 255 55 62 58 255 44 49 46 255 +minecraft:nether_brick_wall 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 51 27 33 255 40 21 26 255 25 13 16 255 20 10 13 255 +minecraft:andesite_wall 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 81 84 77 255 64 67 61 255 40 42 38 255 32 33 30 255 +minecraft:red_nether_brick_wall 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 49 15 18 255 39 12 14 255 24 7 9 255 19 6 7 255 +minecraft:sandstone_wall 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 205 189 142 255 164 151 113 255 102 94 71 255 82 75 56 255 +minecraft:end_stone_brick_wall 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 175 177 155 255 140 141 124 255 87 88 77 255 70 70 62 255 +minecraft:diorite_wall 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 187 188 172 255 149 150 137 255 93 94 86 255 74 75 68 255 +minecraft:scaffolding 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 126 94 60 219 100 75 48 219 63 47 30 219 50 37 24 219 +minecraft:loom 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:loom[facing=south] 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:loom[facing=west] 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:loom[facing=east] 88 71 51 255 70 56 40 255 44 35 25 255 35 28 20 255 +minecraft:barrel 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=north,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=east,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=east,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=south,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=south,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=west,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=west,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=up,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=up,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=down,open=true] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:barrel[facing=down,open=false] 62 50 37 255 49 40 29 255 31 25 18 255 24 20 14 255 +minecraft:smoker 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=north,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=south,lit=true] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=south,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=west,lit=true] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=west,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=east,lit=true] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:smoker[facing=east,lit=false] 86 92 90 255 68 73 72 255 43 46 45 255 34 36 36 255 +minecraft:blast_furnace 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=north,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=south,lit=true] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=south,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=west,lit=true] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=west,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=east,lit=true] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:blast_furnace[facing=east,lit=false] 74 77 72 255 59 61 57 255 37 38 36 255 29 30 28 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 160 157 149 255 128 125 119 255 80 78 74 255 64 62 59 255 +minecraft:grindstone 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=floor,facing=south] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=floor,facing=west] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=floor,facing=east] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=north] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=south] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=west] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=wall,facing=east] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=north] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=south] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=west] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:grindstone[face=ceiling,facing=east] 54 43 22 255 43 34 17 255 27 21 11 255 21 17 8 255 +minecraft:lectern 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=north,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=north,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=south,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=west,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=true,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=true] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:lectern[facing=east,has_book=false,powered=false] 53 42 29 207 42 33 23 207 26 21 14 207 21 16 11 207 +minecraft:smithing_table 34 34 34 255 27 27 27 255 17 17 17 255 13 13 13 255 +minecraft:stonecutter 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:stonecutter[facing=south] 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:stonecutter[facing=west] 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:stonecutter[facing=east] 106 117 108 255 84 93 86 255 53 58 54 255 42 46 43 255 +minecraft:bell 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 197 164 80 57 157 131 64 57 98 82 40 57 78 65 32 57 +minecraft:lantern 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:lantern[hanging=true,waterlogged=false] 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:lantern[hanging=false,waterlogged=true] 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:lantern[hanging=false,waterlogged=false] 137 107 72 11 109 85 57 11 68 53 36 11 54 42 28 11 +minecraft:soul_lantern 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:soul_lantern[hanging=true,waterlogged=false] 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:soul_lantern[hanging=false,waterlogged=true] 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:soul_lantern[hanging=false,waterlogged=false] 59 97 93 11 47 77 74 11 29 48 46 11 23 38 37 11 +minecraft:campfire 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 55 52 51 207 44 41 40 207 27 26 25 207 22 20 20 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:warped_stem[axis=y] 59 96 107 255 47 76 85 255 29 48 53 255 23 38 42 255 +minecraft:warped_stem[axis=z] 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:stripped_warped_stem 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:stripped_warped_stem[axis=y] 79 128 134 255 63 102 107 255 39 64 67 255 31 51 53 255 +minecraft:stripped_warped_stem[axis=z] 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:warped_hyphae 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:warped_hyphae[axis=y] 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:warped_hyphae[axis=z] 37 51 74 255 29 40 59 255 18 25 37 255 14 20 29 255 +minecraft:stripped_warped_hyphae 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:stripped_warped_hyphae[axis=y] 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:stripped_warped_hyphae[axis=z] 84 135 139 255 67 108 111 255 42 67 69 255 33 54 55 255 +minecraft:warped_nylium 24 95 95 255 19 76 76 255 12 47 47 255 9 38 38 255 +minecraft:warped_fungus 62 84 94 68 49 67 75 68 31 42 47 68 24 33 37 68 +minecraft:warped_wart_block 28 94 99 255 22 75 79 255 14 47 49 255 11 37 39 255 +minecraft:warped_roots 4 109 111 100 3 87 88 100 2 54 55 100 1 43 44 100 +minecraft:nether_sprouts 2 102 107 13 1 81 85 13 1 51 53 13 0 40 42 13 +minecraft:crimson_stem 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:crimson_stem[axis=y] 70 31 43 255 56 24 34 255 35 15 21 255 28 12 17 255 +minecraft:crimson_stem[axis=z] 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:stripped_crimson_stem 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:stripped_crimson_stem[axis=y] 90 30 49 255 72 24 39 255 45 15 24 255 36 12 19 255 +minecraft:stripped_crimson_stem[axis=z] 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:crimson_hyphae 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:crimson_hyphae[axis=y] 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:crimson_hyphae[axis=z] 49 36 39 255 39 28 31 255 24 18 19 255 19 14 15 255 +minecraft:stripped_crimson_hyphae 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:stripped_crimson_hyphae[axis=y] 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:stripped_crimson_hyphae[axis=z] 85 28 47 255 68 22 37 255 42 14 23 255 34 11 18 255 +minecraft:crimson_nylium 70 10 19 255 56 8 15 255 35 5 9 255 28 4 7 255 +minecraft:crimson_fungus 93 27 21 38 74 21 16 38 46 13 10 38 37 10 8 38 +minecraft:shroomlight 248 161 92 255 198 128 73 255 124 80 46 255 99 64 36 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 121 33 14 97 96 26 11 97 60 16 7 97 48 13 5 97 +minecraft:twisting_vines 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=1] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=2] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=3] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=4] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=5] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=6] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=7] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=8] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=9] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=10] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=11] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=12] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=13] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=14] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=15] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=16] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=17] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=18] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=19] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=20] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=21] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=22] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=23] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=24] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines[age=25] 25 87 95 88 20 69 76 88 12 43 47 88 10 34 38 88 +minecraft:twisting_vines_plant 28 95 99 122 22 76 79 122 14 47 49 122 11 38 39 122 +minecraft:crimson_roots 107 29 35 104 85 23 28 104 53 14 17 104 42 11 14 104 +minecraft:crimson_planks 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_planks 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_slab 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=top,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=double,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_slab[type=double,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_slab 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=top,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=double,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_slab[type=double,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_pressure_plate 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_pressure_plate[powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_pressure_plate 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_pressure_plate[powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_fence 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_fence 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_fence_gate 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_stairs 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_stairs 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_button 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 75 27 48 255 60 21 38 255 37 13 24 255 30 10 19 255 +minecraft:warped_button 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 21 72 62 255 16 57 49 255 10 36 31 255 8 28 24 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:warped_sign 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:crimson_wall_sign 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 94 35 60 10 75 28 48 10 47 17 30 10 37 14 24 10 +minecraft:warped_wall_sign 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 26 91 78 10 20 72 62 10 13 45 39 10 10 36 31 10 +minecraft:structure_block 60 72 96 254 48 57 76 254 30 36 48 254 24 28 38 254 +minecraft:structure_block[mode=load] 61 73 96 254 48 58 76 254 30 36 48 254 24 29 38 254 +minecraft:structure_block[mode=corner] 62 70 88 254 49 56 70 254 31 35 44 254 24 28 35 254 +minecraft:structure_block[mode=data] 66 75 94 254 52 60 75 254 33 37 47 254 26 30 37 254 +minecraft:jigsaw 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=down_north] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=down_south] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=down_west] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_east] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_north] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_south] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=up_west] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=west_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=east_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=north_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:jigsaw[orientation=south_up] 96 85 59 254 76 68 47 254 48 42 29 254 38 34 23 254 +minecraft:composter 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=1] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=2] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=3] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=4] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=5] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=6] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=7] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:composter[level=8] 56 51 33 143 44 40 26 143 28 25 16 143 22 20 13 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=north,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=0] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=south,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=0] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=west,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=0] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=1] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=2] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=3] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=4] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:bee_nest[facing=east,honey_level=5] 108 89 41 255 86 71 32 255 54 44 20 255 43 35 16 255 +minecraft:beehive 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=north,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=0] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=south,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=0] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=west,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=0] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=1] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=2] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=3] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=4] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:beehive[facing=east,honey_level=5] 75 60 39 255 60 48 31 255 37 30 19 255 30 24 15 255 +minecraft:honey_block 238 174 56 153 190 139 44 153 119 87 28 153 95 69 22 153 +minecraft:honeycomb_block 203 146 27 255 162 116 21 255 101 73 13 255 81 58 10 255 +minecraft:netherite_block 54 48 43 255 43 38 34 255 27 24 21 255 21 19 17 255 +minecraft:ancient_debris 56 34 24 255 44 27 19 255 28 17 12 255 22 13 9 255 +minecraft:crying_obsidian 58 44 74 255 46 35 59 255 29 22 37 255 23 17 29 255 +minecraft:respawn_anchor 19 18 23 255 15 14 18 255 9 9 11 255 7 7 9 255 +minecraft:respawn_anchor[charges=1] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:respawn_anchor[charges=2] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:respawn_anchor[charges=3] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:respawn_anchor[charges=4] 43 18 64 255 34 14 51 255 21 9 32 255 17 7 25 255 +minecraft:potted_crimson_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_fungus 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_crimson_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:potted_warped_roots 143 91 60 49 114 72 48 49 71 45 30 49 57 36 24 49 +minecraft:lodestone 72 78 72 255 57 62 57 255 36 39 36 255 28 31 28 255 +minecraft:blackstone 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_stairs 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:blackstone_slab 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:polished_blackstone 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_bricks 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:cracked_polished_blackstone_bricks 42 38 49 255 33 30 39 255 21 19 24 255 16 15 19 255 +minecraft:chiseled_polished_blackstone 43 39 50 255 34 31 40 255 21 19 25 255 17 15 20 255 +minecraft:polished_blackstone_brick_slab 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 40 51 255 34 32 40 255 21 20 25 255 17 16 20 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_pressure_plate 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 40 36 48 255 32 28 38 255 20 18 24 255 16 14 19 255 +minecraft:chiseled_nether_bricks 52 27 34 255 41 21 27 255 26 13 17 255 20 10 13 255 +minecraft:cracked_nether_bricks 48 25 31 255 38 20 24 255 24 12 15 255 19 10 12 255 +minecraft:quartz_bricks 193 186 176 255 154 148 140 255 96 93 88 255 77 74 70 255 +minecraft:candle 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 184 176 123 20 147 140 98 20 92 88 61 20 73 70 49 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 181 168 112 20 144 134 89 20 90 84 56 20 72 67 44 20 +minecraft:white_candle 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 164 161 150 20 131 128 120 20 82 80 75 20 65 64 60 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 146 144 142 20 116 115 113 20 73 72 71 20 58 57 56 20 +minecraft:orange_candle 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 164 118 61 20 131 94 48 20 82 59 30 20 65 47 24 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 146 68 33 20 116 54 26 20 73 34 16 20 58 27 13 20 +minecraft:magenta_candle 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 148 111 138 20 118 88 110 20 74 55 69 20 59 44 55 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 114 56 128 20 91 44 102 20 57 28 64 20 45 22 51 20 +minecraft:light_blue_candle 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 130 137 145 20 104 109 116 20 65 68 72 20 52 54 58 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 80 101 136 20 64 80 108 20 40 50 68 20 32 40 54 20 +minecraft:yellow_candle 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 162 146 62 20 129 116 49 20 81 73 31 20 64 58 24 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 140 117 34 20 112 93 27 20 70 58 17 20 56 46 13 20 +minecraft:lime_candle 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 121 150 69 20 96 120 55 20 60 75 34 20 48 60 27 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 63 124 42 20 50 99 33 20 31 62 21 20 25 49 16 20 +minecraft:pink_candle 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 164 136 124 20 131 108 99 20 82 68 62 20 65 54 49 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 144 100 110 20 115 80 88 20 72 50 55 20 57 40 44 20 +minecraft:gray_candle 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 107 99 63 20 85 79 50 20 53 49 31 20 42 39 25 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 37 36 35 20 29 28 28 20 18 18 17 20 14 14 14 20 +minecraft:light_gray_candle 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 132 131 106 20 105 104 84 20 66 65 53 20 52 52 42 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 83 91 88 20 66 72 70 20 41 45 44 20 33 36 35 20 +minecraft:cyan_candle 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 103 119 98 20 82 95 78 20 51 59 49 20 41 47 39 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 29 70 79 20 23 56 63 20 14 35 39 20 11 28 31 20 +minecraft:purple_candle 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 121 98 116 20 96 78 92 20 60 49 58 20 48 39 46 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 63 33 100 20 50 26 80 20 31 16 50 20 25 13 40 20 +minecraft:blue_candle 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 103 104 108 20 82 83 86 20 51 52 54 20 41 41 43 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 28 44 90 20 22 35 72 20 14 22 45 20 11 17 36 20 +minecraft:brown_candle 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 118 98 51 20 94 78 40 20 59 49 25 20 47 39 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 56 34 21 20 44 27 16 20 28 17 10 20 22 13 8 20 +minecraft:green_candle 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 107 118 50 20 85 94 40 20 53 59 25 20 42 47 20 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 36 68 19 20 28 54 15 20 18 34 9 20 14 27 7 20 +minecraft:red_candle 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 134 92 55 20 107 73 44 20 67 46 27 20 53 36 22 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 87 24 26 20 69 19 20 20 43 12 13 20 34 9 10 20 +minecraft:black_candle 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 98 88 47 20 78 70 37 20 49 44 23 20 39 35 18 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 18 17 16 20 14 13 12 20 9 8 8 20 7 6 6 20 +minecraft:candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:white_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:orange_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:magenta_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:yellow_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:lime_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:pink_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:light_gray_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:cyan_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:purple_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:blue_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:brown_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:green_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:red_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:black_candle_cake[lit=false] 196 188 189 195 156 150 151 195 98 94 94 195 78 75 75 195 +minecraft:amethyst_block 158 101 202 255 126 80 161 255 79 50 101 255 63 40 80 255 +minecraft:budding_amethyst 148 94 189 255 118 75 151 255 74 47 94 255 59 37 75 255 +minecraft:amethyst_cluster 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 144 95 175 121 115 76 140 121 72 47 87 121 57 38 70 121 +minecraft:large_amethyst_bud 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 142 93 173 69 113 74 138 69 71 46 86 69 56 37 69 69 +minecraft:medium_amethyst_bud 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 137 87 168 41 109 69 134 41 68 43 84 41 54 34 67 41 +minecraft:small_amethyst_bud 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 132 84 162 22 105 67 129 22 66 42 81 22 52 33 64 22 +minecraft:tuff 83 86 85 255 66 68 68 255 41 43 42 255 33 34 34 255 +minecraft:calcite 197 195 192 255 157 156 153 255 98 97 96 255 78 78 76 255 +minecraft:tinted_glass 60 59 54 194 48 47 43 194 30 29 27 194 24 23 21 194 +minecraft:powder_snow 214 225 233 255 171 180 186 255 107 112 116 255 85 90 93 255 +minecraft:sculk_sensor 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 5 14 30 127 4 11 24 127 2 7 15 127 2 5 12 127 +minecraft:oxidized_copper 36 99 79 255 28 79 63 255 18 49 39 255 14 39 31 255 +minecraft:weathered_copper 60 96 69 255 48 76 55 255 30 48 34 255 24 38 27 255 +minecraft:exposed_copper 113 77 40 255 90 61 32 255 56 38 20 255 45 30 16 255 +minecraft:copper_block 141 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:copper_ore 115 118 105 255 92 94 84 255 57 59 52 255 46 47 42 255 +minecraft:deepslate_copper_ore 75 67 63 255 60 53 50 255 37 33 31 255 30 26 25 255 +minecraft:oxidized_cut_copper 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:weathered_cut_copper 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:exposed_cut_copper 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:cut_copper 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:oxidized_cut_copper_stairs 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:weathered_cut_copper_stairs 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:exposed_cut_copper_stairs 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:cut_copper_stairs 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:oxidized_cut_copper_slab 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:weathered_cut_copper_slab 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:exposed_cut_copper_slab 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:cut_copper_slab 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_copper_block 141 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_weathered_copper 60 96 69 255 48 76 55 255 30 48 34 255 24 38 27 255 +minecraft:waxed_exposed_copper 113 77 40 255 90 61 32 255 56 38 20 255 45 30 16 255 +minecraft:waxed_oxidized_copper 36 99 79 255 28 79 63 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_weathered_cut_copper 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_exposed_cut_copper 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_cut_copper 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_oxidized_cut_copper_stairs 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_weathered_cut_copper_stairs 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_exposed_cut_copper_stairs 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_cut_copper_stairs 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_oxidized_cut_copper_slab 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 36 98 78 255 28 78 62 255 18 49 39 255 14 39 31 255 +minecraft:waxed_weathered_cut_copper_slab 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 60 95 68 255 48 76 54 255 30 47 34 255 24 38 27 255 +minecraft:waxed_exposed_cut_copper_slab 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 112 77 40 255 89 61 32 255 56 38 20 255 44 30 16 255 +minecraft:waxed_cut_copper_slab 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 140 76 33 255 112 60 26 255 70 38 16 255 56 30 13 255 +minecraft:pointed_dripstone 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 81 60 57 61 64 48 45 61 40 30 28 61 32 24 22 61 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 77 57 53 52 61 45 42 52 38 28 26 52 30 22 21 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 77 57 53 52 61 45 42 52 38 28 26 52 30 22 21 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 77 56 53 45 61 44 42 45 38 28 26 45 30 22 21 45 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 77 56 53 45 61 44 42 45 38 28 26 45 30 22 21 45 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 83 61 57 156 66 48 45 156 41 30 28 156 33 24 22 156 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 83 61 57 156 66 48 45 156 41 30 28 156 33 24 22 156 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 83 61 57 154 66 48 45 154 41 30 28 154 33 24 22 154 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 83 61 57 154 66 48 45 154 41 30 28 154 33 24 22 154 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 84 62 58 174 67 49 46 174 42 31 29 174 33 24 23 174 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 85 62 58 216 68 49 46 216 42 31 29 216 34 24 23 216 +minecraft:dripstone_block 94 70 66 255 75 56 52 255 47 35 33 255 37 28 26 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 97 147 123 164 77 117 123 103 48 73 123 82 38 58 123 +minecraft:azalea 85 107 55 160 68 85 44 160 42 53 27 160 34 42 22 160 +minecraft:flowering_azalea 101 108 79 161 80 86 63 161 50 54 39 161 40 43 31 161 +minecraft:moss_carpet 51 62 25 255 40 49 20 255 25 31 12 255 20 24 10 255 +minecraft:moss_block 51 62 25 255 40 49 20 255 25 31 12 255 20 24 10 255 +minecraft:big_dripleaf_stem 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 23 85 40 102 18 68 32 102 11 42 20 102 9 34 16 102 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 42 78 39 105 33 62 31 105 21 39 19 105 16 31 15 105 +minecraft:hanging_roots 98 76 49 40 78 60 39 40 49 38 24 40 39 30 19 40 +minecraft:hanging_roots[waterlogged=false] 98 76 49 40 78 60 39 40 49 38 24 40 39 30 19 40 +minecraft:rooted_dirt 78 57 40 255 62 45 32 255 39 28 20 255 31 22 16 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 75 74 81 255 60 59 64 255 37 37 40 255 30 29 32 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 113 121 113 255 90 96 90 255 56 60 56 255 45 48 45 255 +minecraft:raw_iron_block 136 98 76 255 108 78 60 255 68 49 38 255 54 39 30 255 +minecraft:raw_copper_block 127 88 45 255 101 70 36 255 63 44 22 255 50 35 18 255 +minecraft:raw_gold_block 165 128 47 255 132 102 37 255 82 64 23 255 66 51 18 255 diff --git a/dynmap/colorschemes/flames.txt b/dynmap/colorschemes/flames.txt new file mode 100644 index 0000000..96c3a57 --- /dev/null +++ b/dynmap/colorschemes/flames.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/dynmap/colorschemes/misa.txt b/dynmap/colorschemes/misa.txt new file mode 100644 index 0000000..5e765d3 --- /dev/null +++ b/dynmap/colorschemes/misa.txt @@ -0,0 +1,19742 @@ +minecraft:stone 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:granite 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:polished_granite 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:diorite 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:polished_diorite 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:andesite 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:polished_andesite 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:grass_block 53 71 31 255 42 56 24 255 26 35 15 255 21 28 12 255 +minecraft:grass_block[snowy=false] 53 71 31 255 42 56 24 255 26 35 15 255 21 28 12 255 +minecraft:dirt 68 54 39 255 54 43 31 255 34 27 19 255 27 21 15 255 +minecraft:coarse_dirt 92 79 64 255 73 63 51 255 46 39 32 255 36 31 25 255 +minecraft:podzol 115 104 88 255 92 83 70 255 57 52 44 255 46 41 35 255 +minecraft:podzol[snowy=false] 89 76 46 255 71 60 36 255 44 38 23 255 35 30 18 255 +minecraft:cobblestone 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:oak_planks 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_planks 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_planks 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_planks 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_planks 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_planks 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:oak_sapling 71 82 59 73 56 65 47 73 35 41 29 73 28 32 23 73 +minecraft:oak_sapling[stage=1] 71 82 59 73 56 65 47 73 35 41 29 73 28 32 23 73 +minecraft:spruce_sapling 60 81 67 91 48 64 53 91 30 40 33 91 24 32 26 91 +minecraft:spruce_sapling[stage=1] 60 81 67 91 48 64 53 91 30 40 33 91 24 32 26 91 +minecraft:birch_sapling 91 90 48 98 72 72 38 98 45 45 24 98 36 36 19 98 +minecraft:birch_sapling[stage=1] 91 90 48 98 72 72 38 98 45 45 24 98 36 36 19 98 +minecraft:jungle_sapling 64 84 48 106 51 67 38 106 32 42 24 106 25 33 19 106 +minecraft:jungle_sapling[stage=1] 64 84 48 106 51 67 38 106 32 42 24 106 25 33 19 106 +minecraft:acacia_sapling 88 93 51 64 70 74 40 64 44 46 25 64 35 37 20 64 +minecraft:acacia_sapling[stage=1] 88 93 51 64 70 74 40 64 44 46 25 64 35 37 20 64 +minecraft:dark_oak_sapling 40 45 32 110 32 36 25 110 20 22 16 110 16 18 12 110 +minecraft:dark_oak_sapling[stage=1] 40 45 32 110 32 36 25 110 20 22 16 110 16 18 12 110 +minecraft:bedrock 65 60 56 255 52 48 44 255 32 30 28 255 26 24 22 255 +minecraft:water 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=1] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=2] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=3] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=4] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=5] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=6] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=7] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=8] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=9] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=10] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=11] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=12] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=13] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=14] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:water[level=15] 154 154 154 218 123 123 123 218 77 77 77 218 61 61 61 218 +minecraft:lava 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=1] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=2] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=3] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=4] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=5] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=6] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=7] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=8] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=9] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=10] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=11] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=12] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=13] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=14] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:lava[level=15] 200 63 39 255 160 50 31 255 100 31 19 255 80 25 15 255 +minecraft:sand 172 146 99 255 137 116 79 255 86 73 49 255 68 58 39 255 +minecraft:red_sand 145 89 58 255 116 71 46 255 72 44 29 255 58 35 23 255 +minecraft:gravel 115 103 88 255 92 82 70 255 57 51 44 255 46 41 35 255 +minecraft:gold_ore 101 98 84 255 80 78 67 255 50 49 42 255 40 39 33 255 +minecraft:deepslate_gold_ore 67 64 49 255 53 51 39 255 33 32 24 255 26 25 19 255 +minecraft:iron_ore 108 87 78 255 86 69 62 255 54 43 39 255 43 34 31 255 +minecraft:deepslate_iron_ore 83 63 55 255 66 50 44 255 41 31 27 255 33 25 22 255 +minecraft:coal_ore 73 73 72 255 58 58 57 255 36 36 36 255 29 29 28 255 +minecraft:deepslate_coal_ore 44 45 46 255 35 36 36 255 22 22 23 255 17 18 18 255 +minecraft:nether_gold_ore 113 68 52 255 90 54 41 255 56 34 26 255 45 27 20 255 +minecraft:oak_log 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:oak_log[axis=y] 132 103 64 255 105 82 51 255 66 51 32 255 52 41 25 255 +minecraft:oak_log[axis=z] 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:spruce_log 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:spruce_log[axis=y] 104 80 59 255 83 64 47 255 52 40 29 255 41 32 23 255 +minecraft:spruce_log[axis=z] 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:birch_log 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:birch_log[axis=y] 151 136 107 255 120 108 85 255 75 68 53 255 60 54 42 255 +minecraft:birch_log[axis=z] 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:jungle_log 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:jungle_log[axis=y] 113 82 59 255 90 65 47 255 56 41 29 255 45 32 23 255 +minecraft:jungle_log[axis=z] 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:acacia_log 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:acacia_log[axis=y] 120 70 50 255 96 56 40 255 60 35 25 255 48 28 20 255 +minecraft:acacia_log[axis=z] 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:dark_oak_log 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:dark_oak_log[axis=y] 47 36 26 255 37 28 20 255 23 18 13 255 18 14 10 255 +minecraft:dark_oak_log[axis=z] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:stripped_spruce_log 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_spruce_log[axis=y] 111 86 63 255 88 68 50 255 55 43 31 255 44 34 25 255 +minecraft:stripped_spruce_log[axis=z] 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_birch_log 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_birch_log[axis=y] 158 142 110 255 126 113 88 255 79 71 55 255 63 56 44 255 +minecraft:stripped_birch_log[axis=z] 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_jungle_log 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_jungle_log[axis=y] 128 91 65 255 102 72 52 255 64 45 32 255 51 36 26 255 +minecraft:stripped_jungle_log[axis=z] 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_acacia_log 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_log[axis=y] 127 69 47 255 101 55 37 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_log[axis=z] 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_dark_oak_log 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_dark_oak_log[axis=y] 49 37 28 255 39 29 22 255 24 18 14 255 19 14 11 255 +minecraft:stripped_dark_oak_log[axis=z] 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_oak_log 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_oak_log[axis=y] 145 113 68 255 116 90 54 255 72 56 34 255 58 45 27 255 +minecraft:stripped_oak_log[axis=z] 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:oak_wood 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:oak_wood[axis=y] 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:oak_wood[axis=z] 69 52 34 255 55 41 27 255 34 26 17 255 27 20 13 255 +minecraft:spruce_wood 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:spruce_wood[axis=y] 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:spruce_wood[axis=z] 58 50 42 255 46 40 33 255 29 25 21 255 23 20 16 255 +minecraft:birch_wood 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:birch_wood[axis=y] 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:birch_wood[axis=z] 117 113 100 255 93 90 80 255 58 56 50 255 46 45 40 255 +minecraft:jungle_wood 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:jungle_wood[axis=y] 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:jungle_wood[axis=z] 49 43 28 255 39 34 22 255 24 21 14 255 19 17 11 255 +minecraft:acacia_wood 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:acacia_wood[axis=y] 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:acacia_wood[axis=z] 82 76 72 255 65 60 57 255 41 38 36 255 32 30 28 255 +minecraft:dark_oak_wood 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:dark_oak_wood[axis=y] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:dark_oak_wood[axis=z] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:stripped_oak_wood 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_oak_wood[axis=y] 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_oak_wood[axis=z] 122 92 52 255 97 73 41 255 61 46 26 255 48 36 20 255 +minecraft:stripped_spruce_wood 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_spruce_wood[axis=y] 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_spruce_wood[axis=z] 96 74 54 255 76 59 43 255 48 37 27 255 38 29 21 255 +minecraft:stripped_birch_wood 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_birch_wood[axis=y] 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_birch_wood[axis=z] 145 132 101 255 116 105 80 255 72 66 50 255 58 52 40 255 +minecraft:stripped_jungle_wood 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_jungle_wood[axis=y] 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_jungle_wood[axis=z] 118 83 58 255 94 66 46 255 59 41 29 255 47 33 23 255 +minecraft:stripped_acacia_wood 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_wood[axis=y] 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_acacia_wood[axis=z] 126 68 46 255 100 54 36 255 63 34 23 255 50 27 18 255 +minecraft:stripped_dark_oak_wood 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_dark_oak_wood[axis=y] 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:stripped_dark_oak_wood[axis=z] 49 36 27 255 39 28 21 255 24 18 13 255 19 14 10 255 +minecraft:oak_leaves 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=1,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=2,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=2,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=3,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=3,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=4,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=4,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=5,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=5,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=6,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=6,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=7,persistent=true] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:oak_leaves[distance=7,persistent=false] 46 71 30 178 36 56 24 178 23 35 15 178 18 28 12 178 +minecraft:spruce_leaves 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=1,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=2,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=2,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=3,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=3,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=4,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=4,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=5,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=5,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=6,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=6,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=7,persistent=true] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:spruce_leaves[distance=7,persistent=false] 39 58 34 198 31 46 27 198 19 29 17 198 15 23 13 198 +minecraft:birch_leaves 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=1,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=2,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=2,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=3,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=3,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=4,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=4,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=5,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=5,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=6,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=6,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=7,persistent=true] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:birch_leaves[distance=7,persistent=false] 78 93 40 186 62 74 32 186 39 46 20 186 31 37 16 186 +minecraft:jungle_leaves 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=1,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=2,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=2,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=3,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=3,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=4,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=4,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=5,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=5,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=6,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=6,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=7,persistent=true] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:jungle_leaves[distance=7,persistent=false] 39 68 31 223 31 54 24 223 19 34 15 223 15 27 12 223 +minecraft:acacia_leaves 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=1,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=2,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=2,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=3,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=3,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=4,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=4,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=5,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=5,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=6,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=6,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=7,persistent=true] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:acacia_leaves[distance=7,persistent=false] 46 61 24 178 36 48 19 178 23 30 12 178 18 24 9 178 +minecraft:dark_oak_leaves 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=1,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=2,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=2,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=3,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=3,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=4,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=4,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=5,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=5,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=6,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=6,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=7,persistent=true] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:dark_oak_leaves[distance=7,persistent=false] 38 47 29 216 30 37 23 216 19 23 14 216 15 18 11 216 +minecraft:azalea_leaves 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=1,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=2,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=2,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=3,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=3,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=4,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=4,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=5,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=5,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=6,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=6,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=7,persistent=true] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:azalea_leaves[distance=7,persistent=false] 23 48 8 230 18 38 6 230 11 24 4 230 9 19 3 230 +minecraft:flowering_azalea_leaves 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 27 48 13 234 21 38 10 234 13 24 6 234 10 19 5 234 +minecraft:sponge 190 148 74 255 152 118 59 255 95 74 37 255 76 59 29 255 +minecraft:wet_sponge 158 123 53 255 126 98 42 255 79 61 26 255 63 49 21 255 +minecraft:glass 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:lapis_ore 81 87 100 255 64 69 80 255 40 43 50 255 32 34 40 255 +minecraft:deepslate_lapis_ore 49 53 64 255 39 42 51 255 24 26 32 255 19 21 25 255 +minecraft:lapis_block 62 82 139 255 49 65 111 255 31 41 69 255 24 32 55 255 +minecraft:dispenser 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=north,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=east,triggered=true] 84 82 78 255 67 65 62 255 42 41 39 255 33 32 31 255 +minecraft:dispenser[facing=east,triggered=false] 84 82 78 255 67 65 62 255 42 41 39 255 33 32 31 255 +minecraft:dispenser[facing=south,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=south,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=west,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=west,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=up,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=up,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=down,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dispenser[facing=down,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:chiseled_sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:note_block 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 118 87 50 255 94 69 40 255 59 43 25 255 47 34 20 255 +minecraft:powered_rail 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 113 82 49 180 90 65 39 180 56 41 24 180 45 32 19 180 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 101 83 50 180 80 66 40 180 50 41 25 180 40 33 20 180 +minecraft:detector_rail 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 85 68 67 160 68 54 53 160 42 34 33 160 34 27 26 160 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 75 74 73 160 60 59 58 160 37 37 36 160 30 29 29 160 +minecraft:sticky_piston 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=true,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=north] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:sticky_piston[extended=false,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:cobweb 170 162 169 44 136 129 135 44 85 81 84 44 68 64 67 44 +minecraft:grass 53 72 32 116 42 57 25 116 26 36 16 116 21 28 12 116 +minecraft:fern 44 64 32 88 35 51 25 88 22 32 16 88 17 25 12 88 +minecraft:dead_bush 96 81 66 69 76 64 52 69 48 40 33 69 38 32 26 69 +minecraft:seagrass 20 37 12 69 16 29 9 69 10 18 6 69 8 14 4 69 +minecraft:tall_seagrass 11 35 10 41 8 28 8 41 5 17 5 41 4 14 4 41 +minecraft:tall_seagrass[half=lower] 17 34 11 132 13 27 8 132 8 17 5 132 6 13 4 132 +minecraft:piston 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=true,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=north] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=east] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=south] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=west] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=up] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston[extended=false,facing=down] 95 86 83 15 76 68 66 15 47 43 41 15 38 34 33 15 +minecraft:piston_head 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=north,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=true,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=false,type=normal] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 95 86 83 47 76 68 66 47 47 43 41 47 38 34 33 47 +minecraft:white_wool 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 +minecraft:orange_wool 175 104 51 255 140 83 40 255 87 52 25 255 70 41 20 255 +minecraft:magenta_wool 156 87 129 255 124 69 103 255 78 43 64 255 62 34 51 255 +minecraft:light_blue_wool 99 116 156 255 79 92 124 255 49 58 78 255 39 46 62 255 +minecraft:yellow_wool 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 +minecraft:lime_wool 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 +minecraft:pink_wool 236 154 155 255 188 123 124 255 118 77 77 255 94 61 62 255 +minecraft:gray_wool 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 +minecraft:light_gray_wool 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 +minecraft:cyan_wool 84 118 113 255 67 94 90 255 42 59 56 255 33 47 45 255 +minecraft:purple_wool 105 46 110 255 84 36 88 255 52 23 55 255 42 18 44 255 +minecraft:blue_wool 41 58 113 255 32 46 90 255 20 29 56 255 16 23 45 255 +minecraft:brown_wool 114 72 37 255 91 57 29 255 57 36 18 255 45 28 14 255 +minecraft:green_wool 74 82 38 255 59 65 30 255 37 41 19 255 29 32 15 255 +minecraft:red_wool 174 50 36 255 139 40 28 255 87 25 18 255 69 20 14 255 +minecraft:black_wool 42 43 44 255 33 34 35 255 21 21 22 255 16 17 17 255 +minecraft:dandelion 111 114 44 15 88 91 35 15 55 57 22 15 44 45 17 15 +minecraft:poppy 103 74 39 19 82 59 31 19 51 37 19 19 41 29 15 19 +minecraft:blue_orchid 87 101 88 33 69 80 70 33 43 50 44 33 34 40 35 33 +minecraft:allium 123 110 104 30 98 88 83 30 61 55 52 30 49 44 41 30 +minecraft:azure_bluet 119 134 105 27 95 107 84 27 59 67 52 27 47 53 42 27 +minecraft:red_tulip 108 79 43 19 86 63 34 19 54 39 21 19 43 31 17 19 +minecraft:orange_tulip 139 107 53 21 111 85 42 21 69 53 26 21 55 42 21 21 +minecraft:white_tulip 129 138 104 19 103 110 83 19 64 69 52 19 51 55 41 19 +minecraft:pink_tulip 134 113 87 19 107 90 69 19 67 56 43 19 53 45 34 19 +minecraft:oxeye_daisy 151 156 133 23 120 124 106 23 75 78 66 23 60 62 53 23 +minecraft:cornflower 63 79 103 17 50 63 82 17 31 39 51 17 25 31 41 17 +minecraft:wither_rose 26 24 23 44 20 19 18 44 13 12 11 44 10 9 9 44 +minecraft:lily_of_the_valley 137 148 121 26 109 118 96 26 68 74 60 26 54 59 48 26 +minecraft:brown_mushroom 149 117 95 49 119 93 76 49 74 58 47 49 59 46 38 49 +minecraft:red_mushroom 201 117 111 36 160 93 88 36 100 58 55 36 80 46 44 36 +minecraft:gold_block 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:iron_block 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:bricks 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:tnt 45 27 19 255 36 21 15 255 22 13 9 255 18 10 7 255 +minecraft:tnt[unstable=false] 45 27 19 255 36 21 15 255 22 13 9 255 18 10 7 255 +minecraft:bookshelf 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:mossy_cobblestone 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:obsidian 21 15 19 255 16 12 15 255 10 7 9 255 8 6 7 255 +minecraft:torch 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch[facing=south] 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch[facing=west] 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:wall_torch[facing=east] 69 48 22 24 55 38 17 24 34 24 11 24 27 19 8 24 +minecraft:fire 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 225 130 19 81 180 104 15 81 112 65 9 81 90 52 7 81 +minecraft:spawner 64 73 103 191 51 58 82 191 32 36 51 191 25 29 41 191 +minecraft:oak_stairs 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:chest 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 88 71 46 195 70 56 36 195 44 35 23 195 35 28 18 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 96 96 93 255 76 76 74 255 48 48 46 255 38 38 37 255 +minecraft:deepslate_diamond_ore 63 66 66 255 50 52 52 255 31 33 33 255 25 26 26 255 +minecraft:diamond_block 107 128 145 255 85 102 116 255 53 64 72 255 42 51 58 255 +minecraft:crafting_table 164 133 104 255 131 106 83 255 82 66 52 255 65 53 41 255 +minecraft:wheat 37 47 32 9 29 37 25 9 18 23 16 9 14 18 12 9 +minecraft:wheat[age=1] 35 45 30 17 28 36 24 17 17 22 15 17 14 18 12 17 +minecraft:wheat[age=2] 37 48 30 26 29 38 24 26 18 24 15 26 14 19 12 26 +minecraft:wheat[age=3] 42 52 31 38 33 41 24 38 21 26 15 38 16 20 12 38 +minecraft:wheat[age=4] 45 55 31 61 36 44 24 61 22 27 15 61 18 22 12 61 +minecraft:wheat[age=5] 50 59 33 76 40 47 26 76 25 29 16 76 20 23 13 76 +minecraft:wheat[age=6] 63 66 39 91 50 52 31 91 31 33 19 91 25 26 15 91 +minecraft:wheat[age=7] 89 83 52 108 71 66 41 108 44 41 26 108 35 33 20 108 +minecraft:farmland 67 53 38 255 53 42 30 255 33 26 19 255 26 21 15 255 +minecraft:farmland[moisture=1] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=2] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=3] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=4] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=5] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=6] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:farmland[moisture=7] 50 35 18 255 40 28 14 255 25 17 9 255 20 14 7 255 +minecraft:furnace 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=north,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=south,lit=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=south,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=west,lit=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=west,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=east,lit=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:furnace[facing=east,lit=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:oak_sign 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:spruce_sign 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:birch_sign 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:acacia_sign 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:jungle_sign 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:dark_oak_sign 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:oak_door 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 121 93 55 207 96 74 44 207 60 46 27 207 48 37 22 207 +minecraft:ladder 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=north,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=south,waterlogged=true] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=south,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=west,waterlogged=true] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=west,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=east,waterlogged=true] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:ladder[facing=east,waterlogged=false] 108 84 49 149 86 67 39 149 54 42 24 149 43 33 19 149 +minecraft:rail 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=north_south,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=east_west,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=east_west,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_east,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_east,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_west,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_west,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_north,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_north,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_south,waterlogged=true] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=ascending_south,waterlogged=false] 79 79 79 63 63 63 63 63 39 39 39 63 31 31 31 63 +minecraft:rail[shape=south_east,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=south_east,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=south_west,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=south_west,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_west,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_west,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_east,waterlogged=true] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:rail[shape=north_east,waterlogged=false] 82 82 82 51 65 65 65 51 41 41 41 51 32 32 32 51 +minecraft:cobblestone_stairs 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:oak_wall_sign 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 117 89 50 10 93 71 40 10 58 44 25 10 46 35 20 10 +minecraft:spruce_wall_sign 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 99 74 53 10 79 59 42 10 49 37 26 10 39 29 21 10 +minecraft:birch_wall_sign 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 146 132 99 10 116 105 79 10 73 66 49 10 58 52 39 10 +minecraft:acacia_wall_sign 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 125 66 45 10 100 52 36 10 62 33 22 10 50 26 18 10 +minecraft:jungle_wall_sign 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 129 93 67 10 103 74 53 10 64 46 33 10 51 37 26 10 +minecraft:dark_oak_wall_sign 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 51 38 28 10 40 30 22 10 25 19 14 10 20 15 11 10 +minecraft:lever 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=floor,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=north,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=wall,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:stone_pressure_plate 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_pressure_plate[powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:iron_door 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 143 140 140 228 114 112 112 228 71 70 70 228 57 56 56 228 +minecraft:oak_pressure_plate 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_pressure_plate[powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_pressure_plate 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_pressure_plate[powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_pressure_plate 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_pressure_plate[powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_pressure_plate 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_pressure_plate[powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_pressure_plate 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_pressure_plate[powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_pressure_plate 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_pressure_plate[powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:redstone_ore 114 75 75 255 91 60 60 255 57 37 37 255 45 30 30 255 +minecraft:redstone_ore[lit=false] 114 75 75 255 91 60 60 255 57 37 37 255 45 30 30 255 +minecraft:deepslate_redstone_ore 85 52 52 255 68 41 41 255 42 26 26 255 34 20 20 255 +minecraft:deepslate_redstone_ore[lit=false] 85 52 52 255 68 41 41 255 42 26 26 255 34 20 20 255 +minecraft:redstone_torch 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_torch[lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=north,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch[facing=south,lit=true] 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=south,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch[facing=west,lit=true] 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=west,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:redstone_wall_torch[facing=east,lit=true] 111 22 13 24 88 17 10 24 55 11 6 24 44 8 5 24 +minecraft:redstone_wall_torch[facing=east,lit=false] 51 22 13 24 40 17 10 24 25 11 6 24 20 8 5 24 +minecraft:stone_button 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:snow 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=2] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=3] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=4] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=5] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=6] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=7] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:snow[layers=8] 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:ice 122 170 194 180 97 136 155 180 61 85 97 180 48 68 77 180 +minecraft:snow_block 224 233 238 255 179 186 190 255 112 116 119 255 89 93 95 255 +minecraft:cactus 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=1] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=2] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=3] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=4] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=5] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=6] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=7] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=8] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=9] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=10] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=11] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=12] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=13] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=14] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:cactus[age=15] 120 127 76 209 96 101 60 209 60 63 38 209 48 50 30 209 +minecraft:clay 139 126 116 255 111 100 92 255 69 63 58 255 55 50 46 255 +minecraft:sugar_cane 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=1] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=2] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=3] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=4] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=5] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=6] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=7] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=8] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=9] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=10] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=11] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=12] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=13] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=14] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:sugar_cane[age=15] 69 76 44 143 55 60 35 143 34 38 22 143 27 30 17 143 +minecraft:jukebox 121 93 55 255 96 74 44 255 60 46 27 255 48 37 22 255 +minecraft:jukebox[has_record=false] 121 93 55 255 96 74 44 255 60 46 27 255 48 37 22 255 +minecraft:oak_fence 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pumpkin 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:netherrack 103 54 55 255 82 43 44 255 51 27 27 255 41 21 22 255 +minecraft:soul_sand 79 65 50 255 63 52 40 255 39 32 25 255 31 26 20 255 +minecraft:soul_soil 85 70 55 255 68 56 44 255 42 35 27 255 34 28 22 255 +minecraft:basalt 60 56 52 255 48 44 41 255 30 28 26 255 24 22 20 255 +minecraft:basalt[axis=y] 70 65 60 255 56 52 48 255 35 32 30 255 28 26 24 255 +minecraft:basalt[axis=z] 60 56 52 255 48 44 41 255 30 28 26 255 24 22 20 255 +minecraft:polished_basalt 67 63 58 255 53 50 46 255 33 31 29 255 26 25 23 255 +minecraft:polished_basalt[axis=y] 77 72 65 255 61 57 52 255 38 36 32 255 30 28 26 255 +minecraft:polished_basalt[axis=z] 67 63 58 255 53 50 46 255 33 31 29 255 26 25 23 255 +minecraft:soul_torch 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch[facing=south] 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch[facing=west] 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:soul_wall_torch[facing=east] 50 53 45 24 40 42 36 24 25 26 22 24 20 21 18 24 +minecraft:glowstone 203 175 102 255 162 140 81 255 101 87 51 255 81 70 40 255 +minecraft:nether_portal 114 75 162 141 91 60 129 141 57 37 81 141 45 30 64 141 +minecraft:nether_portal[axis=z] 114 75 162 141 91 60 129 141 57 37 81 141 45 30 64 141 +minecraft:carved_pumpkin 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:carved_pumpkin[facing=south] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:carved_pumpkin[facing=west] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:carved_pumpkin[facing=east] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern[facing=south] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern[facing=west] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:jack_o_lantern[facing=east] 191 122 54 255 152 97 43 255 95 61 27 255 76 48 21 255 +minecraft:cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=1] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=2] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=3] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=4] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=5] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cake[bites=6] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:repeater 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 94 53 50 255 75 42 40 255 47 26 25 255 37 21 20 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 63 52 50 255 50 41 40 255 31 26 25 255 25 20 20 255 +minecraft:white_stained_glass 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:orange_stained_glass 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:magenta_stained_glass 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:light_blue_stained_glass 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:yellow_stained_glass 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:lime_stained_glass 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:pink_stained_glass 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:gray_stained_glass 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:light_gray_stained_glass 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:cyan_stained_glass 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:purple_stained_glass 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:blue_stained_glass 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:brown_stained_glass 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:green_stained_glass 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:red_stained_glass 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:black_stained_glass 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:oak_trapdoor 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 123 95 55 206 98 76 44 206 61 47 27 206 49 38 22 206 +minecraft:spruce_trapdoor 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 90 69 50 254 72 55 40 254 45 34 25 254 36 27 20 254 +minecraft:birch_trapdoor 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 175 166 140 246 140 132 112 246 87 83 70 246 70 66 56 246 +minecraft:jungle_trapdoor 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 119 84 59 208 95 67 47 208 59 42 29 208 47 33 23 208 +minecraft:acacia_trapdoor 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 140 79 55 195 112 63 44 195 70 39 27 195 56 31 22 195 +minecraft:dark_oak_trapdoor 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 51 38 29 255 40 30 23 255 25 19 14 255 20 15 11 255 +minecraft:stone_bricks 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:mossy_stone_bricks 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:cracked_stone_bricks 79 76 73 255 63 60 58 255 39 38 36 255 31 30 29 255 +minecraft:chiseled_stone_bricks 86 83 78 255 68 66 62 255 43 41 39 255 34 33 31 255 +minecraft:infested_stone 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:infested_cobblestone 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:infested_stone_bricks 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:infested_mossy_stone_bricks 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:infested_cracked_stone_bricks 79 76 73 255 63 60 58 255 39 38 36 255 31 30 29 255 +minecraft:infested_chiseled_stone_bricks 86 83 78 255 68 66 62 255 43 41 39 255 34 33 31 255 +minecraft:brown_mushroom_block 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 168 156 126 255 134 124 100 255 84 78 63 255 67 62 50 255 +minecraft:iron_bars 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 95 94 92 147 76 75 73 147 47 47 46 147 38 37 36 147 +minecraft:chain 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=x,waterlogged=false] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=y,waterlogged=true] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=y,waterlogged=false] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=z,waterlogged=true] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:chain[axis=z,waterlogged=false] 77 78 74 23 61 62 59 23 38 39 37 23 30 31 29 23 +minecraft:glass_pane 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:melon 114 135 72 255 91 108 57 255 57 67 36 255 45 54 28 255 +minecraft:attached_pumpkin_stem 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_pumpkin_stem[facing=south] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_pumpkin_stem[facing=west] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_pumpkin_stem[facing=east] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem[facing=south] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem[facing=west] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:attached_melon_stem[facing=east] 52 69 33 71 41 55 26 71 26 34 16 71 20 27 13 71 +minecraft:pumpkin_stem 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=1] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=2] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=3] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=4] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=5] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=6] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:pumpkin_stem[age=7] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=1] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=2] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=3] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=4] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=5] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=6] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:melon_stem[age=7] 52 69 33 49 41 55 26 49 26 34 16 49 20 27 13 49 +minecraft:vine 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 41 62 23 129 32 49 18 129 20 31 11 129 16 24 9 129 +minecraft:glow_lichen 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 105 118 68 44 84 94 54 44 52 59 34 44 42 47 27 44 +minecraft:oak_fence_gate 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brick_stairs 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:stone_brick_stairs 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:mycelium 53 71 31 255 42 56 24 255 26 35 15 255 21 28 12 255 +minecraft:mycelium[snowy=false] 104 128 126 255 83 102 100 255 52 64 63 255 41 51 50 255 +minecraft:lily_pad 13 55 20 153 10 44 16 153 6 27 10 153 5 22 8 153 +minecraft:nether_bricks 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_wart 93 49 45 79 74 39 36 79 46 24 22 79 37 19 18 79 +minecraft:nether_wart[age=1] 96 52 48 117 76 41 38 117 48 26 24 117 38 20 19 117 +minecraft:nether_wart[age=2] 96 52 48 117 76 41 38 117 48 26 24 117 38 20 19 117 +minecraft:nether_wart[age=3] 92 51 46 133 73 40 36 133 46 25 23 133 36 20 18 133 +minecraft:enchanting_table 190 99 56 255 152 79 44 255 95 49 28 255 76 39 22 255 +minecraft:brewing_stand 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 97 94 83 83 77 75 66 83 48 47 41 83 38 37 33 83 +minecraft:cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:water_cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:water_cauldron[level=2] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:water_cauldron[level=3] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:lava_cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:powder_snow_cauldron 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:powder_snow_cauldron[level=2] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:powder_snow_cauldron[level=3] 39 36 36 111 31 28 28 111 19 18 18 111 15 14 14 111 +minecraft:end_portal 45 56 50 255 36 44 40 255 22 28 25 255 18 22 20 255 +minecraft:end_portal_frame 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=true,facing=south] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=true,facing=west] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=true,facing=east] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=north] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=south] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=west] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_portal_frame[eye=false,facing=east] 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:end_stone 163 157 141 255 130 125 112 255 81 78 70 255 65 62 56 255 +minecraft:dragon_egg 69 61 67 255 55 48 53 255 34 30 33 255 27 24 26 255 +minecraft:redstone_lamp 124 108 72 255 99 86 57 255 62 54 36 255 49 43 28 255 +minecraft:redstone_lamp[lit=false] 66 56 37 255 52 44 29 255 33 28 18 255 26 22 14 255 +minecraft:cocoa 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=0,facing=south] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=0,facing=west] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=0,facing=east] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=north] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=south] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=west] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=1,facing=east] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=north] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=south] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=west] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:cocoa[age=2,facing=east] 61 31 15 132 48 24 12 132 30 15 7 132 24 12 6 132 +minecraft:sandstone_stairs 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:emerald_ore 91 101 78 255 72 80 62 255 45 50 39 255 36 40 31 255 +minecraft:deepslate_emerald_ore 64 74 57 255 51 59 45 255 32 37 28 255 25 29 22 255 +minecraft:ender_chest 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=north,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=south,waterlogged=true] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=south,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=west,waterlogged=true] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=west,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=east,waterlogged=true] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:ender_chest[facing=east,waterlogged=false] 57 62 62 195 45 49 49 195 28 31 31 195 22 24 24 195 +minecraft:tripwire_hook 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:emerald_block 54 106 36 255 43 84 28 255 27 53 18 255 21 42 14 255 +minecraft:spruce_stairs 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_stairs 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_stairs 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:command_block 91 87 88 255 72 69 70 255 45 43 44 255 36 34 35 255 +minecraft:command_block[conditional=true,facing=east] 96 91 93 255 76 72 74 255 48 45 46 255 38 36 37 255 +minecraft:command_block[conditional=true,facing=south] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=true,facing=west] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=true,facing=up] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=true,facing=down] 144 155 112 255 115 124 89 255 72 77 56 255 57 62 44 255 +minecraft:command_block[conditional=false,facing=north] 91 87 88 255 72 69 70 255 45 43 44 255 36 34 35 255 +minecraft:command_block[conditional=false,facing=east] 96 91 93 255 76 72 74 255 48 45 46 255 38 36 37 255 +minecraft:command_block[conditional=false,facing=south] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:command_block[conditional=false,facing=west] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:command_block[conditional=false,facing=up] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:command_block[conditional=false,facing=down] 135 119 105 255 108 95 84 255 67 59 52 255 54 47 42 255 +minecraft:beacon 113 142 135 45 90 113 108 45 56 71 67 45 45 56 54 45 +minecraft:cobblestone_wall 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:mossy_cobblestone_wall 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:flower_pot 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_oak_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_spruce_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_birch_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_jungle_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_acacia_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_dark_oak_sapling 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_fern 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_dandelion 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_poppy 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_blue_orchid 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_allium 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_azure_bluet 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_red_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_orange_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_white_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_pink_tulip 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_oxeye_daisy 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_cornflower 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_lily_of_the_valley 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_wither_rose 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_red_mushroom 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_brown_mushroom 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_dead_bush 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_cactus 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:carrots 80 92 57 9 64 73 45 9 40 46 28 9 32 36 22 9 +minecraft:carrots[age=1] 80 92 57 9 64 73 45 9 40 46 28 9 32 36 22 9 +minecraft:carrots[age=2] 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 +minecraft:carrots[age=3] 81 94 56 24 64 75 44 24 40 47 28 24 32 37 22 24 +minecraft:carrots[age=4] 83 96 57 44 66 76 45 44 41 48 28 44 33 38 22 44 +minecraft:carrots[age=5] 83 96 57 44 66 76 45 44 41 48 28 44 33 38 22 44 +minecraft:carrots[age=6] 83 96 57 44 66 76 45 44 41 48 28 44 33 38 22 44 +minecraft:carrots[age=7] 88 104 55 96 70 83 44 96 44 52 27 96 35 41 22 96 +minecraft:potatoes 80 90 59 9 64 72 47 9 40 45 29 9 32 36 23 9 +minecraft:potatoes[age=1] 80 90 59 9 64 72 47 9 40 45 29 9 32 36 23 9 +minecraft:potatoes[age=2] 80 90 59 24 64 72 47 24 40 45 29 24 32 36 23 24 +minecraft:potatoes[age=3] 80 90 59 24 64 72 47 24 40 45 29 24 32 36 23 24 +minecraft:potatoes[age=4] 82 92 61 44 65 73 48 44 41 46 30 44 32 36 24 44 +minecraft:potatoes[age=5] 82 92 61 44 65 73 48 44 41 46 30 44 32 36 24 44 +minecraft:potatoes[age=6] 82 92 61 44 65 73 48 44 41 46 30 44 32 36 24 44 +minecraft:potatoes[age=7] 76 85 55 100 60 68 44 100 38 42 27 100 30 34 22 100 +minecraft:oak_button 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_button 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_button 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_button 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_button 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_button 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:skeleton_skull 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=1] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=2] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=3] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=4] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=5] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=6] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=7] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=8] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=9] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=10] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=11] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=12] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=13] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=14] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_skull[rotation=15] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull[facing=south] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull[facing=west] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:skeleton_wall_skull[facing=east] 135 120 111 198 108 96 88 198 67 60 55 198 54 48 44 198 +minecraft:wither_skeleton_skull 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=1] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=2] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=3] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=4] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=5] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=6] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=7] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=8] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=9] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=10] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=11] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=12] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=13] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=14] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_skull[rotation=15] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull[facing=south] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull[facing=west] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:wither_skeleton_wall_skull[facing=east] 68 55 43 255 54 44 34 255 34 27 21 255 27 22 17 255 +minecraft:zombie_head 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=1] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=2] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=3] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=4] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=5] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=6] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=7] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=8] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=9] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=10] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=11] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=12] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=13] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=14] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_head[rotation=15] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head[facing=south] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head[facing=west] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:zombie_wall_head[facing=east] 62 60 30 255 49 48 24 255 31 30 15 255 24 24 12 255 +minecraft:player_head 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=1] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=2] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=3] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=4] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=5] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=6] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=7] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=8] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=9] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=10] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=11] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=12] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=13] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=14] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_head[rotation=15] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head[facing=south] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head[facing=west] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:player_wall_head[facing=east] 116 68 45 255 92 54 36 255 58 34 22 255 46 27 18 255 +minecraft:creeper_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=1] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=2] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=3] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=4] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=5] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=6] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=7] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=8] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=9] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=10] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=11] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=12] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=13] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=14] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_head[rotation=15] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head[facing=south] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head[facing=west] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:creeper_wall_head[facing=east] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=1] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=2] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=3] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=4] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=5] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=6] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=7] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=8] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=9] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=10] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=11] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=12] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=13] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=14] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_head[rotation=15] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head[facing=south] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head[facing=west] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:dragon_wall_head[facing=east] 70 90 38 255 56 72 30 255 35 45 19 255 28 36 15 255 +minecraft:anvil 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:anvil[facing=south] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:anvil[facing=west] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:anvil[facing=east] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil[facing=south] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil[facing=west] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:chipped_anvil[facing=east] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil[facing=south] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil[facing=west] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:damaged_anvil[facing=east] 73 69 69 255 58 55 55 255 36 34 34 255 29 27 27 255 +minecraft:trapped_chest 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 89 71 46 195 71 56 36 195 44 35 23 195 35 28 18 195 +minecraft:light_weighted_pressure_plate 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=1] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=2] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=3] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=4] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=5] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=6] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=7] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=8] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=9] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=10] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=11] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=12] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=13] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=14] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:light_weighted_pressure_plate[power=15] 193 166 90 255 154 132 72 255 96 83 45 255 77 66 36 255 +minecraft:heavy_weighted_pressure_plate 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=1] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=2] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=3] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=4] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=5] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=6] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=7] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=8] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=9] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=10] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=11] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=12] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=13] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=14] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:heavy_weighted_pressure_plate[power=15] 144 142 143 255 115 113 114 255 72 71 71 255 57 56 57 255 +minecraft:comparator 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 101 94 92 255 80 75 73 255 50 47 46 255 40 37 36 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 84 75 73 255 67 60 58 255 42 37 36 255 33 30 29 255 +minecraft:daylight_detector 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=1] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=2] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=3] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=4] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=5] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=6] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=7] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=8] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=9] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=10] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=11] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=12] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=13] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=14] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=true,power=15] 119 111 98 255 95 88 78 255 59 55 49 255 47 44 39 255 +minecraft:daylight_detector[inverted=false,power=0] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=1] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=2] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=3] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=4] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=5] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=6] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=7] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=8] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=9] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=10] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=11] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=12] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=13] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=14] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:daylight_detector[inverted=false,power=15] 134 108 92 255 107 86 73 255 67 54 46 255 53 43 36 255 +minecraft:redstone_block 115 17 7 255 92 13 5 255 57 8 3 255 46 6 2 255 +minecraft:nether_quartz_ore 120 75 76 255 96 60 60 255 60 37 38 255 48 30 30 255 +minecraft:hopper 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=north] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=south] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=west] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=true,facing=east] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=down] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=north] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=south] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=west] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:hopper[enabled=false,facing=east] 114 111 111 255 91 88 88 255 57 55 55 255 45 44 44 255 +minecraft:quartz_block 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:chiseled_quartz_block 212 200 200 255 169 160 160 255 106 100 100 255 84 80 80 255 +minecraft:quartz_pillar 207 195 195 255 165 156 156 255 103 97 97 255 82 78 78 255 +minecraft:quartz_pillar[axis=y] 220 203 204 255 176 162 163 255 110 101 102 255 88 81 81 255 +minecraft:quartz_pillar[axis=z] 207 195 195 255 165 156 156 255 103 97 97 255 82 78 78 255 +minecraft:quartz_stairs 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 221 208 209 255 176 166 167 255 110 104 104 255 88 83 83 255 +minecraft:activator_rail 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 93 66 66 117 74 52 52 117 46 33 33 117 37 26 26 117 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 75 65 65 117 60 52 52 117 37 32 32 117 30 26 26 117 +minecraft:dropper 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=north,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=east,triggered=true] 76 73 70 255 60 58 56 255 38 36 35 255 30 29 28 255 +minecraft:dropper[facing=east,triggered=false] 76 73 70 255 60 58 56 255 38 36 35 255 30 29 28 255 +minecraft:dropper[facing=south,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=south,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=west,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=west,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=up,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=up,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=down,triggered=true] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:dropper[facing=down,triggered=false] 97 94 90 255 77 75 72 255 48 47 45 255 38 37 36 255 +minecraft:white_terracotta 207 188 177 255 165 150 141 255 103 94 88 255 82 75 70 255 +minecraft:orange_terracotta 166 94 60 255 132 75 48 255 83 47 30 255 66 37 24 255 +minecraft:magenta_terracotta 156 88 98 255 124 70 78 255 78 44 49 255 62 35 39 255 +minecraft:light_blue_terracotta 118 99 113 255 94 79 90 255 59 49 56 255 47 39 45 255 +minecraft:yellow_terracotta 181 145 74 255 144 116 59 255 90 72 37 255 72 58 29 255 +minecraft:lime_terracotta 141 118 67 255 112 94 53 255 70 59 33 255 56 47 26 255 +minecraft:pink_terracotta 211 138 126 255 168 110 100 255 105 69 63 255 84 55 50 255 +minecraft:gray_terracotta 106 80 70 255 84 64 56 255 53 40 35 255 42 32 28 255 +minecraft:light_gray_terracotta 169 145 133 255 135 116 106 255 84 72 66 255 67 58 53 255 +minecraft:cyan_terracotta 105 98 82 255 84 78 65 255 52 49 41 255 42 39 32 255 +minecraft:purple_terracotta 117 58 79 255 93 46 63 255 58 29 39 255 46 23 31 255 +minecraft:blue_terracotta 66 58 74 255 52 46 59 255 33 29 37 255 26 23 29 255 +minecraft:brown_terracotta 121 69 44 255 96 55 35 255 60 34 22 255 48 27 17 255 +minecraft:green_terracotta 90 71 41 255 72 56 32 255 45 35 20 255 36 28 16 255 +minecraft:red_terracotta 162 63 51 255 129 50 40 255 81 31 25 255 64 25 20 255 +minecraft:black_terracotta 63 47 40 255 50 37 32 255 31 23 20 255 25 18 16 255 +minecraft:white_stained_glass_pane 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 243 243 243 223 194 194 194 223 121 121 121 223 97 97 97 223 +minecraft:orange_stained_glass_pane 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 220 86 20 167 176 68 16 167 110 43 10 167 88 34 8 167 +minecraft:magenta_stained_glass_pane 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 198 66 144 168 158 52 115 168 99 33 72 168 79 26 57 168 +minecraft:light_blue_stained_glass_pane 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 74 109 198 173 59 87 158 173 37 54 99 173 29 43 79 173 +minecraft:yellow_stained_glass_pane 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 253 231 34 176 202 184 27 176 126 115 17 176 101 92 13 176 +minecraft:lime_stained_glass_pane 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 170 191 49 176 136 152 39 176 85 95 24 176 68 76 19 176 +minecraft:pink_stained_glass_pane 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 254 177 179 211 203 141 143 211 127 88 89 211 101 70 71 211 +minecraft:gray_stained_glass_pane 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 71 72 75 192 56 57 60 192 35 36 37 192 28 28 30 192 +minecraft:light_gray_stained_glass_pane 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 182 175 175 192 145 140 140 192 91 87 87 192 72 70 70 192 +minecraft:cyan_stained_glass_pane 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 60 123 112 184 48 98 89 184 30 61 56 184 24 49 44 184 +minecraft:purple_stained_glass_pane 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 110 19 124 197 88 15 99 197 55 9 62 197 44 7 49 197 +minecraft:blue_stained_glass_pane 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 12 26 108 196 9 20 86 196 6 13 54 196 4 10 43 196 +minecraft:brown_stained_glass_pane 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 105 40 9 197 84 32 7 197 52 20 4 197 42 16 3 197 +minecraft:green_stained_glass_pane 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 61 75 14 208 48 60 11 208 30 37 7 208 24 30 5 208 +minecraft:red_stained_glass_pane 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 220 19 10 168 176 15 8 168 110 9 5 168 88 7 4 168 +minecraft:black_stained_glass_pane 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 22 24 26 217 17 19 20 217 11 12 13 217 8 9 10 217 +minecraft:acacia_stairs 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_stairs 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:slime_block 134 143 57 193 107 114 45 193 67 71 28 193 53 57 22 193 +minecraft:iron_trapdoor 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 92 92 91 231 73 73 72 231 46 46 45 231 36 36 36 231 +minecraft:prismarine 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_bricks 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:dark_prismarine 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:prismarine_stairs 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_brick_stairs 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:dark_prismarine_stairs 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:prismarine_slab 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_brick_slab 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 102 151 136 255 81 120 108 255 51 75 68 255 40 60 54 255 +minecraft:dark_prismarine_slab 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 34 80 66 255 27 64 52 255 17 40 33 255 13 32 26 255 +minecraft:sea_lantern 201 219 218 255 160 175 174 255 100 109 109 255 80 87 87 255 +minecraft:hay_block 143 124 77 255 114 99 61 255 71 62 38 255 57 49 30 255 +minecraft:hay_block[axis=y] 145 124 73 255 116 99 58 255 72 62 36 255 58 49 29 255 +minecraft:hay_block[axis=z] 143 124 77 255 114 99 61 255 71 62 38 255 57 49 30 255 +minecraft:white_carpet 215 212 209 255 172 169 167 255 107 106 104 255 86 84 83 255 +minecraft:orange_carpet 175 104 51 255 140 83 40 255 87 52 25 255 70 41 20 255 +minecraft:magenta_carpet 156 87 129 255 124 69 103 255 78 43 64 255 62 34 51 255 +minecraft:light_blue_carpet 99 116 156 255 79 92 124 255 49 58 78 255 39 46 62 255 +minecraft:yellow_carpet 197 174 76 255 157 139 60 255 98 87 38 255 78 69 30 255 +minecraft:lime_carpet 138 148 76 255 110 118 60 255 69 74 38 255 55 59 30 255 +minecraft:pink_carpet 236 154 155 255 188 123 124 255 118 77 77 255 94 61 62 255 +minecraft:gray_carpet 91 92 93 255 72 73 74 255 45 46 46 255 36 36 37 255 +minecraft:light_gray_carpet 167 168 169 255 133 134 135 255 83 84 84 255 66 67 67 255 +minecraft:cyan_carpet 84 118 113 255 67 94 90 255 42 59 56 255 33 47 45 255 +minecraft:purple_carpet 105 46 110 255 84 36 88 255 52 23 55 255 42 18 44 255 +minecraft:blue_carpet 41 58 113 255 32 46 90 255 20 29 56 255 16 23 45 255 +minecraft:brown_carpet 114 72 37 255 91 57 29 255 57 36 18 255 45 28 14 255 +minecraft:green_carpet 74 82 38 255 59 65 30 255 37 41 19 255 29 32 15 255 +minecraft:red_carpet 174 50 36 255 139 40 28 255 87 25 18 255 69 20 14 255 +minecraft:black_carpet 42 43 44 255 33 34 35 255 21 21 22 255 16 17 17 255 +minecraft:terracotta 160 112 89 255 128 89 71 255 80 56 44 255 64 44 35 255 +minecraft:coal_block 14 17 21 255 11 13 16 255 7 8 10 255 5 6 8 255 +minecraft:packed_ice 158 205 208 255 126 164 166 255 79 102 104 255 63 82 83 255 +minecraft:sunflower 57 71 42 7 45 56 33 7 28 35 21 7 22 28 16 7 +minecraft:sunflower[half=lower] 62 87 48 76 49 69 38 76 31 43 24 76 24 34 19 76 +minecraft:lilac 118 101 91 128 94 80 72 128 59 50 45 128 47 40 36 128 +minecraft:lilac[half=lower] 99 89 70 88 79 71 56 88 49 44 35 88 39 35 28 88 +minecraft:rose_bush 114 33 27 68 91 26 21 68 57 16 13 68 45 13 10 68 +minecraft:rose_bush[half=lower] 74 54 28 141 59 43 22 141 37 27 14 141 29 21 11 141 +minecraft:peony 110 97 78 128 88 77 62 128 55 48 39 128 44 38 31 128 +minecraft:peony[half=lower] 81 82 56 184 64 65 44 184 40 41 28 184 32 32 22 184 +minecraft:tall_grass 58 80 37 31 46 64 29 31 29 40 18 31 23 32 14 31 +minecraft:tall_grass[half=lower] 50 69 31 142 40 55 24 142 25 34 15 142 20 27 12 142 +minecraft:large_fern 37 58 33 75 29 46 26 75 18 29 16 75 14 23 13 75 +minecraft:large_fern[half=lower] 44 63 32 159 35 50 25 159 22 31 16 159 17 25 12 159 +minecraft:white_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=1] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=2] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=3] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=4] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=5] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=6] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=7] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=8] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=9] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=10] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=11] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=12] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=13] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=14] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_banner[rotation=15] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:white_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:orange_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:magenta_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_blue_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:yellow_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:lime_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:pink_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:gray_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:light_gray_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cyan_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:purple_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:blue_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:brown_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:green_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner[facing=south] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner[facing=west] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:black_wall_banner[facing=east] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:chiseled_red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_stairs 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:oak_slab 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=top,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=double,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:oak_slab[type=double,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:spruce_slab 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=top,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=double,waterlogged=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_slab[type=double,waterlogged=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_slab 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=top,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=double,waterlogged=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_slab[type=double,waterlogged=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_slab 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=top,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=double,waterlogged=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_slab[type=double,waterlogged=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_slab 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=top,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=double,waterlogged=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_slab[type=double,waterlogged=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_slab 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:stone_slab 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=top,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=double,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_slab[type=double,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:smooth_stone_slab 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 101 98 95 255 80 78 76 255 50 49 47 255 40 39 38 255 +minecraft:sandstone_slab 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:petrified_oak_slab 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 121 92 52 255 96 73 41 255 60 46 26 255 48 36 20 255 +minecraft:cobblestone_slab 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 71 69 65 255 56 55 52 255 35 34 32 255 28 27 26 255 +minecraft:brick_slab 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=top,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=double,waterlogged=true] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_slab[type=double,waterlogged=false] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:stone_brick_slab 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:nether_brick_slab 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:quartz_slab 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=top,waterlogged=false] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=double,waterlogged=true] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:quartz_slab[type=double,waterlogged=false] 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:red_sandstone_slab 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:purpur_slab 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=top,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=double,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_slab[type=double,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_quartz 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:smooth_red_sandstone 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:spruce_fence_gate 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_fence_gate 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_fence_gate 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_fence_gate 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_fence_gate 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:spruce_fence 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 93 70 51 255 74 56 40 255 46 35 25 255 37 28 20 255 +minecraft:birch_fence 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 156 144 113 255 124 115 90 255 78 72 56 255 62 57 45 255 +minecraft:jungle_fence 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 126 90 64 255 100 72 51 255 63 45 32 255 50 36 25 255 +minecraft:acacia_fence 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 134 72 49 255 107 57 39 255 67 36 24 255 53 28 19 255 +minecraft:dark_oak_fence 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 54 41 31 255 43 32 24 255 27 20 15 255 21 16 12 255 +minecraft:spruce_door 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 90 70 53 254 72 56 42 254 45 35 26 254 36 28 21 254 +minecraft:birch_door 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 185 178 152 243 148 142 121 243 92 89 76 243 74 71 60 243 +minecraft:jungle_door 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 79 54 230 91 63 43 230 57 39 27 230 45 31 21 230 +minecraft:acacia_door 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 142 79 55 183 113 63 44 183 71 39 27 183 56 31 22 183 +minecraft:dark_oak_door 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 55 41 31 255 44 32 24 255 27 20 15 255 22 16 12 255 +minecraft:end_rod 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=east] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=south] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=west] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=up] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:end_rod[facing=down] 216 204 150 53 172 163 120 53 108 102 75 53 86 81 60 53 +minecraft:chorus_plant 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 125 82 109 255 100 65 87 255 62 41 54 255 50 32 43 255 +minecraft:chorus_flower 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=1] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=2] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=3] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=4] 133 101 118 255 106 80 94 255 66 50 59 255 53 40 47 255 +minecraft:chorus_flower[age=5] 131 89 115 255 104 71 92 255 65 44 57 255 52 35 46 255 +minecraft:purpur_block 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_pillar 125 83 107 255 100 66 85 255 62 41 53 255 50 33 42 255 +minecraft:purpur_pillar[axis=y] 112 72 97 255 89 57 77 255 56 36 48 255 44 28 38 255 +minecraft:purpur_pillar[axis=z] 125 83 107 255 100 66 85 255 62 41 53 255 50 33 42 255 +minecraft:purpur_stairs 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 123 81 106 255 98 64 84 255 61 40 53 255 49 32 42 255 +minecraft:end_stone_bricks 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:beetroots 61 71 33 6 48 56 26 6 30 35 16 6 24 28 13 6 +minecraft:beetroots[age=1] 70 80 37 14 56 64 29 14 35 40 18 14 28 32 14 14 +minecraft:beetroots[age=2] 91 96 47 45 72 76 37 45 45 48 23 45 36 38 18 45 +minecraft:beetroots[age=3] 86 85 40 104 68 68 32 104 43 42 20 104 34 34 16 104 +minecraft:dirt_path 147 125 78 255 117 100 62 255 73 62 39 255 58 50 31 255 +minecraft:end_gateway 45 56 50 255 36 44 40 255 22 28 25 255 18 22 20 255 +minecraft:repeating_command_block 87 81 99 255 69 64 79 255 43 40 49 255 34 32 39 255 +minecraft:repeating_command_block[conditional=true,facing=east] 91 85 104 255 72 68 83 255 45 42 52 255 36 34 41 255 +minecraft:repeating_command_block[conditional=true,facing=south] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=true,facing=west] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=true,facing=up] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=true,facing=down] 113 100 134 255 90 80 107 255 56 50 67 255 45 40 53 255 +minecraft:repeating_command_block[conditional=false,facing=north] 87 81 99 255 69 64 79 255 43 40 49 255 34 32 39 255 +minecraft:repeating_command_block[conditional=false,facing=east] 91 85 104 255 72 68 83 255 45 42 52 255 36 34 41 255 +minecraft:repeating_command_block[conditional=false,facing=south] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:repeating_command_block[conditional=false,facing=west] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:repeating_command_block[conditional=false,facing=up] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:repeating_command_block[conditional=false,facing=down] 144 109 147 255 115 87 117 255 72 54 73 255 57 43 58 255 +minecraft:chain_command_block 81 91 94 255 64 72 75 255 40 45 47 255 32 36 37 255 +minecraft:chain_command_block[conditional=true,facing=east] 85 96 99 255 68 76 79 255 42 48 49 255 34 38 39 255 +minecraft:chain_command_block[conditional=true,facing=south] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=true,facing=west] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=true,facing=up] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=true,facing=down] 99 140 115 255 79 112 92 255 49 70 57 255 39 56 46 255 +minecraft:chain_command_block[conditional=false,facing=north] 81 91 94 255 64 72 75 255 40 45 47 255 32 36 37 255 +minecraft:chain_command_block[conditional=false,facing=east] 85 96 99 255 68 76 79 255 42 48 49 255 34 38 39 255 +minecraft:chain_command_block[conditional=false,facing=south] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 109 155 147 255 87 124 117 255 54 77 73 255 43 62 58 255 +minecraft:frosted_ice 121 171 196 162 96 136 156 162 60 85 98 162 48 68 78 162 +minecraft:frosted_ice[age=1] 121 171 196 129 96 136 156 129 60 85 98 129 48 68 78 129 +minecraft:frosted_ice[age=2] 121 171 196 96 96 136 156 96 60 85 98 96 48 68 78 96 +minecraft:frosted_ice[age=3] 121 171 196 64 96 136 156 64 60 85 98 64 48 68 78 64 +minecraft:magma_block 79 32 24 255 63 25 19 255 39 16 12 255 31 12 9 255 +minecraft:nether_wart_block 105 35 36 255 84 28 28 255 52 17 18 255 42 14 14 255 +minecraft:red_nether_bricks 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:bone_block 151 131 107 255 120 104 85 255 75 65 53 255 60 52 42 255 +minecraft:bone_block[axis=y] 107 88 67 255 85 70 53 255 53 44 33 255 42 35 26 255 +minecraft:bone_block[axis=z] 151 131 107 255 120 104 85 255 75 65 53 255 60 52 42 255 +minecraft:observer 74 72 69 255 59 57 55 255 37 36 34 255 29 28 27 255 +minecraft:observer[facing=north,powered=false] 74 72 69 255 59 57 55 255 37 36 34 255 29 28 27 255 +minecraft:observer[facing=east,powered=true] 90 77 73 255 72 61 58 255 45 38 36 255 36 30 29 255 +minecraft:observer[facing=east,powered=false] 90 77 73 255 72 61 58 255 45 38 36 255 36 30 29 255 +minecraft:observer[facing=south,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=south,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=west,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=west,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=up,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=up,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=down,powered=true] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:observer[facing=down,powered=false] 70 58 56 255 56 46 44 255 35 29 28 255 28 23 22 255 +minecraft:shulker_box 112 72 97 255 89 57 77 255 56 36 48 255 44 28 38 255 +minecraft:shulker_box[facing=east] 126 85 109 255 100 68 87 255 63 42 54 255 50 34 43 255 +minecraft:shulker_box[facing=south] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:shulker_box[facing=west] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:shulker_box[facing=up] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:shulker_box[facing=down] 117 78 101 255 93 62 80 255 58 39 50 255 46 31 40 255 +minecraft:white_shulker_box 137 126 133 255 109 100 106 255 68 63 66 255 54 50 53 255 +minecraft:white_shulker_box[facing=east] 154 144 150 255 123 115 120 255 77 72 75 255 61 57 60 255 +minecraft:white_shulker_box[facing=south] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:white_shulker_box[facing=west] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:white_shulker_box[facing=up] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:white_shulker_box[facing=down] 145 137 141 255 116 109 112 255 72 68 70 255 58 54 56 255 +minecraft:orange_shulker_box 121 78 65 255 96 62 52 255 60 39 32 255 48 31 26 255 +minecraft:orange_shulker_box[facing=east] 137 93 76 255 109 74 60 255 68 46 38 255 54 37 30 255 +minecraft:orange_shulker_box[facing=south] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:orange_shulker_box[facing=west] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:orange_shulker_box[facing=up] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:orange_shulker_box[facing=down] 127 85 68 255 101 68 54 255 63 42 34 255 50 34 27 255 +minecraft:magenta_shulker_box 131 88 106 255 104 70 84 255 65 44 53 255 52 35 42 255 +minecraft:magenta_shulker_box[facing=east] 146 103 120 255 116 82 96 255 73 51 60 255 58 41 48 255 +minecraft:magenta_shulker_box[facing=south] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:magenta_shulker_box[facing=west] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:magenta_shulker_box[facing=up] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:magenta_shulker_box[facing=down] 137 95 112 255 109 76 89 255 68 47 56 255 54 38 44 255 +minecraft:light_blue_shulker_box 106 97 124 255 84 77 99 255 53 48 62 255 42 38 49 255 +minecraft:light_blue_shulker_box[facing=east] 120 112 140 255 96 89 112 255 60 56 70 255 48 44 56 255 +minecraft:light_blue_shulker_box[facing=south] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:light_blue_shulker_box[facing=west] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:light_blue_shulker_box[facing=up] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:light_blue_shulker_box[facing=down] 111 105 132 255 88 84 105 255 55 52 66 255 44 42 52 255 +minecraft:yellow_shulker_box 145 122 103 255 116 97 82 255 72 61 51 255 58 48 41 255 +minecraft:yellow_shulker_box[facing=east] 161 141 118 255 128 112 94 255 80 70 59 255 64 56 47 255 +minecraft:yellow_shulker_box[facing=south] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:yellow_shulker_box[facing=west] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:yellow_shulker_box[facing=up] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:yellow_shulker_box[facing=down] 153 133 109 255 122 106 87 255 76 66 54 255 61 53 43 255 +minecraft:lime_shulker_box 110 100 79 255 88 80 63 255 55 50 39 255 44 40 31 255 +minecraft:lime_shulker_box[facing=east] 123 116 91 255 98 92 72 255 61 58 45 255 49 46 36 255 +minecraft:lime_shulker_box[facing=south] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:lime_shulker_box[facing=west] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:lime_shulker_box[facing=up] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:lime_shulker_box[facing=down] 114 108 83 255 91 86 66 255 57 54 41 255 45 43 33 255 +minecraft:pink_shulker_box 154 116 126 255 123 92 100 255 77 58 63 255 61 46 50 255 +minecraft:pink_shulker_box[facing=east] 170 134 142 255 136 107 113 255 85 67 71 255 68 53 56 255 +minecraft:pink_shulker_box[facing=south] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:pink_shulker_box[facing=west] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:pink_shulker_box[facing=up] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:pink_shulker_box[facing=down] 162 126 134 255 129 100 107 255 81 63 67 255 64 50 53 255 +minecraft:gray_shulker_box 85 73 80 255 68 58 64 255 42 36 40 255 34 29 32 255 +minecraft:gray_shulker_box[facing=east] 96 87 92 255 76 69 73 255 48 43 46 255 38 34 36 255 +minecraft:gray_shulker_box[facing=south] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:gray_shulker_box[facing=west] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:gray_shulker_box[facing=up] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:gray_shulker_box[facing=down] 87 79 84 255 69 63 67 255 43 39 42 255 34 31 33 255 +minecraft:light_gray_shulker_box 111 99 106 255 88 79 84 255 55 49 53 255 44 39 42 255 +minecraft:light_gray_shulker_box[facing=east] 125 115 121 255 100 92 96 255 62 57 60 255 50 46 48 255 +minecraft:light_gray_shulker_box[facing=south] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:light_gray_shulker_box[facing=west] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:light_gray_shulker_box[facing=up] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:light_gray_shulker_box[facing=down] 116 108 112 255 92 86 89 255 58 54 56 255 46 43 44 255 +minecraft:cyan_shulker_box 98 107 106 255 78 85 84 255 49 53 53 255 39 42 42 255 +minecraft:cyan_shulker_box[facing=east] 111 124 121 255 88 99 96 255 55 62 60 255 44 49 48 255 +minecraft:cyan_shulker_box[facing=south] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:cyan_shulker_box[facing=west] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:cyan_shulker_box[facing=up] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:cyan_shulker_box[facing=down] 102 116 112 255 81 92 89 255 51 58 56 255 40 46 44 255 +minecraft:purple_shulker_box 93 64 87 255 74 51 69 255 46 32 43 255 37 25 34 255 +minecraft:purple_shulker_box[facing=east] 106 75 99 255 84 60 79 255 53 37 49 255 42 30 39 255 +minecraft:purple_shulker_box[facing=south] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:purple_shulker_box[facing=west] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:purple_shulker_box[facing=up] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:purple_shulker_box[facing=down] 97 69 91 255 77 55 72 255 48 34 45 255 38 27 36 255 +minecraft:blue_shulker_box 69 59 83 255 55 47 66 255 34 29 41 255 27 23 33 255 +minecraft:blue_shulker_box[facing=east] 79 70 96 255 63 56 76 255 39 35 48 255 31 28 38 255 +minecraft:blue_shulker_box[facing=south] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:blue_shulker_box[facing=west] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:blue_shulker_box[facing=up] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:blue_shulker_box[facing=down] 70 64 87 255 56 51 69 255 35 32 43 255 28 25 34 255 +minecraft:brown_shulker_box 95 60 59 255 76 48 47 255 47 30 29 255 38 24 23 255 +minecraft:brown_shulker_box[facing=east] 108 74 68 255 86 59 54 255 54 37 34 255 43 29 27 255 +minecraft:brown_shulker_box[facing=south] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:brown_shulker_box[facing=west] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:brown_shulker_box[facing=up] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:brown_shulker_box[facing=down] 98 66 61 255 78 52 48 255 49 33 30 255 39 26 24 255 +minecraft:green_shulker_box 78 69 53 255 62 55 42 255 39 34 26 255 31 27 21 255 +minecraft:green_shulker_box[facing=east] 89 83 61 255 71 66 48 255 44 41 30 255 35 33 24 255 +minecraft:green_shulker_box[facing=south] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:green_shulker_box[facing=west] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:green_shulker_box[facing=up] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:green_shulker_box[facing=down] 80 75 54 255 64 60 43 255 40 37 27 255 32 30 21 255 +minecraft:red_shulker_box 123 61 71 255 98 48 56 255 61 30 35 255 49 24 28 255 +minecraft:red_shulker_box[facing=east] 139 74 80 255 111 59 64 255 69 37 40 255 55 29 32 255 +minecraft:red_shulker_box[facing=south] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:red_shulker_box[facing=west] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:red_shulker_box[facing=up] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:red_shulker_box[facing=down] 130 67 73 255 104 53 58 255 65 33 36 255 52 26 29 255 +minecraft:black_shulker_box 58 47 54 255 46 37 43 255 29 23 27 255 23 18 21 255 +minecraft:black_shulker_box[facing=east] 67 57 63 255 53 45 50 255 33 28 31 255 26 22 25 255 +minecraft:black_shulker_box[facing=south] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:black_shulker_box[facing=west] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:black_shulker_box[facing=up] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:black_shulker_box[facing=down] 58 50 55 255 46 40 44 255 29 25 27 255 23 20 22 255 +minecraft:white_glazed_terracotta 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:white_glazed_terracotta[facing=south] 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:white_glazed_terracotta[facing=west] 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:white_glazed_terracotta[facing=east] 198 199 192 255 158 159 153 255 99 99 96 255 79 79 76 255 +minecraft:orange_glazed_terracotta 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:orange_glazed_terracotta[facing=south] 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:orange_glazed_terracotta[facing=west] 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:orange_glazed_terracotta[facing=east] 145 114 76 255 116 91 60 255 72 57 38 255 58 45 30 255 +minecraft:magenta_glazed_terracotta 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:magenta_glazed_terracotta[facing=south] 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:magenta_glazed_terracotta[facing=west] 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:magenta_glazed_terracotta[facing=east] 158 79 117 255 126 63 93 255 79 39 58 255 63 31 46 255 +minecraft:light_blue_glazed_terracotta 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:light_blue_glazed_terracotta[facing=south] 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:light_blue_glazed_terracotta[facing=west] 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:light_blue_glazed_terracotta[facing=east] 124 129 153 255 99 103 122 255 62 64 76 255 49 51 61 255 +minecraft:yellow_glazed_terracotta 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:yellow_glazed_terracotta[facing=south] 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:yellow_glazed_terracotta[facing=west] 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:yellow_glazed_terracotta[facing=east] 185 151 46 255 148 120 36 255 92 75 23 255 74 60 18 255 +minecraft:lime_glazed_terracotta 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:lime_glazed_terracotta[facing=south] 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:lime_glazed_terracotta[facing=west] 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:lime_glazed_terracotta[facing=east] 149 132 64 255 119 105 51 255 74 66 32 255 59 52 25 255 +minecraft:pink_glazed_terracotta 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:pink_glazed_terracotta[facing=south] 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:pink_glazed_terracotta[facing=west] 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:pink_glazed_terracotta[facing=east] 222 129 132 255 177 103 105 255 111 64 66 255 88 51 52 255 +minecraft:gray_glazed_terracotta 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:gray_glazed_terracotta[facing=south] 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:gray_glazed_terracotta[facing=west] 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:gray_glazed_terracotta[facing=east] 77 87 95 255 61 69 76 255 38 43 47 255 30 34 38 255 +minecraft:light_gray_glazed_terracotta 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:light_gray_glazed_terracotta[facing=south] 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:light_gray_glazed_terracotta[facing=west] 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:light_gray_glazed_terracotta[facing=east] 121 119 115 255 96 95 92 255 60 59 57 255 48 47 46 255 +minecraft:cyan_glazed_terracotta 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:cyan_glazed_terracotta[facing=south] 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:cyan_glazed_terracotta[facing=west] 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:cyan_glazed_terracotta[facing=east] 64 84 78 255 51 67 62 255 32 42 39 255 25 33 31 255 +minecraft:purple_glazed_terracotta 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:purple_glazed_terracotta[facing=south] 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:purple_glazed_terracotta[facing=west] 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:purple_glazed_terracotta[facing=east] 74 43 79 255 59 34 63 255 37 21 39 255 29 17 31 255 +minecraft:blue_glazed_terracotta 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:blue_glazed_terracotta[facing=south] 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:blue_glazed_terracotta[facing=west] 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:blue_glazed_terracotta[facing=east] 49 60 99 255 39 48 79 255 24 30 49 255 19 24 39 255 +minecraft:brown_glazed_terracotta 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:brown_glazed_terracotta[facing=south] 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:brown_glazed_terracotta[facing=west] 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:brown_glazed_terracotta[facing=east] 104 88 74 255 83 70 59 255 52 44 37 255 41 35 29 255 +minecraft:green_glazed_terracotta 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:green_glazed_terracotta[facing=south] 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:green_glazed_terracotta[facing=west] 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:green_glazed_terracotta[facing=east] 93 99 55 255 74 79 44 255 46 49 27 255 37 39 22 255 +minecraft:red_glazed_terracotta 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:red_glazed_terracotta[facing=south] 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:red_glazed_terracotta[facing=west] 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:red_glazed_terracotta[facing=east] 156 36 29 255 124 28 23 255 78 18 14 255 62 14 11 255 +minecraft:black_glazed_terracotta 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:black_glazed_terracotta[facing=south] 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:black_glazed_terracotta[facing=west] 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:black_glazed_terracotta[facing=east] 60 25 25 255 48 20 20 255 30 12 12 255 24 10 10 255 +minecraft:white_concrete 248 246 242 255 198 196 193 255 124 123 121 255 99 98 96 255 +minecraft:orange_concrete 207 103 21 255 165 82 16 255 103 51 10 255 82 41 8 255 +minecraft:magenta_concrete 169 46 115 255 135 36 92 255 84 23 57 255 67 18 46 255 +minecraft:light_blue_concrete 75 117 202 255 60 93 161 255 37 58 101 255 30 46 80 255 +minecraft:yellow_concrete 219 180 16 255 175 144 12 255 109 90 8 255 87 72 6 255 +minecraft:lime_concrete 163 182 15 255 130 145 12 255 81 91 7 255 65 72 6 255 +minecraft:pink_concrete 242 176 160 255 193 140 128 255 121 88 80 255 96 70 64 255 +minecraft:gray_concrete 100 97 94 255 80 77 75 255 50 48 47 255 40 38 37 255 +minecraft:light_gray_concrete 161 158 156 255 128 126 124 255 80 79 78 255 64 63 62 255 +minecraft:cyan_concrete 64 129 114 255 51 103 91 255 32 64 57 255 25 51 45 255 +minecraft:purple_concrete 84 27 81 255 67 21 64 255 42 13 40 255 33 10 32 255 +minecraft:blue_concrete 28 28 109 255 22 22 87 255 14 14 54 255 11 11 43 255 +minecraft:brown_concrete 104 43 14 255 83 34 11 255 52 21 7 255 41 17 5 255 +minecraft:green_concrete 38 47 7 255 30 37 5 255 19 23 3 255 15 18 2 255 +minecraft:red_concrete 180 26 21 255 144 20 16 255 90 13 10 255 72 10 8 255 +minecraft:black_concrete 6 6 5 255 4 4 4 255 3 3 2 255 2 2 2 255 +minecraft:white_concrete_powder 228 222 214 255 182 177 171 255 114 111 107 255 91 88 85 255 +minecraft:orange_concrete_powder 189 105 48 255 151 84 38 255 94 52 24 255 75 42 19 255 +minecraft:magenta_concrete_powder 169 86 130 255 135 68 104 255 84 43 65 255 67 34 52 255 +minecraft:light_blue_concrete_powder 108 124 162 255 86 99 129 255 54 62 81 255 43 49 64 255 +minecraft:yellow_concrete_powder 211 185 72 255 168 148 57 255 105 92 36 255 84 74 28 255 +minecraft:lime_concrete_powder 153 159 70 255 122 127 56 255 76 79 35 255 61 63 28 255 +minecraft:pink_concrete_powder 244 167 158 255 195 133 126 255 122 83 79 255 97 66 63 255 +minecraft:gray_concrete_powder 95 91 88 255 76 72 70 255 47 45 44 255 38 36 35 255 +minecraft:light_gray_concrete_powder 186 181 176 255 148 144 140 255 93 90 88 255 74 72 70 255 +minecraft:cyan_concrete_powder 87 126 117 255 69 100 93 255 43 63 58 255 34 50 46 255 +minecraft:purple_concrete_powder 109 45 106 255 87 36 84 255 54 22 53 255 43 18 42 255 +minecraft:blue_concrete_powder 41 56 111 255 32 44 88 255 20 28 55 255 16 22 44 255 +minecraft:brown_concrete_powder 118 69 34 255 94 55 27 255 59 34 17 255 47 27 13 255 +minecraft:green_concrete_powder 78 86 39 255 62 68 31 255 39 43 19 255 31 34 15 255 +minecraft:red_concrete_powder 183 46 35 255 146 36 28 255 91 23 17 255 73 18 14 255 +minecraft:black_concrete_powder 39 38 37 255 31 30 29 255 19 19 18 255 15 15 14 255 +minecraft:kelp 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=1] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=2] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=3] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=4] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=5] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=6] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=7] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=8] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=9] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=10] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=11] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=12] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=13] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=14] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=15] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=16] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=17] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=18] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=19] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=20] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=21] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=22] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=23] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=24] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp[age=25] 38 56 10 26 30 44 8 26 19 28 5 26 15 22 4 26 +minecraft:kelp_plant 45 60 11 99 36 48 8 99 22 30 5 99 18 24 4 99 +minecraft:dried_kelp_block 68 60 36 255 54 48 28 255 34 30 18 255 27 24 14 255 +minecraft:turtle_egg 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=1,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=1,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=2,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=2,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=3,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=3,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 226 217 167 132 180 173 133 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=4,hatch=1] 226 217 166 132 180 173 132 132 113 108 83 132 90 86 66 132 +minecraft:turtle_egg[eggs=4,hatch=2] 226 216 165 132 180 172 132 132 113 108 82 132 90 86 66 132 +minecraft:dead_tube_coral_block 169 167 157 255 135 133 125 255 84 83 78 255 67 66 62 255 +minecraft:dead_brain_coral_block 189 184 177 255 151 147 141 255 94 92 88 255 75 73 70 255 +minecraft:dead_bubble_coral_block 171 168 156 255 136 134 124 255 85 84 78 255 68 67 62 255 +minecraft:dead_fire_coral_block 183 175 162 255 146 140 129 255 91 87 81 255 73 70 64 255 +minecraft:dead_horn_coral_block 218 200 190 255 174 160 152 255 109 100 95 255 87 80 76 255 +minecraft:tube_coral_block 61 71 160 255 48 56 128 255 30 35 80 255 24 28 64 255 +minecraft:brain_coral_block 165 80 111 255 132 64 88 255 82 40 55 255 66 32 44 255 +minecraft:bubble_coral_block 117 70 196 255 93 56 156 255 58 35 98 255 46 28 78 255 +minecraft:fire_coral_block 177 71 34 255 141 56 27 255 88 35 17 255 70 28 13 255 +minecraft:horn_coral_block 186 169 61 255 148 135 48 255 93 84 30 255 74 67 24 255 +minecraft:dead_tube_coral 174 170 158 107 139 136 126 107 87 85 79 107 69 68 63 107 +minecraft:dead_tube_coral[waterlogged=false] 174 170 158 107 139 136 126 107 87 85 79 107 69 68 63 107 +minecraft:dead_brain_coral 145 139 126 102 116 111 100 102 72 69 63 102 58 55 50 102 +minecraft:dead_brain_coral[waterlogged=false] 145 139 126 102 116 111 100 102 72 69 63 102 58 55 50 102 +minecraft:dead_bubble_coral 177 173 163 86 141 138 130 86 88 86 81 86 70 69 65 86 +minecraft:dead_bubble_coral[waterlogged=false] 177 173 163 86 141 138 130 86 88 86 81 86 70 69 65 86 +minecraft:dead_fire_coral 222 202 190 77 177 161 152 77 111 101 95 77 88 80 76 77 +minecraft:dead_fire_coral[waterlogged=false] 222 202 190 77 177 161 152 77 111 101 95 77 88 80 76 77 +minecraft:dead_horn_coral 189 182 170 61 151 145 136 61 94 91 85 61 75 72 68 61 +minecraft:dead_horn_coral[waterlogged=false] 189 182 170 61 151 145 136 61 94 91 85 61 75 72 68 61 +minecraft:tube_coral 56 65 153 107 44 52 122 107 28 32 76 107 22 26 61 107 +minecraft:tube_coral[waterlogged=false] 56 65 153 107 44 52 122 107 28 32 76 107 22 26 61 107 +minecraft:brain_coral 155 70 103 133 124 56 82 133 77 35 51 133 62 28 41 133 +minecraft:brain_coral[waterlogged=false] 155 70 103 133 124 56 82 133 77 35 51 133 62 28 41 133 +minecraft:bubble_coral 139 93 198 123 111 74 158 123 69 46 99 123 55 37 79 123 +minecraft:bubble_coral[waterlogged=false] 139 93 198 123 111 74 158 123 69 46 99 123 55 37 79 123 +minecraft:fire_coral 196 84 45 77 156 67 36 77 98 42 22 77 78 33 18 77 +minecraft:fire_coral[waterlogged=false] 196 84 45 77 156 67 36 77 98 42 22 77 78 33 18 77 +minecraft:horn_coral 158 138 42 61 126 110 33 61 79 69 21 61 63 55 16 61 +minecraft:horn_coral[waterlogged=false] 158 138 42 61 126 110 33 61 79 69 21 61 63 55 16 61 +minecraft:dead_tube_coral_fan 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_fan[waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_brain_coral_fan 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_fan[waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_bubble_coral_fan 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_fan[waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_fire_coral_fan 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_fan[waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_horn_coral_fan 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_fan[waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:tube_coral_fan 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_fan[waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:brain_coral_fan 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_fan[waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:bubble_coral_fan 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_fan[waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:fire_coral_fan 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_fan[waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:horn_coral_fan 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_fan[waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:dead_tube_coral_wall_fan 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 183 181 170 111 146 144 136 111 91 90 85 111 73 72 68 111 +minecraft:dead_brain_coral_wall_fan 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 173 165 147 64 138 132 117 64 86 82 73 64 69 66 58 64 +minecraft:dead_bubble_coral_wall_fan 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 155 152 141 78 124 121 112 78 77 76 70 78 62 60 56 78 +minecraft:dead_fire_coral_wall_fan 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 205 185 172 72 164 148 137 72 102 92 86 72 82 74 68 72 +minecraft:dead_horn_coral_wall_fan 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 202 194 182 62 161 155 145 62 101 97 91 62 80 77 72 62 +minecraft:tube_coral_wall_fan 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 74 63 154 111 59 50 123 111 37 31 77 111 29 25 61 111 +minecraft:brain_coral_wall_fan 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 173 84 92 84 138 67 73 84 86 42 46 84 69 33 36 84 +minecraft:bubble_coral_wall_fan 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 95 73 179 112 76 58 143 112 47 36 89 112 38 29 71 112 +minecraft:fire_coral_wall_fan 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 178 77 32 72 142 61 25 72 89 38 16 72 71 30 12 72 +minecraft:horn_coral_wall_fan 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 178 143 55 62 142 114 44 62 89 71 27 62 71 57 22 62 +minecraft:sea_pickle 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=1,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=2,waterlogged=true] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=2,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=3,waterlogged=true] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=3,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=4,waterlogged=true] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:sea_pickle[pickles=4,waterlogged=false] 83 92 87 100 66 73 69 100 41 46 43 100 33 36 34 100 +minecraft:blue_ice 99 180 184 255 79 144 147 255 49 90 92 255 39 72 73 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 72 80 48 28 57 64 38 28 36 40 24 28 28 32 19 28 +minecraft:bamboo 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=none,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=small,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=small,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=large,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=0,leaves=large,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=none,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=none,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=small,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=small,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=large,stage=0] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:bamboo[age=1,leaves=large,stage=1] 115 124 68 233 92 99 54 233 57 62 34 233 46 49 27 233 +minecraft:potted_bamboo 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:polished_granite_stairs 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:smooth_red_sandstone_stairs 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:mossy_stone_brick_stairs 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:polished_diorite_stairs 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:mossy_cobblestone_stairs 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:end_stone_brick_stairs 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:stone_stairs 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 95 91 255 78 76 72 255 49 47 45 255 39 38 36 255 +minecraft:smooth_sandstone_stairs 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_quartz_stairs 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:granite_stairs 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:andesite_stairs 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:red_nether_brick_stairs 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:polished_andesite_stairs 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:diorite_stairs 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:polished_granite_slab 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 112 92 76 255 89 73 60 255 56 46 38 255 44 36 30 255 +minecraft:smooth_red_sandstone_slab 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 138 85 55 255 110 68 44 255 69 42 27 255 55 34 22 255 +minecraft:mossy_stone_brick_slab 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:polished_diorite_slab 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 163 160 163 255 130 128 130 255 81 80 81 255 65 64 65 255 +minecraft:mossy_cobblestone_slab 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 62 69 55 255 49 55 44 255 31 34 27 255 24 27 22 255 +minecraft:end_stone_brick_slab 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:smooth_sandstone_slab 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 166 135 88 255 132 108 70 255 83 67 44 255 66 54 35 255 +minecraft:smooth_quartz_slab 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 226 213 213 255 180 170 170 255 113 106 106 255 90 85 85 255 +minecraft:granite_slab 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=top,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=double,waterlogged=true] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_slab[type=double,waterlogged=false] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:andesite_slab 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=top,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=double,waterlogged=true] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_slab[type=double,waterlogged=false] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:red_nether_brick_slab 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:polished_andesite_slab 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 88 85 86 255 70 68 68 255 44 42 43 255 35 34 34 255 +minecraft:diorite_slab 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=top,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=double,waterlogged=true] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_slab[type=double,waterlogged=false] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:brick_wall 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 142 99 74 255 113 79 59 255 71 49 37 255 56 39 29 255 +minecraft:prismarine_wall 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 90 170 139 255 72 136 111 255 45 85 69 255 36 68 55 255 +minecraft:red_sandstone_wall 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 80 52 255 104 64 41 255 65 40 26 255 52 32 20 255 +minecraft:mossy_stone_brick_wall 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 75 77 60 255 60 61 48 255 37 38 30 255 30 30 24 255 +minecraft:granite_wall 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 113 96 81 255 90 76 64 255 56 48 40 255 45 38 32 255 +minecraft:stone_brick_wall 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 84 80 77 255 67 64 61 255 42 40 38 255 33 32 30 255 +minecraft:nether_brick_wall 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 66 30 31 255 52 24 24 255 33 15 15 255 26 12 12 255 +minecraft:andesite_wall 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 94 91 91 255 75 72 72 255 47 45 45 255 37 36 36 255 +minecraft:red_nether_brick_wall 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 47 4 4 255 37 3 3 255 23 2 2 255 18 1 1 255 +minecraft:sandstone_wall 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 163 133 88 255 130 106 70 255 81 66 44 255 65 53 35 255 +minecraft:end_stone_brick_wall 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 148 136 127 255 118 108 101 255 74 68 63 255 59 54 50 255 +minecraft:diorite_wall 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 158 155 155 255 126 124 124 255 79 77 77 255 63 62 62 255 +minecraft:scaffolding 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 141 112 67 233 112 89 53 233 70 56 33 233 56 44 26 233 +minecraft:loom 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:loom[facing=south] 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:loom[facing=west] 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:loom[facing=east] 120 91 74 255 96 72 59 255 60 45 37 255 48 36 29 255 +minecraft:barrel 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=north,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=east,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=east,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=south,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=south,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=west,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=west,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=up,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=up,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=down,open=true] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:barrel[facing=down,open=false] 104 80 46 255 83 64 36 255 52 40 23 255 41 32 18 255 +minecraft:smoker 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=north,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=south,lit=true] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=south,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=west,lit=true] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=west,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=east,lit=true] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:smoker[facing=east,lit=false] 74 70 64 255 59 56 51 255 37 35 32 255 29 28 25 255 +minecraft:blast_furnace 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=north,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=south,lit=true] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=south,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=west,lit=true] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=west,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=east,lit=true] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:blast_furnace[facing=east,lit=false] 108 109 107 255 86 87 85 255 54 54 53 255 43 43 42 255 +minecraft:cartography_table 156 134 84 255 124 107 67 255 78 67 42 255 62 53 33 255 +minecraft:fletching_table 153 139 106 255 122 111 84 255 76 69 53 255 61 55 42 255 +minecraft:grindstone 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=floor,facing=south] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=floor,facing=west] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=floor,facing=east] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=north] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=south] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=west] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=wall,facing=east] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=north] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=south] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=west] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:grindstone[face=ceiling,facing=east] 44 37 24 255 35 29 19 255 22 18 12 255 17 14 9 255 +minecraft:lectern 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=north,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=north,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=north,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=true,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=south,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=true,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=west,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=true,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=true,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=false,powered=true] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:lectern[facing=east,has_book=false,powered=false] 133 107 57 210 106 85 45 210 66 53 28 210 53 42 22 210 +minecraft:smithing_table 77 72 72 255 61 57 57 255 38 36 36 255 30 28 28 255 +minecraft:stonecutter 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:stonecutter[facing=south] 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:stonecutter[facing=west] 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:stonecutter[facing=east] 101 96 91 255 80 76 72 255 50 48 45 255 40 38 36 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:lantern[hanging=true,waterlogged=false] 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:lantern[hanging=false,waterlogged=true] 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:lantern[hanging=false,waterlogged=false] 153 128 84 10 122 102 67 10 76 64 42 10 61 51 33 10 +minecraft:soul_lantern 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:soul_lantern[hanging=true,waterlogged=false] 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:soul_lantern[hanging=false,waterlogged=true] 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:soul_lantern[hanging=false,waterlogged=false] 45 67 118 8 36 53 94 8 22 33 59 8 18 26 47 8 +minecraft:campfire 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 57 58 62 207 45 46 49 207 28 29 31 207 22 23 24 207 +minecraft:sweet_berry_bush 36 56 41 57 28 44 32 57 18 28 20 57 14 22 16 57 +minecraft:sweet_berry_bush[age=1] 32 51 37 155 25 40 29 155 16 25 18 155 12 20 14 155 +minecraft:sweet_berry_bush[age=2] 40 51 38 155 32 40 30 155 20 25 19 155 16 20 15 155 +minecraft:sweet_berry_bush[age=3] 52 48 39 155 41 38 31 155 26 24 19 155 20 19 15 155 +minecraft:warped_stem 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:warped_stem[axis=y] 52 105 106 255 41 84 84 255 26 52 53 255 20 42 42 255 +minecraft:warped_stem[axis=z] 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:stripped_warped_stem 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:stripped_warped_stem[axis=y] 66 144 138 255 52 115 110 255 33 72 69 255 26 57 55 255 +minecraft:stripped_warped_stem[axis=z] 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:warped_hyphae 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:warped_hyphae[axis=y] 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:warped_hyphae[axis=z] 58 60 70 255 46 48 56 255 29 30 35 255 23 24 28 255 +minecraft:stripped_warped_hyphae 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:stripped_warped_hyphae[axis=y] 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:stripped_warped_hyphae[axis=z] 65 143 134 255 52 114 107 255 32 71 67 255 26 57 53 255 +minecraft:warped_nylium 69 128 100 255 55 102 80 255 34 64 50 255 27 51 40 255 +minecraft:warped_fungus 125 111 59 114 100 88 47 114 62 55 29 114 50 44 23 114 +minecraft:warped_wart_block 47 109 98 255 37 87 78 255 23 54 49 255 18 43 39 255 +minecraft:warped_roots 46 104 94 110 36 83 75 110 23 52 47 110 18 41 37 110 +minecraft:nether_sprouts 119 137 124 36 95 109 99 36 59 68 62 36 47 54 49 36 +minecraft:crimson_stem 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:crimson_stem[axis=y] 136 58 74 255 108 46 59 255 68 29 37 255 54 23 29 255 +minecraft:crimson_stem[axis=z] 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:stripped_crimson_stem 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:stripped_crimson_stem[axis=y] 147 64 81 255 117 51 64 255 73 32 40 255 58 25 32 255 +minecraft:stripped_crimson_stem[axis=z] 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:crimson_hyphae 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:crimson_hyphae[axis=y] 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:crimson_hyphae[axis=z] 93 46 55 255 74 36 44 255 46 23 27 255 37 18 22 255 +minecraft:stripped_crimson_hyphae 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:stripped_crimson_hyphae[axis=y] 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:stripped_crimson_hyphae[axis=z] 115 43 57 255 92 34 45 255 57 21 28 255 46 17 22 255 +minecraft:crimson_nylium 109 35 51 255 87 28 40 255 54 17 25 255 43 14 20 255 +minecraft:crimson_fungus 171 68 27 184 136 54 21 184 85 34 13 184 68 27 10 184 +minecraft:shroomlight 212 91 3 255 169 72 2 255 106 45 1 255 84 36 1 255 +minecraft:weeping_vines 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=1] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=2] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=3] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=4] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=5] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=6] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=7] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=8] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=9] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=10] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=11] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=12] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=13] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=14] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=15] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=16] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=17] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=18] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=19] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=20] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=21] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=22] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=23] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=24] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines[age=25] 71 14 16 29 56 11 12 29 35 7 8 29 28 5 6 29 +minecraft:weeping_vines_plant 111 51 51 165 88 40 40 165 55 25 25 165 44 20 20 165 +minecraft:twisting_vines_plant 51 112 97 115 40 89 77 115 25 56 48 115 20 44 38 115 +minecraft:crimson_roots 102 28 40 39 81 22 32 39 51 14 20 39 40 11 16 39 +minecraft:crimson_planks 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_planks 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_slab 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=top,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=double,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_slab[type=double,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_slab 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=top,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=double,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_slab[type=double,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_pressure_plate 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_pressure_plate[powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_pressure_plate 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_pressure_plate[powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_fence 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_fence 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_trapdoor 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 125 46 61 215 100 36 48 215 62 23 30 215 50 18 24 215 +minecraft:warped_trapdoor 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 61 137 126 196 48 109 100 196 30 68 63 196 24 54 50 196 +minecraft:crimson_fence_gate 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_fence_gate 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_stairs 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_stairs 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_button 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 127 46 62 255 101 36 49 255 63 23 31 255 50 18 24 255 +minecraft:warped_button 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 67 143 135 255 53 114 108 255 33 71 67 255 26 57 54 255 +minecraft:crimson_door 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 121 45 60 254 96 36 48 254 60 22 30 254 48 18 24 254 +minecraft:warped_door 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 60 132 122 251 48 105 97 251 30 66 61 251 24 52 48 251 +minecraft:crimson_sign 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:warped_sign 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:crimson_wall_sign 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 125 45 61 10 100 36 48 10 62 22 30 10 50 18 24 10 +minecraft:warped_wall_sign 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 69 144 136 10 55 115 108 10 34 72 68 10 27 57 54 10 +minecraft:structure_block 76 72 97 255 60 57 77 255 38 36 48 255 30 28 38 255 +minecraft:structure_block[mode=load] 76 72 97 255 60 57 77 255 38 36 48 255 30 28 38 255 +minecraft:structure_block[mode=corner] 61 58 77 255 48 46 61 255 30 29 38 255 24 23 30 255 +minecraft:structure_block[mode=data] 65 61 77 255 52 48 61 255 32 30 38 255 26 24 30 255 +minecraft:jigsaw 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=down_north] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=down_south] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=down_west] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_east] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_north] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_south] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=up_west] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=west_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=east_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=north_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:jigsaw[orientation=south_up] 58 58 65 255 46 46 52 255 29 29 32 255 23 23 26 255 +minecraft:composter 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=1] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=2] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=3] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=4] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=5] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=6] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=7] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:composter[level=8] 79 53 35 143 63 42 28 143 39 26 17 143 31 21 14 143 +minecraft:target 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=1] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=2] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=3] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=4] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=5] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=6] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=7] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=8] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=9] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=10] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=11] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=12] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=13] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=14] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:target[power=15] 165 124 106 255 132 99 84 255 82 62 53 255 66 49 42 255 +minecraft:bee_nest 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=north,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=0] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=south,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=0] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=west,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=0] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=1] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=2] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=3] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=4] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:bee_nest[facing=east,honey_level=5] 182 144 92 255 145 115 73 255 91 72 46 255 72 57 36 255 +minecraft:beehive 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=north,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=0] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=south,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=0] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=west,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=0] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=1] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=2] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=3] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=4] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:beehive[facing=east,honey_level=5] 163 152 122 255 130 121 97 255 81 76 61 255 65 60 48 255 +minecraft:honey_block 178 52 2 170 142 41 1 170 89 26 1 170 71 20 0 170 +minecraft:honeycomb_block 188 120 52 255 150 96 41 255 94 60 26 255 75 48 20 255 +minecraft:netherite_block 56 47 46 255 44 37 36 255 28 23 23 255 22 18 18 255 +minecraft:ancient_debris 62 33 35 255 49 26 28 255 31 16 17 255 24 13 14 255 +minecraft:crying_obsidian 60 39 72 255 48 31 57 255 30 19 36 255 24 15 28 255 +minecraft:respawn_anchor 12 8 11 255 9 6 8 255 6 4 5 255 4 3 4 255 +minecraft:respawn_anchor[charges=1] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:respawn_anchor[charges=2] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:respawn_anchor[charges=3] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:respawn_anchor[charges=4] 106 66 131 255 84 52 104 255 53 33 65 255 42 26 52 255 +minecraft:potted_crimson_fungus 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_warped_fungus 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_crimson_roots 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:potted_warped_roots 150 93 67 49 120 74 53 49 75 46 33 49 60 37 26 49 +minecraft:lodestone 76 73 70 255 60 58 56 255 38 36 35 255 30 29 28 255 +minecraft:blackstone 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_stairs 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 30 28 26 255 24 22 20 255 15 14 13 255 12 11 10 255 +minecraft:blackstone_slab 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 30 29 28 255 24 23 22 255 15 14 14 255 12 11 11 255 +minecraft:polished_blackstone 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_bricks 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:cracked_polished_blackstone_bricks 24 25 25 255 19 20 20 255 12 12 12 255 9 10 10 255 +minecraft:chiseled_polished_blackstone 34 34 34 255 27 27 27 255 17 17 17 255 13 13 13 255 +minecraft:polished_blackstone_brick_slab 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 33 33 32 255 26 26 25 255 16 16 16 255 13 13 12 255 +minecraft:gilded_blackstone 62 52 37 255 49 41 29 255 31 26 18 255 24 20 14 255 +minecraft:polished_blackstone_stairs 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_pressure_plate 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 32 34 35 255 25 27 28 255 16 17 17 255 12 13 14 255 +minecraft:chiseled_nether_bricks 69 34 35 255 55 27 28 255 34 17 17 255 27 13 14 255 +minecraft:cracked_nether_bricks 57 22 24 255 45 17 19 255 28 11 12 255 22 8 9 255 +minecraft:quartz_bricks 221 209 210 255 176 167 168 255 110 104 105 255 88 83 84 255 +minecraft:candle 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 224 200 146 20 179 160 116 20 112 100 73 20 89 80 58 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 199 174 125 20 159 139 100 20 99 87 62 20 79 69 50 20 +minecraft:white_candle 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 229 220 208 20 183 176 166 20 114 110 104 20 91 88 83 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 211 207 199 20 168 165 159 20 105 103 99 20 84 82 79 20 +minecraft:orange_candle 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 206 140 55 20 164 112 44 20 103 70 27 20 82 56 22 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 171 96 42 20 136 76 33 20 85 48 21 20 68 38 16 20 +minecraft:magenta_candle 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 201 138 150 20 160 110 120 20 100 69 75 20 80 55 60 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 163 93 127 20 130 74 101 20 81 46 63 20 65 37 50 20 +minecraft:light_blue_candle 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 156 153 162 20 124 122 129 20 78 76 81 20 62 61 64 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 100 112 142 20 80 89 113 20 50 56 71 20 40 44 56 20 +minecraft:yellow_candle 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 194 81 20 172 155 64 20 108 97 40 20 86 77 32 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 188 164 60 20 150 131 48 20 94 82 30 20 75 65 24 20 +minecraft:lime_candle 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 179 174 79 20 143 139 63 20 89 87 39 20 71 69 31 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 131 137 59 20 104 109 47 20 65 68 29 20 52 54 23 20 +minecraft:pink_candle 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 234 174 153 20 187 139 122 20 117 87 76 20 93 69 61 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 221 141 132 20 176 112 105 20 110 70 66 20 88 56 52 20 +minecraft:gray_candle 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 143 123 96 20 114 98 76 20 71 61 48 20 57 49 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 82 78 71 20 65 62 56 20 41 39 35 20 32 31 28 20 +minecraft:light_gray_candle 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 204 195 177 20 163 156 141 20 102 97 88 20 81 78 70 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 172 170 162 20 137 136 129 20 86 85 81 20 68 68 64 20 +minecraft:cyan_candle 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 140 150 119 20 112 120 95 20 70 75 59 20 56 60 47 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 80 108 94 20 64 86 75 20 40 54 47 20 32 43 37 20 +minecraft:purple_candle 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 165 81 127 20 132 64 101 20 82 40 63 20 66 32 50 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 109 44 102 20 87 35 81 20 54 22 51 20 43 17 40 20 +minecraft:blue_candle 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 91 74 108 20 72 59 86 20 45 37 54 20 36 29 43 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 27 39 81 20 21 31 64 20 13 19 40 20 10 15 32 20 +minecraft:brown_candle 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 172 113 39 20 137 90 31 20 86 56 19 20 68 45 15 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 119 69 31 20 95 55 24 20 59 34 15 20 47 27 12 20 +minecraft:green_candle 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 131 114 32 20 104 91 25 20 65 57 16 20 52 45 12 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 67 70 25 20 53 56 20 20 33 35 12 20 26 28 10 20 +minecraft:red_candle 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 207 77 38 20 165 61 30 20 103 38 19 20 82 30 15 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 172 42 30 20 137 33 24 20 86 21 15 20 68 16 12 20 +minecraft:black_candle 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 88 43 27 20 70 34 21 20 44 21 13 20 35 17 10 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 26 24 21 20 20 19 16 20 13 12 10 20 10 9 8 20 +minecraft:candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:white_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:white_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:orange_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:orange_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:magenta_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:magenta_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_blue_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_blue_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:yellow_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:yellow_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:lime_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:lime_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:pink_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:pink_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:gray_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:gray_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_gray_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:light_gray_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cyan_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:cyan_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:purple_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:purple_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:blue_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:blue_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:brown_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:brown_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:green_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:green_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:red_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:red_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:black_candle_cake 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:black_candle_cake[lit=false] 224 211 167 195 179 168 133 195 112 105 83 195 89 84 66 195 +minecraft:amethyst_block 117 89 135 255 93 71 108 255 58 44 67 255 46 35 54 255 +minecraft:budding_amethyst 127 99 145 255 101 79 116 255 63 49 72 255 50 39 58 255 +minecraft:amethyst_cluster 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 120 89 140 151 96 71 112 151 60 44 70 151 48 35 56 151 +minecraft:large_amethyst_bud 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 118 88 136 84 94 70 108 84 59 44 68 84 47 35 54 84 +minecraft:medium_amethyst_bud 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 113 85 130 51 90 68 104 51 56 42 65 51 45 34 52 51 +minecraft:small_amethyst_bud 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 112 86 128 27 89 68 102 27 56 43 64 27 44 34 51 27 +minecraft:tuff 84 84 78 255 67 67 62 255 42 42 39 255 33 33 31 255 +minecraft:calcite 217 215 212 255 173 172 169 255 108 107 106 255 86 86 84 255 +minecraft:tinted_glass 133 113 144 125 106 90 115 125 66 56 72 125 53 45 57 125 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 83 167 140 255 66 133 112 255 41 83 70 255 33 66 56 255 +minecraft:weathered_copper 89 121 94 255 71 96 75 255 44 60 47 255 35 48 37 255 +minecraft:exposed_copper 104 82 58 255 83 65 46 255 52 41 29 255 41 32 23 255 +minecraft:copper_block 156 94 70 255 124 75 56 255 78 47 35 255 62 37 28 255 +minecraft:copper_ore 96 111 99 255 76 88 79 255 48 55 49 255 38 44 39 255 +minecraft:deepslate_copper_ore 70 85 73 255 56 68 58 255 35 42 36 255 28 34 29 255 +minecraft:oxidized_cut_copper 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:weathered_cut_copper 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:exposed_cut_copper 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:cut_copper 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:oxidized_cut_copper_stairs 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:weathered_cut_copper_stairs 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:exposed_cut_copper_stairs 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:cut_copper_stairs 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:oxidized_cut_copper_slab 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:weathered_cut_copper_slab 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:exposed_cut_copper_slab 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:cut_copper_slab 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_copper_block 156 94 70 255 124 75 56 255 78 47 35 255 62 37 28 255 +minecraft:waxed_weathered_copper 89 121 94 255 71 96 75 255 44 60 47 255 35 48 37 255 +minecraft:waxed_exposed_copper 104 82 58 255 83 65 46 255 52 41 29 255 41 32 23 255 +minecraft:waxed_oxidized_copper 83 167 140 255 66 133 112 255 41 83 70 255 33 66 56 255 +minecraft:waxed_oxidized_cut_copper 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_weathered_cut_copper 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_exposed_cut_copper 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_cut_copper 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_oxidized_cut_copper_stairs 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_weathered_cut_copper_stairs 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_exposed_cut_copper_stairs 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_cut_copper_stairs 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_oxidized_cut_copper_slab 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 82 168 140 255 65 134 112 255 41 84 70 255 32 67 56 255 +minecraft:waxed_weathered_cut_copper_slab 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 87 121 92 255 69 96 73 255 43 60 46 255 34 48 36 255 +minecraft:waxed_exposed_cut_copper_slab 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 102 82 58 255 81 65 46 255 51 41 29 255 40 32 23 255 +minecraft:waxed_cut_copper_slab 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 155 93 70 255 124 74 56 255 77 46 35 255 62 37 28 255 +minecraft:pointed_dripstone 114 91 60 73 91 72 48 73 57 45 30 73 45 36 24 73 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 114 91 60 73 91 72 48 73 57 45 30 73 45 36 24 73 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 132 109 78 56 105 87 62 56 66 54 39 56 52 43 31 56 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 132 109 78 56 105 87 62 56 66 54 39 56 52 43 31 56 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 117 94 62 37 93 75 49 37 58 47 31 37 46 37 24 37 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 117 94 62 37 93 75 49 37 58 47 31 37 46 37 24 37 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 130 107 77 31 104 85 61 31 65 53 38 31 52 42 30 31 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 130 107 77 31 104 85 61 31 65 53 38 31 52 42 30 31 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 129 106 74 119 103 84 59 119 64 53 37 119 51 42 29 119 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 129 106 74 119 103 84 59 119 64 53 37 119 51 42 29 119 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 123 100 70 129 98 80 56 129 61 50 35 129 49 40 28 129 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 123 100 70 129 98 80 56 129 61 50 35 129 49 40 28 129 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 126 103 73 158 100 82 58 158 63 51 36 158 50 41 29 158 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 126 103 73 158 100 82 58 158 63 51 36 158 50 41 29 158 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 145 121 89 160 116 96 71 160 72 60 44 160 58 48 35 160 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 145 121 89 160 116 96 71 160 72 60 44 160 58 48 35 160 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 134 112 81 223 107 89 64 223 67 56 40 223 53 44 32 223 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 134 112 81 223 107 89 64 223 67 56 40 223 53 44 32 223 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 146 123 93 206 116 98 74 206 73 61 46 206 58 49 37 206 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 146 123 93 206 116 98 74 206 73 61 46 206 58 49 37 206 +minecraft:dripstone_block 109 89 65 255 87 71 52 255 54 44 32 255 43 35 26 255 +minecraft:cave_vines 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=0,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=1,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=1,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=2,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=2,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=3,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=3,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=4,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=4,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=5,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=5,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=6,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=6,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=7,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=7,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=8,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=8,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=9,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=9,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=10,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=10,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=11,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=11,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=12,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=12,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=13,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=13,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=14,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=14,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=15,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=15,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=16,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=16,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=17,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=17,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=18,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=18,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=19,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=19,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=20,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=20,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=21,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=21,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=22,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=22,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=23,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=23,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=24,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=24,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines[age=25,berries=true] 123 116 25 106 98 92 20 106 61 58 12 106 49 46 10 106 +minecraft:cave_vines[age=25,berries=false] 67 82 29 93 53 65 23 93 33 41 14 93 26 32 11 93 +minecraft:cave_vines_plant 109 99 22 182 87 79 17 182 54 49 11 182 43 39 8 182 +minecraft:cave_vines_plant[berries=false] 58 71 24 172 46 56 19 172 29 35 12 172 23 28 9 172 +minecraft:spore_blossom 181 104 141 113 144 83 112 113 90 52 70 113 72 41 56 113 +minecraft:azalea 73 89 33 137 58 71 26 137 36 44 16 137 29 35 13 137 +minecraft:flowering_azalea 91 85 59 140 72 68 47 140 45 42 29 140 36 34 23 140 +minecraft:moss_carpet 71 86 34 255 56 68 27 255 35 43 17 255 28 34 13 255 +minecraft:moss_block 71 86 34 255 56 68 27 255 35 43 17 255 28 34 13 255 +minecraft:big_dripleaf_stem 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 64 87 36 91 51 69 28 91 32 43 18 91 25 34 14 91 +minecraft:small_dripleaf 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 80 99 60 63 64 79 48 63 40 49 30 63 32 39 24 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 63 76 24 33 50 60 19 33 31 38 12 33 25 30 9 33 +minecraft:hanging_roots 86 71 56 50 68 56 44 50 43 35 28 50 34 28 22 50 +minecraft:hanging_roots[waterlogged=false] 86 71 56 50 68 56 44 50 43 35 28 50 34 28 22 50 +minecraft:rooted_dirt 67 53 39 255 53 42 31 255 33 26 19 255 26 21 15 255 +minecraft:deepslate 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:deepslate[axis=y] 59 58 58 255 47 46 46 255 29 29 29 255 23 23 23 255 +minecraft:deepslate[axis=z] 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:cobbled_deepslate 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 52 52 51 255 41 41 40 255 26 26 25 255 20 20 20 255 +minecraft:polished_deepslate 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_tiles 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 57 56 54 255 45 44 43 255 28 28 27 255 22 22 21 255 +minecraft:deepslate_bricks 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:chiseled_deepslate 54 54 53 255 43 43 42 255 27 27 26 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 49 48 47 255 39 38 37 255 24 24 23 255 19 19 18 255 +minecraft:cracked_deepslate_tiles 53 52 50 255 42 41 40 255 26 26 25 255 21 20 20 255 +minecraft:infested_deepslate 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:infested_deepslate[axis=y] 59 58 58 255 47 46 46 255 29 29 29 255 23 23 23 255 +minecraft:infested_deepslate[axis=z] 55 54 54 255 44 43 43 255 27 27 27 255 22 21 21 255 +minecraft:smooth_basalt 85 82 77 255 68 65 61 255 42 41 38 255 34 32 30 255 +minecraft:raw_iron_block 140 94 81 255 112 75 64 255 70 47 40 255 56 37 32 255 +minecraft:raw_copper_block 55 120 92 255 44 96 73 255 27 60 46 255 22 48 36 255 +minecraft:raw_gold_block 188 161 78 255 150 128 62 255 94 80 39 255 75 64 31 255 diff --git a/dynmap/colorschemes/ovocean.txt b/dynmap/colorschemes/ovocean.txt new file mode 100644 index 0000000..3926159 --- /dev/null +++ b/dynmap/colorschemes/ovocean.txt @@ -0,0 +1,18473 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/dynmap/colorschemes/sk89q.txt b/dynmap/colorschemes/sk89q.txt new file mode 100644 index 0000000..96c3a57 --- /dev/null +++ b/dynmap/colorschemes/sk89q.txt @@ -0,0 +1,19769 @@ +minecraft:stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:granite 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:polished_granite 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:diorite 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_diorite 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:andesite 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:polished_andesite 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:grass_block 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:grass_block[snowy=false] 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:dirt 134 96 67 255 107 76 53 255 67 48 33 255 53 38 26 255 +minecraft:coarse_dirt 119 85 59 255 95 68 47 255 59 42 29 255 47 34 23 255 +minecraft:podzol 147 147 147 255 117 117 117 255 73 73 73 255 58 58 58 255 +minecraft:podzol[snowy=false] 91 63 24 255 72 50 19 255 45 31 12 255 36 25 9 255 +minecraft:cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_planks 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_planks 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_planks 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_planks 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_planks 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_planks 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:oak_sapling 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:oak_sapling[stage=1] 77 106 40 110 61 84 32 110 38 53 20 110 30 42 16 110 +minecraft:spruce_sapling 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:spruce_sapling[stage=1] 44 60 36 82 35 48 28 82 22 30 18 82 17 24 14 82 +minecraft:birch_sapling 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:birch_sapling[stage=1] 127 160 79 97 101 128 63 97 63 80 39 97 50 64 31 97 +minecraft:jungle_sapling 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:jungle_sapling[stage=1] 47 81 16 85 37 64 12 85 23 40 8 85 18 32 6 85 +minecraft:acacia_sapling 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:acacia_sapling[stage=1] 118 117 23 110 94 93 18 110 59 58 11 110 47 46 9 110 +minecraft:dark_oak_sapling 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:dark_oak_sapling[stage=1] 61 90 30 109 48 72 24 109 30 45 15 109 24 36 12 109 +minecraft:bedrock 85 85 85 255 68 68 68 255 42 42 42 255 34 34 34 255 +minecraft:water 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=1] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=2] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=3] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=4] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=5] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=6] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=7] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=8] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=9] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=10] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=11] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=12] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=13] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=14] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:water[level=15] 177 177 177 180 141 141 141 180 88 88 88 180 70 70 70 180 +minecraft:lava 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=1] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=2] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=3] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=4] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=5] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=6] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=7] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=8] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=9] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=10] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=11] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=12] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=13] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=14] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:lava[level=15] 216 104 26 255 172 83 20 255 108 52 13 255 86 41 10 255 +minecraft:sand 219 207 163 255 175 165 130 255 109 103 81 255 87 82 65 255 +minecraft:red_sand 190 102 33 255 152 81 26 255 95 51 16 255 76 40 13 255 +minecraft:gravel 131 127 126 255 104 101 100 255 65 63 63 255 52 50 50 255 +minecraft:gold_ore 145 133 106 255 116 106 84 255 72 66 53 255 58 53 42 255 +minecraft:deepslate_gold_ore 115 102 78 255 92 81 62 255 57 51 39 255 46 40 31 255 +minecraft:iron_ore 136 129 122 255 108 103 97 255 68 64 61 255 54 51 48 255 +minecraft:deepslate_iron_ore 106 99 94 255 84 79 75 255 53 49 47 255 42 39 37 255 +minecraft:coal_ore 105 105 105 255 84 84 84 255 52 52 52 255 42 42 42 255 +minecraft:deepslate_coal_ore 74 74 76 255 59 59 60 255 37 37 38 255 29 29 30 255 +minecraft:nether_gold_ore 115 54 42 255 92 43 33 255 57 27 21 255 46 21 16 255 +minecraft:oak_log 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_log[axis=y] 151 121 73 255 120 96 58 255 75 60 36 255 60 48 29 255 +minecraft:oak_log[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_log 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_log[axis=y] 108 80 46 255 86 64 36 255 54 40 23 255 43 32 18 255 +minecraft:spruce_log[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_log 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_log[axis=y] 193 179 135 255 154 143 108 255 96 89 67 255 77 71 54 255 +minecraft:birch_log[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_log 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_log[axis=y] 149 109 70 255 119 87 56 255 74 54 35 255 59 43 28 255 +minecraft:jungle_log[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_log 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_log[axis=y] 150 88 55 255 120 70 44 255 75 44 27 255 60 35 22 255 +minecraft:acacia_log[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_log 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_log[axis=y] 64 42 21 255 51 33 16 255 32 21 10 255 25 16 8 255 +minecraft:dark_oak_log[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_spruce_log 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_log[axis=y] 105 80 46 255 84 64 36 255 52 40 23 255 42 32 18 255 +minecraft:stripped_spruce_log[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_log 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_log[axis=y] 191 171 116 255 152 136 92 255 95 85 58 255 76 68 46 255 +minecraft:stripped_birch_log[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_log 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_log[axis=y] 165 122 81 255 132 97 64 255 82 61 40 255 66 48 32 255 +minecraft:stripped_jungle_log[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_log 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_log[axis=y] 166 91 51 255 132 72 40 255 83 45 25 255 66 36 20 255 +minecraft:stripped_acacia_log[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_log 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_log[axis=y] 65 44 22 255 52 35 17 255 32 22 11 255 26 17 8 255 +minecraft:stripped_dark_oak_log[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_oak_log 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_log[axis=y] 160 129 77 255 128 103 61 255 80 64 38 255 64 51 30 255 +minecraft:stripped_oak_log[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:oak_wood 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=y] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:oak_wood[axis=z] 109 85 50 255 87 68 40 255 54 42 25 255 43 34 20 255 +minecraft:spruce_wood 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=y] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:spruce_wood[axis=z] 58 37 16 255 46 29 12 255 29 18 8 255 23 14 6 255 +minecraft:birch_wood 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=y] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:birch_wood[axis=z] 216 215 210 255 172 172 168 255 108 107 105 255 86 86 84 255 +minecraft:jungle_wood 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=y] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:jungle_wood[axis=z] 85 67 25 255 68 53 20 255 42 33 12 255 34 26 10 255 +minecraft:acacia_wood 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=y] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:acacia_wood[axis=z] 103 96 86 255 82 76 68 255 51 48 43 255 41 38 34 255 +minecraft:dark_oak_wood 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=y] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:dark_oak_wood[axis=z] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:stripped_oak_wood 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=y] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_oak_wood[axis=z] 177 144 86 255 141 115 68 255 88 72 43 255 70 57 34 255 +minecraft:stripped_spruce_wood 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=y] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_spruce_wood[axis=z] 115 89 52 255 92 71 41 255 57 44 26 255 46 35 20 255 +minecraft:stripped_birch_wood 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=y] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_birch_wood[axis=z] 196 176 118 255 156 140 94 255 98 88 59 255 78 70 47 255 +minecraft:stripped_jungle_wood 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=y] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_jungle_wood[axis=z] 171 132 84 255 136 105 67 255 85 66 42 255 68 52 33 255 +minecraft:stripped_acacia_wood 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=y] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_acacia_wood[axis=z] 174 92 59 255 139 73 47 255 87 46 29 255 69 36 23 255 +minecraft:stripped_dark_oak_wood 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=y] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:stripped_dark_oak_wood[axis=z] 96 76 49 255 76 60 39 255 48 38 24 255 38 30 19 255 +minecraft:oak_leaves 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=1,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=2,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=3,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=4,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=5,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=6,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=true] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:oak_leaves[distance=7,persistent=false] 50 98 27 171 40 78 21 171 25 49 13 171 20 39 10 171 +minecraft:spruce_leaves 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=1,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=2,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=3,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=4,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=5,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=6,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=true] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:spruce_leaves[distance=7,persistent=false] 47 75 47 159 37 60 37 159 23 37 23 159 18 30 18 159 +minecraft:birch_leaves 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=1,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=2,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=3,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=4,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=5,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=6,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=true] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:birch_leaves[distance=7,persistent=false] 65 84 43 143 52 67 34 143 32 42 21 143 26 33 17 143 +minecraft:jungle_leaves 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=1,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=2,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=3,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=4,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=5,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=6,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=true] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:jungle_leaves[distance=7,persistent=false] 54 105 26 177 43 84 20 177 27 52 13 177 21 42 10 177 +minecraft:acacia_leaves 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=1,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=2,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=3,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=4,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=5,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=6,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=true] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:acacia_leaves[distance=7,persistent=false] 52 100 27 147 41 80 21 147 26 50 13 147 20 40 10 147 +minecraft:dark_oak_leaves 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=1,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=2,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=3,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=4,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=5,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=6,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=true] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:dark_oak_leaves[distance=7,persistent=false] 52 102 28 178 41 81 22 178 26 51 14 178 20 40 11 178 +minecraft:azalea_leaves 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=1,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=2,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=3,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=4,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=5,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=6,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=true] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:azalea_leaves[distance=7,persistent=false] 31 77 8 196 24 61 6 196 15 38 4 196 12 30 3 196 +minecraft:flowering_azalea_leaves 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 34 75 11 204 27 60 8 204 17 37 5 204 13 30 4 204 +minecraft:sponge 195 192 74 255 156 153 59 255 97 96 37 255 78 76 29 255 +minecraft:wet_sponge 171 181 70 255 136 144 56 255 85 90 35 255 68 72 28 255 +minecraft:glass 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:lapis_ore 107 117 141 255 85 93 112 255 53 58 70 255 42 46 56 255 +minecraft:deepslate_lapis_ore 79 90 115 255 63 72 92 255 39 45 57 255 31 36 46 255 +minecraft:lapis_block 30 67 140 255 24 53 112 255 15 33 70 255 12 26 56 255 +minecraft:dispenser 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=east,triggered=true] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=east,triggered=false] 98 97 97 255 78 77 77 255 49 48 48 255 39 38 38 255 +minecraft:dispenser[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dispenser[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:chiseled_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:note_block 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 88 58 40 255 70 46 32 255 44 29 20 255 35 23 16 255 +minecraft:powered_rail 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 154 109 74 171 123 87 59 171 77 54 37 171 61 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 137 109 74 171 109 87 59 171 68 54 37 171 54 43 29 171 +minecraft:detector_rail 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 137 103 89 155 109 82 71 155 68 51 44 155 54 41 35 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 123 104 90 155 98 83 72 155 61 52 45 155 49 41 36 155 +minecraft:sticky_piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:sticky_piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:cobweb 228 233 234 104 182 186 187 104 114 116 117 104 91 93 93 104 +minecraft:grass 68 109 51 139 54 87 40 139 34 54 25 139 27 43 20 139 +minecraft:fern 58 93 43 88 46 74 34 88 29 46 21 88 23 37 17 88 +minecraft:dead_bush 107 78 40 77 85 62 32 77 53 39 20 77 42 31 16 77 +minecraft:seagrass 24 94 2 76 19 75 1 76 12 47 1 76 9 37 0 76 +minecraft:tall_seagrass 27 103 4 72 21 82 3 72 13 51 2 72 10 41 1 72 +minecraft:tall_seagrass[half=lower] 21 88 1 141 16 70 0 141 10 44 0 141 8 35 0 141 +minecraft:piston 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=true,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=north] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=east] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=south] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=west] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=up] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston[extended=false,facing=down] 152 137 111 15 121 109 88 15 76 68 55 15 60 54 44 15 +minecraft:piston_head 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=normal] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 157 135 100 47 125 108 80 47 78 67 50 47 62 54 40 47 +minecraft:white_wool 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_wool 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_wool 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_wool 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_wool 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_wool 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_wool 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_wool 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_wool 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_wool 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_wool 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_wool 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_wool 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_wool 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_wool 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_wool 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:dandelion 147 172 43 31 117 137 34 31 73 86 21 31 58 68 17 31 +minecraft:poppy 128 64 37 34 102 51 29 34 64 32 18 34 51 25 14 34 +minecraft:blue_orchid 47 162 168 43 37 129 134 43 23 81 84 43 18 64 67 43 +minecraft:allium 158 137 183 37 126 109 146 37 79 68 91 37 63 54 73 37 +minecraft:azure_bluet 169 204 127 42 135 163 101 42 84 102 63 42 67 81 50 42 +minecraft:red_tulip 89 128 32 48 71 102 25 48 44 64 16 48 35 51 12 48 +minecraft:orange_tulip 93 142 30 40 74 113 24 40 46 71 15 40 37 56 12 40 +minecraft:white_tulip 93 164 71 44 74 131 56 44 46 82 35 44 37 65 28 44 +minecraft:pink_tulip 99 157 78 40 79 125 62 40 49 78 39 40 39 62 31 40 +minecraft:oxeye_daisy 179 202 143 50 143 161 114 50 89 101 71 50 71 80 57 50 +minecraft:cornflower 79 121 146 34 63 96 116 34 39 60 73 34 31 48 58 34 +minecraft:wither_rose 41 44 23 36 32 35 18 36 20 22 11 36 16 17 9 36 +minecraft:lily_of_the_valley 123 174 95 51 98 139 76 51 61 87 47 51 49 69 38 51 +minecraft:brown_mushroom 153 116 92 33 122 92 73 33 76 58 46 33 61 46 36 33 +minecraft:red_mushroom 216 75 67 31 172 60 53 31 108 37 33 31 86 30 26 31 +minecraft:gold_block 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:iron_block 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:bricks 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:tnt 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:tnt[unstable=false] 142 62 53 255 113 49 42 255 71 31 26 255 56 24 21 255 +minecraft:bookshelf 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:mossy_cobblestone 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:obsidian 15 10 24 255 12 8 19 255 7 5 12 255 6 4 9 255 +minecraft:torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=south] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=west] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:wall_torch[facing=east] 138 113 63 19 110 90 50 19 69 56 31 19 55 45 25 19 +minecraft:fire 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 216 151 54 156 172 120 43 156 108 75 27 156 86 60 21 156 +minecraft:soul_fire 54 195 200 145 43 156 160 145 27 97 100 145 21 78 80 145 +minecraft:spawner 36 46 62 175 28 36 49 175 18 23 31 175 14 18 24 175 +minecraft:oak_stairs 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:chest 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 115 84 37 195 92 67 29 195 57 42 18 195 46 33 14 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 121 141 140 255 96 112 112 255 60 70 70 255 48 56 56 255 +minecraft:deepslate_diamond_ore 83 106 106 255 66 84 84 255 41 53 53 255 33 42 42 255 +minecraft:diamond_block 98 237 228 255 78 189 182 255 49 118 114 255 39 94 91 255 +minecraft:crafting_table 119 73 42 255 95 58 33 255 59 36 21 255 47 29 16 255 +minecraft:wheat 8 127 15 6 6 101 12 6 4 63 7 6 3 50 6 6 +minecraft:wheat[age=1] 5 127 7 15 4 101 5 15 2 63 3 15 2 50 2 15 +minecraft:wheat[age=2] 6 133 12 32 4 106 9 32 3 66 6 32 2 53 4 32 +minecraft:wheat[age=3] 10 130 13 57 8 104 10 57 5 65 6 57 4 52 5 57 +minecraft:wheat[age=4] 37 132 18 78 29 105 14 78 18 66 9 78 14 52 7 78 +minecraft:wheat[age=5] 63 129 18 103 50 103 14 103 31 64 9 103 25 51 7 103 +minecraft:wheat[age=6] 141 133 37 125 112 106 29 125 70 66 18 125 56 53 14 125 +minecraft:wheat[age=7] 166 151 73 138 132 120 58 138 83 75 36 138 66 60 29 138 +minecraft:farmland 143 102 70 255 114 81 56 255 71 51 35 255 57 40 28 255 +minecraft:farmland[moisture=1] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=2] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=3] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=4] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=5] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=6] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:farmland[moisture=7] 81 44 15 255 64 35 12 255 40 22 7 255 32 17 6 255 +minecraft:furnace 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=north,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=south,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=west,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:furnace[facing=east,lit=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:oak_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:oak_door 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 139 110 65 207 111 88 52 207 69 55 32 207 55 44 26 207 +minecraft:ladder 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=north,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=south,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=west,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=true] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:ladder[facing=east,waterlogged=false] 124 96 54 143 99 76 43 143 62 48 27 143 49 38 21 143 +minecraft:rail 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=north_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=east_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_east,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_west,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_north,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=true] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=ascending_south,waterlogged=false] 125 111 88 143 100 88 70 143 62 55 44 143 50 44 35 143 +minecraft:rail[shape=south_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=south_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_west,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=true] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:rail[shape=north_east,waterlogged=false] 130 115 89 107 104 92 71 107 65 57 44 107 52 46 35 107 +minecraft:cobblestone_stairs 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:oak_wall_sign 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 160 128 77 10 128 102 61 10 80 64 38 10 64 51 30 10 +minecraft:spruce_wall_sign 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 114 83 47 10 91 66 37 10 57 41 23 10 45 33 18 10 +minecraft:birch_wall_sign 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 192 174 120 10 153 139 96 10 96 87 60 10 76 69 48 10 +minecraft:acacia_wall_sign 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 163 87 48 10 130 69 38 10 81 43 24 10 65 34 19 10 +minecraft:jungle_wall_sign 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 158 113 79 10 126 90 63 10 79 56 39 10 63 45 31 10 +minecraft:dark_oak_wall_sign 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 66 42 19 10 52 33 15 10 33 21 9 10 26 16 7 10 +minecraft:lever 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=floor,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=wall,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:stone_pressure_plate 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_pressure_plate[powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:iron_door 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 193 192 192 207 154 153 153 207 96 96 96 207 77 76 76 207 +minecraft:oak_pressure_plate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_pressure_plate[powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_pressure_plate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_pressure_plate[powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_pressure_plate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_pressure_plate[powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_pressure_plate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_pressure_plate[powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_pressure_plate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_pressure_plate[powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_pressure_plate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_pressure_plate[powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:redstone_ore 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:redstone_ore[lit=false] 140 109 109 255 112 87 87 255 70 54 54 255 56 43 43 255 +minecraft:deepslate_redstone_ore 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:deepslate_redstone_ore[lit=false] 104 73 74 255 83 58 59 255 52 36 37 255 41 29 29 255 +minecraft:redstone_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 171 79 44 25 136 63 35 25 85 39 22 25 68 31 17 25 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:snow 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=2] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=3] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=4] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=5] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=6] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=7] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:snow[layers=8] 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:ice 145 183 253 190 116 146 202 190 72 91 126 190 58 73 101 190 +minecraft:snow_block 249 254 254 255 199 203 203 255 124 127 127 255 99 101 101 255 +minecraft:cactus 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=1] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=2] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=3] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=4] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=5] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=6] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=7] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=8] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=9] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=10] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=11] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=12] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=13] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=14] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:cactus[age=15] 85 127 43 195 68 101 34 195 42 63 21 195 34 50 17 195 +minecraft:clay 160 166 179 255 128 132 143 255 80 83 89 255 64 66 71 255 +minecraft:sugar_cane 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=1] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=2] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=3] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=4] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=5] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=6] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=7] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=8] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=9] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=10] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=11] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=12] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=13] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=14] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:sugar_cane[age=15] 148 192 101 140 118 153 80 140 74 96 50 140 59 76 40 140 +minecraft:jukebox 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:jukebox[has_record=false] 93 64 47 255 74 51 37 255 46 32 23 255 37 25 18 255 +minecraft:oak_fence 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:netherrack 97 38 38 255 77 30 30 255 48 19 19 255 38 15 15 255 +minecraft:soul_sand 81 62 50 255 64 49 40 255 40 31 25 255 32 24 20 255 +minecraft:soul_soil 75 57 46 255 60 45 36 255 37 28 23 255 30 22 18 255 +minecraft:basalt 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:basalt[axis=y] 80 81 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 72 77 255 58 57 61 255 36 36 38 255 29 28 30 255 +minecraft:polished_basalt 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:polished_basalt[axis=y] 99 98 100 255 79 78 80 255 49 49 50 255 39 39 40 255 +minecraft:polished_basalt[axis=z] 88 88 91 255 70 70 72 255 44 44 45 255 35 35 36 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 171 131 84 255 136 104 67 255 85 65 42 255 68 52 33 255 +minecraft:nether_portal 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:nether_portal[axis=z] 91 13 193 192 72 10 154 192 45 6 96 192 36 5 77 192 +minecraft:carved_pumpkin 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:carved_pumpkin[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=south] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=west] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:jack_o_lantern[facing=east] 198 118 24 255 158 94 19 255 99 59 12 255 79 47 9 255 +minecraft:cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=1] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=2] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=3] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=4] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=5] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cake[bites=6] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:repeater 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 169 157 156 255 135 125 124 255 84 78 78 255 67 62 62 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 160 157 156 255 128 125 124 255 80 78 78 255 64 62 62 255 +minecraft:white_stained_glass 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:oak_trapdoor 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 124 99 56 219 99 79 44 219 62 49 28 219 49 39 22 219 +minecraft:spruce_trapdoor 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 79 47 255 82 63 37 255 51 39 23 255 41 31 18 255 +minecraft:birch_trapdoor 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 207 194 157 255 165 155 125 255 103 97 78 255 82 77 62 255 +minecraft:jungle_trapdoor 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 152 110 77 213 121 88 61 213 76 55 38 213 60 44 30 213 +minecraft:acacia_trapdoor 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 156 87 51 195 124 69 40 195 78 43 25 195 62 34 20 195 +minecraft:dark_oak_trapdoor 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 75 49 23 255 60 39 18 255 37 24 11 255 30 19 9 255 +minecraft:stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:infested_stone 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:infested_cobblestone 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:infested_stone_bricks 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:infested_mossy_stone_bricks 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:infested_cracked_stone_bricks 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:infested_chiseled_stone_bricks 119 118 119 255 95 94 95 255 59 59 59 255 47 47 47 255 +minecraft:brown_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 201 170 120 255 160 136 96 255 100 85 60 255 80 68 48 255 +minecraft:iron_bars 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 136 139 135 115 108 111 108 115 68 69 67 115 54 55 54 115 +minecraft:chain 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=x,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=y,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=true] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:chain[axis=z,waterlogged=false] 52 59 75 25 41 47 60 25 26 29 37 25 20 23 30 25 +minecraft:glass_pane 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:melon 111 144 30 255 88 115 24 255 55 72 15 255 44 57 12 255 +minecraft:attached_pumpkin_stem 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=south] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=west] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_pumpkin_stem[facing=east] 65 104 49 32 52 83 39 32 32 52 24 32 26 41 19 32 +minecraft:attached_melon_stem 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=south] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=west] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:attached_melon_stem[facing=east] 66 106 49 32 52 84 39 32 33 53 24 32 26 42 19 32 +minecraft:pumpkin_stem 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=1] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=2] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=3] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=4] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=5] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=6] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:pumpkin_stem[age=7] 73 115 54 34 58 92 43 34 36 57 27 34 29 46 21 34 +minecraft:melon_stem 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=1] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=2] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=3] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=4] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=5] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=6] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:melon_stem[age=7] 72 115 54 34 57 92 43 34 36 57 27 34 28 46 21 34 +minecraft:vine 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 40 79 21 145 32 63 16 145 20 39 10 145 16 31 8 145 +minecraft:glow_lichen 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 112 130 121 104 89 104 96 104 56 65 60 104 44 52 48 104 +minecraft:oak_fence_gate 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brick_stairs 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_stairs 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:mycelium 69 110 51 255 55 88 40 255 34 55 25 255 27 44 20 255 +minecraft:mycelium[snowy=false] 111 98 101 255 88 78 80 255 55 49 50 255 44 39 40 255 +minecraft:lily_pad 16 66 25 149 12 52 20 149 8 33 12 149 6 26 10 149 +minecraft:nether_bricks 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_wart 117 18 21 43 93 14 16 43 58 9 10 43 46 7 8 43 +minecraft:nether_wart[age=1] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=2] 115 17 18 118 92 13 14 118 57 8 9 118 46 6 7 118 +minecraft:nether_wart[age=3] 111 18 19 159 88 14 15 159 55 9 9 159 44 7 7 159 +minecraft:enchanting_table 128 75 85 255 102 60 68 255 64 37 42 255 51 30 34 255 +minecraft:brewing_stand 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 123 101 81 125 98 80 64 125 61 50 40 125 49 40 32 125 +minecraft:cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:water_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:lava_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=2] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:powder_snow_cauldron[level=3] 73 72 74 155 58 57 59 155 36 36 37 155 29 28 29 155 +minecraft:end_portal 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:end_portal_frame 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:end_stone 219 222 158 255 175 177 126 255 109 111 79 255 87 88 63 255 +minecraft:dragon_egg 12 9 15 255 9 7 12 255 6 4 7 255 4 3 6 255 +minecraft:redstone_lamp 142 101 60 255 113 80 48 255 71 50 30 255 56 40 24 255 +minecraft:redstone_lamp[lit=false] 95 54 30 255 76 43 24 255 47 27 15 255 38 21 12 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:emerald_ore 108 136 115 255 86 108 92 255 54 68 57 255 43 54 46 255 +minecraft:deepslate_emerald_ore 78 104 87 255 62 83 69 255 39 52 43 255 31 41 34 255 +minecraft:ender_chest 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 25 45 45 195 20 36 36 195 12 22 22 195 10 18 18 195 +minecraft:tripwire_hook 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:emerald_block 42 203 87 255 33 162 69 255 21 101 43 255 16 81 34 255 +minecraft:spruce_stairs 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_stairs 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_stairs 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:command_block 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=true,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=true,facing=south] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=west] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=up] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=true,facing=down] 178 133 105 255 142 106 84 255 89 66 52 255 71 53 42 255 +minecraft:command_block[conditional=false,facing=north] 173 131 106 255 138 104 84 255 86 65 53 255 69 52 42 255 +minecraft:command_block[conditional=false,facing=east] 180 135 108 255 144 108 86 255 90 67 54 255 72 54 43 255 +minecraft:command_block[conditional=false,facing=south] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=west] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=up] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:command_block[conditional=false,facing=down] 177 133 107 255 141 106 85 255 88 66 53 255 70 53 42 255 +minecraft:beacon 175 213 219 64 140 170 175 64 87 106 109 64 70 85 87 64 +minecraft:cobblestone_wall 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:mossy_cobblestone_wall 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:flower_pot 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_spruce_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_birch_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_jungle_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_acacia_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dark_oak_sapling 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_fern 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dandelion 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_poppy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_blue_orchid 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_allium 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_azure_bluet 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_orange_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_white_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_pink_tulip 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_oxeye_daisy 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cornflower 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_lily_of_the_valley 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_wither_rose 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_red_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_brown_mushroom 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_dead_bush 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_cactus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_button 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_button 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_button 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_button 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_button 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:skeleton_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=1] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=2] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=3] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=4] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=5] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=6] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=7] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=8] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=9] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=10] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=11] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=12] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=13] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=14] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_skull[rotation=15] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=south] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=west] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:skeleton_wall_skull[facing=east] 171 170 171 255 136 136 136 255 85 85 85 255 68 68 68 255 +minecraft:wither_skeleton_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=1] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=2] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=3] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=4] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=5] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=6] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=7] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=8] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=9] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=10] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=11] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=12] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=13] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=14] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_skull[rotation=15] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=south] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=west] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:wither_skeleton_wall_skull[facing=east] 32 32 32 255 25 25 25 255 16 16 16 255 12 12 12 255 +minecraft:zombie_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=1] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=2] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=3] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=4] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=5] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=6] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=7] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=8] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=9] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=10] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=11] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=12] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=13] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=14] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_head[rotation=15] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=south] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=west] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:zombie_wall_head[facing=east] 65 106 48 255 52 84 38 255 32 53 24 255 26 42 19 255 +minecraft:player_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=1] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=2] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=3] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=4] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=5] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=6] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=7] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=8] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=9] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=10] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=11] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=12] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=13] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=14] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_head[rotation=15] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=south] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=west] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:player_wall_head[facing=east] 68 45 25 255 54 36 20 255 34 22 12 255 27 18 10 255 +minecraft:creeper_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:creeper_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=1] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=2] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=3] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=4] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=5] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=6] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=7] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=8] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=9] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=10] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=11] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=12] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=13] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=14] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_head[rotation=15] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=south] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=west] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:dragon_wall_head[facing=east] 111 192 102 255 88 153 81 255 55 96 51 255 44 76 40 255 +minecraft:anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:chipped_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=south] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=west] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:damaged_anvil[facing=east] 68 68 68 255 54 54 54 255 34 34 34 255 27 27 27 255 +minecraft:trapped_chest 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 118 85 38 195 94 68 30 195 59 42 19 195 47 34 15 195 +minecraft:light_weighted_pressure_plate 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=1] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=2] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=3] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=4] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=5] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=6] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=7] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=8] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=9] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=10] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=11] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=12] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=13] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=14] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:light_weighted_pressure_plate[power=15] 246 208 61 255 196 166 48 255 123 104 30 255 98 83 24 255 +minecraft:heavy_weighted_pressure_plate 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=1] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=2] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=3] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=4] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=5] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=6] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=7] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=8] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=9] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=10] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=11] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=12] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=13] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=14] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:heavy_weighted_pressure_plate[power=15] 220 220 220 255 176 176 176 255 110 110 110 255 88 88 88 255 +minecraft:comparator 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 175 161 159 255 140 128 127 255 87 80 79 255 70 64 63 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 166 161 159 255 132 128 127 255 83 80 79 255 66 64 63 255 +minecraft:daylight_detector 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=1] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=2] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=3] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=4] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=5] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=6] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=7] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=8] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=9] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=10] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=11] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=12] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=13] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=14] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=true,power=15] 106 109 112 255 84 87 89 255 53 54 56 255 42 43 44 255 +minecraft:daylight_detector[inverted=false,power=0] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=1] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=2] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=3] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=4] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=5] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=6] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=7] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=8] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=9] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=10] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=11] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=12] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=13] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=14] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:daylight_detector[inverted=false,power=15] 130 116 94 255 104 92 75 255 65 58 47 255 52 46 37 255 +minecraft:redstone_block 175 24 5 255 140 19 4 255 87 12 2 255 70 9 2 255 +minecraft:nether_quartz_ore 117 65 62 255 93 52 49 255 58 32 31 255 46 26 24 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:chiseled_quartz_block 231 226 217 255 184 180 173 255 115 113 108 255 92 90 86 255 +minecraft:quartz_pillar 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_pillar[axis=y] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_pillar[axis=z] 235 230 224 255 188 184 179 255 117 115 112 255 94 92 89 255 +minecraft:quartz_stairs 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:activator_rail 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 143 87 74 155 114 69 59 155 71 43 37 155 57 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 115 87 74 155 92 69 59 155 57 43 37 155 46 34 29 155 +minecraft:dropper 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=north,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=east,triggered=true] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=east,triggered=false] 97 96 96 255 77 76 76 255 48 48 48 255 38 38 38 255 +minecraft:dropper[facing=south,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=south,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=west,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=up,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=true] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:dropper[facing=down,triggered=false] 110 109 109 255 88 87 87 255 55 54 54 255 44 43 43 255 +minecraft:white_terracotta 209 178 161 255 167 142 128 255 104 89 80 255 83 71 64 255 +minecraft:orange_terracotta 161 83 37 255 128 66 29 255 80 41 18 255 64 33 14 255 +minecraft:magenta_terracotta 149 88 108 255 119 70 86 255 74 44 54 255 59 35 43 255 +minecraft:light_blue_terracotta 113 108 137 255 90 86 109 255 56 54 68 255 45 43 54 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 103 117 52 255 82 93 41 255 51 58 26 255 41 46 20 255 +minecraft:pink_terracotta 161 78 78 255 128 62 62 255 80 39 39 255 64 31 31 255 +minecraft:gray_terracotta 57 42 35 255 45 33 28 255 28 21 17 255 22 16 14 255 +minecraft:light_gray_terracotta 135 106 97 255 108 84 77 255 67 53 48 255 54 42 38 255 +minecraft:cyan_terracotta 86 91 91 255 68 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 118 70 86 255 94 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 59 91 255 59 47 72 255 37 29 45 255 29 23 36 255 +minecraft:brown_terracotta 77 51 35 255 61 40 28 255 38 25 17 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 143 61 46 255 114 48 36 255 71 30 23 255 57 24 18 255 +minecraft:black_terracotta 37 22 16 255 29 17 12 255 18 11 8 255 14 8 6 255 +minecraft:white_stained_glass_pane 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 255 255 255 117 204 204 204 117 127 127 127 117 102 102 102 117 +minecraft:orange_stained_glass_pane 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 216 127 51 117 172 101 40 117 108 63 25 117 86 50 20 117 +minecraft:magenta_stained_glass_pane 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 178 76 216 117 142 60 172 117 89 38 108 117 71 30 86 117 +minecraft:light_blue_stained_glass_pane 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 153 216 117 81 122 172 117 51 76 108 117 40 61 86 117 +minecraft:yellow_stained_glass_pane 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 229 229 51 117 183 183 40 117 114 114 25 117 91 91 20 117 +minecraft:lime_stained_glass_pane 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 204 25 117 101 163 20 117 63 102 12 117 50 81 10 117 +minecraft:pink_stained_glass_pane 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 242 127 165 117 193 101 132 117 121 63 82 117 96 50 66 117 +minecraft:gray_stained_glass_pane 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 76 76 117 60 60 60 117 38 38 38 117 30 30 30 117 +minecraft:light_gray_stained_glass_pane 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 153 153 117 122 122 122 117 76 76 76 117 61 61 61 117 +minecraft:cyan_stained_glass_pane 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 76 127 153 117 60 101 122 117 38 63 76 117 30 50 61 117 +minecraft:purple_stained_glass_pane 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 63 178 117 101 50 142 117 63 31 89 117 50 25 71 117 +minecraft:blue_stained_glass_pane 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 51 76 178 121 40 60 142 121 25 38 89 121 20 30 71 121 +minecraft:brown_stained_glass_pane 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 76 51 117 81 60 40 117 51 38 25 117 40 30 20 117 +minecraft:green_stained_glass_pane 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 102 127 51 117 81 101 40 117 51 63 25 117 40 50 20 117 +minecraft:red_stained_glass_pane 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 153 51 51 151 122 40 40 151 76 25 25 151 61 20 20 151 +minecraft:black_stained_glass_pane 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 25 25 25 117 20 20 20 117 12 12 12 117 10 10 10 117 +minecraft:acacia_stairs 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_stairs 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:slime_block 111 192 91 180 88 153 72 180 55 96 45 180 44 76 36 180 +minecraft:iron_trapdoor 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 202 202 202 219 161 161 161 219 101 101 101 219 80 80 80 219 +minecraft:prismarine 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_bricks 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_stairs 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_stairs 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_stairs 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:prismarine_slab 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_brick_slab 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 99 171 158 255 79 136 126 255 49 85 79 255 39 68 63 255 +minecraft:dark_prismarine_slab 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 51 91 75 255 40 72 60 255 25 45 37 255 20 36 30 255 +minecraft:sea_lantern 172 200 190 255 137 160 152 255 86 100 95 255 68 80 76 255 +minecraft:hay_block 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:hay_block[axis=y] 165 139 12 255 132 111 9 255 82 69 6 255 66 55 4 255 +minecraft:hay_block[axis=z] 166 136 38 255 132 108 30 255 83 68 19 255 66 54 15 255 +minecraft:white_carpet 233 236 236 255 186 188 188 255 116 118 118 255 93 94 94 255 +minecraft:orange_carpet 240 118 19 255 192 94 15 255 120 59 9 255 96 47 7 255 +minecraft:magenta_carpet 189 68 179 255 151 54 143 255 94 34 89 255 75 27 71 255 +minecraft:light_blue_carpet 58 175 217 255 46 140 173 255 29 87 108 255 23 70 86 255 +minecraft:yellow_carpet 248 197 39 255 198 157 31 255 124 98 19 255 99 78 15 255 +minecraft:lime_carpet 112 185 25 255 89 148 20 255 56 92 12 255 44 74 10 255 +minecraft:pink_carpet 237 141 172 255 189 112 137 255 118 70 86 255 94 56 68 255 +minecraft:gray_carpet 62 68 71 255 49 54 56 255 31 34 35 255 24 27 28 255 +minecraft:light_gray_carpet 142 142 134 255 113 113 107 255 71 71 67 255 56 56 53 255 +minecraft:cyan_carpet 21 137 145 255 16 109 116 255 10 68 72 255 8 54 58 255 +minecraft:purple_carpet 121 42 172 255 96 33 137 255 60 21 86 255 48 16 68 255 +minecraft:blue_carpet 53 57 157 255 42 45 125 255 26 28 78 255 21 22 62 255 +minecraft:brown_carpet 114 71 40 255 91 56 32 255 57 35 20 255 45 28 16 255 +minecraft:green_carpet 84 109 27 255 67 87 21 255 42 54 13 255 33 43 10 255 +minecraft:red_carpet 160 39 34 255 128 31 27 255 80 19 17 255 64 15 13 255 +minecraft:black_carpet 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:terracotta 152 94 67 255 121 75 53 255 76 47 33 255 60 37 26 255 +minecraft:coal_block 16 15 15 255 12 12 12 255 8 7 7 255 6 6 6 255 +minecraft:packed_ice 141 180 250 255 112 144 200 255 70 90 125 255 56 72 100 255 +minecraft:sunflower 49 129 27 30 39 103 21 30 24 64 13 30 19 51 10 30 +minecraft:sunflower[half=lower] 56 135 30 56 44 108 24 56 28 67 15 56 22 54 12 56 +minecraft:lilac 154 125 147 74 123 100 117 74 77 62 73 74 61 50 58 74 +minecraft:lilac[half=lower] 137 124 126 89 109 99 100 89 68 62 63 89 54 49 50 89 +minecraft:rose_bush 131 66 37 92 104 52 29 92 65 33 18 92 52 26 14 92 +minecraft:rose_bush[half=lower] 97 83 37 178 77 66 29 178 48 41 18 178 38 33 14 178 +minecraft:peony 129 126 139 109 103 100 111 109 64 63 69 109 51 50 55 109 +minecraft:peony[half=lower] 86 101 93 140 68 80 74 140 43 50 46 140 34 40 37 140 +minecraft:tall_grass 71 112 53 89 56 89 42 89 35 56 26 89 28 44 21 89 +minecraft:tall_grass[half=lower] 60 96 45 186 48 76 36 186 30 48 22 186 24 38 18 186 +minecraft:large_fern 59 94 44 103 47 75 35 103 29 47 22 103 23 37 17 103 +minecraft:large_fern[half=lower] 62 98 46 175 49 78 36 175 31 49 23 175 24 39 18 175 +minecraft:white_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=1] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=2] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=3] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=4] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=5] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=6] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=7] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=8] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=9] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=10] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=11] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=12] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=13] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=14] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_banner[rotation=15] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:white_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:orange_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:magenta_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:yellow_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:lime_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:pink_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:light_gray_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cyan_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:purple_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:blue_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:brown_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:green_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=south] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=west] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:black_wall_banner[facing=east] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:chiseled_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_stairs 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:spruce_slab 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=top,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_slab[type=double,waterlogged=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_slab 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=top,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_slab[type=double,waterlogged=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_slab 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=top,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_slab[type=double,waterlogged=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_slab 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=top,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_slab[type=double,waterlogged=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_slab 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:stone_slab 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=top,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_slab[type=double,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_stone_slab 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 158 158 158 255 126 126 126 255 79 79 79 255 63 63 63 255 +minecraft:sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:petrified_oak_slab 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 162 130 78 255 129 104 62 255 81 65 39 255 64 52 31 255 +minecraft:cobblestone_slab 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 127 127 127 255 101 101 101 255 63 63 63 255 50 50 50 255 +minecraft:brick_slab 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=top,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=true] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_slab[type=double,waterlogged=false] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:stone_brick_slab 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_slab 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:quartz_slab 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=top,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=true] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:quartz_slab[type=double,waterlogged=false] 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:purpur_slab 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=top,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_slab[type=double,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz 235 229 222 255 188 183 177 255 117 114 111 255 94 91 88 255 +minecraft:smooth_red_sandstone 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:spruce_fence_gate 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence_gate 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence_gate 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence_gate 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence_gate 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_fence 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 114 84 48 255 91 67 38 255 57 42 24 255 45 33 19 255 +minecraft:birch_fence 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 192 175 121 255 153 140 96 255 96 87 60 255 76 70 48 255 +minecraft:jungle_fence 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 160 115 80 255 128 92 64 255 80 57 40 255 64 46 32 255 +minecraft:acacia_fence 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 168 90 50 255 134 72 40 255 84 45 25 255 67 36 20 255 +minecraft:dark_oak_fence 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 66 43 20 255 52 34 16 255 33 21 10 255 26 17 8 255 +minecraft:spruce_door 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 106 80 48 255 84 64 38 255 53 40 24 255 42 32 19 255 +minecraft:birch_door 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 220 209 176 255 176 167 140 255 110 104 88 255 88 83 70 255 +minecraft:jungle_door 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 119 84 225 130 95 67 225 81 59 42 225 65 47 33 225 +minecraft:acacia_door 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 167 95 60 183 133 76 48 183 83 47 30 183 66 38 24 183 +minecraft:dark_oak_door 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 76 51 25 255 60 40 20 255 38 25 12 255 30 20 10 255 +minecraft:end_rod 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=east] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=south] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=west] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=up] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:end_rod[facing=down] 205 196 185 65 164 156 148 65 102 98 92 65 82 78 74 65 +minecraft:chorus_plant 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 93 57 93 255 74 45 74 255 46 28 46 255 37 22 37 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_pillar 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=y] 171 128 171 255 136 102 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_pillar[axis=z] 171 129 171 255 136 103 136 255 85 64 85 255 68 51 68 255 +minecraft:purpur_stairs 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 169 125 169 255 135 100 135 255 84 62 84 255 67 50 67 255 +minecraft:end_stone_bricks 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 148 121 65 255 118 96 52 255 74 60 32 255 59 48 26 255 +minecraft:end_gateway 117 90 156 255 93 72 124 255 58 45 78 255 46 36 62 255 +minecraft:repeating_command_block 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=true,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=true,facing=south] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=west] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=up] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=true,facing=down] 128 110 170 255 102 88 136 255 64 55 85 255 51 44 68 255 +minecraft:repeating_command_block[conditional=false,facing=north] 127 109 166 255 101 87 132 255 63 54 83 255 50 43 66 255 +minecraft:repeating_command_block[conditional=false,facing=east] 129 111 176 255 103 88 140 255 64 55 88 255 51 44 70 255 +minecraft:repeating_command_block[conditional=false,facing=south] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=west] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=up] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:repeating_command_block[conditional=false,facing=down] 127 109 171 255 101 87 136 255 63 54 85 255 50 43 68 255 +minecraft:chain_command_block 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=true,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=true,facing=south] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=west] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=up] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=true,facing=down] 131 161 147 255 104 128 117 255 65 80 73 255 52 64 58 255 +minecraft:chain_command_block[conditional=false,facing=north] 129 156 144 255 103 124 115 255 64 78 72 255 51 62 57 255 +minecraft:chain_command_block[conditional=false,facing=east] 132 165 150 255 105 132 120 255 66 82 75 255 52 66 60 255 +minecraft:chain_command_block[conditional=false,facing=south] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=west] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=up] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:chain_command_block[conditional=false,facing=down] 129 161 147 255 103 128 117 255 64 80 73 255 51 64 58 255 +minecraft:frosted_ice 140 181 252 190 112 144 201 190 70 90 126 190 56 72 100 190 +minecraft:frosted_ice[age=1] 139 180 252 193 111 144 201 193 69 90 126 193 55 72 100 193 +minecraft:frosted_ice[age=2] 137 179 252 199 109 143 201 199 68 89 126 199 54 71 100 199 +minecraft:frosted_ice[age=3] 134 177 252 212 107 141 201 212 67 88 126 212 53 70 100 212 +minecraft:magma_block 141 62 30 255 112 49 24 255 70 31 15 255 56 24 12 255 +minecraft:nether_wart_block 114 2 2 255 91 1 1 255 57 1 1 255 45 0 0 255 +minecraft:red_nether_bricks 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:bone_block 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:bone_block[axis=y] 209 206 179 255 167 164 143 255 104 103 89 255 83 82 71 255 +minecraft:bone_block[axis=z] 229 225 207 255 183 180 165 255 114 112 103 255 91 90 82 255 +minecraft:observer 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=north,powered=false] 71 69 69 255 56 55 55 255 35 34 34 255 28 27 27 255 +minecraft:observer[facing=east,powered=true] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=east,powered=false] 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 121 83 121 255 96 66 96 255 60 41 60 255 48 33 48 255 +minecraft:shulker_box[facing=east] 139 96 139 255 111 76 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=south] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=west] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=up] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:shulker_box[facing=down] 139 97 139 255 111 77 111 255 69 48 69 255 55 38 55 255 +minecraft:white_shulker_box 168 173 174 255 134 138 139 255 84 86 87 255 67 69 69 255 +minecraft:white_shulker_box[facing=east] 215 220 221 255 172 176 176 255 107 110 110 255 86 88 88 255 +minecraft:white_shulker_box[facing=south] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=west] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=up] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:white_shulker_box[facing=down] 202 207 208 255 161 165 166 255 101 103 104 255 80 82 83 255 +minecraft:orange_shulker_box 165 70 0 255 132 56 0 255 82 35 0 255 66 28 0 255 +minecraft:orange_shulker_box[facing=east] 234 106 8 255 187 84 6 255 117 53 4 255 93 42 3 255 +minecraft:orange_shulker_box[facing=south] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=west] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=up] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:orange_shulker_box[facing=down] 218 97 5 255 174 77 4 255 109 48 2 255 87 38 2 255 +minecraft:magenta_shulker_box 138 38 129 255 110 30 103 255 69 19 64 255 55 15 51 255 +minecraft:magenta_shulker_box[facing=east] 173 54 163 255 138 43 130 255 86 27 81 255 69 21 65 255 +minecraft:magenta_shulker_box[facing=south] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=west] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=up] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:magenta_shulker_box[facing=down] 163 48 153 255 130 38 122 255 81 24 76 255 65 19 61 255 +minecraft:light_blue_shulker_box 27 113 166 255 21 90 132 255 13 56 83 255 10 45 66 255 +minecraft:light_blue_shulker_box[facing=east] 49 163 212 255 39 130 169 255 24 81 106 255 19 65 84 255 +minecraft:light_blue_shulker_box[facing=south] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=west] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=up] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:light_blue_shulker_box[facing=down] 42 150 202 255 33 120 161 255 21 75 101 255 16 60 80 255 +minecraft:yellow_shulker_box 209 149 14 255 167 119 11 255 104 74 7 255 83 59 5 255 +minecraft:yellow_shulker_box[facing=east] 248 188 29 255 198 150 23 255 124 94 14 255 99 75 11 255 +minecraft:yellow_shulker_box[facing=south] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=west] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=up] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:yellow_shulker_box[facing=down] 240 179 24 255 192 143 19 255 120 89 12 255 96 71 9 255 +minecraft:lime_shulker_box 61 112 14 255 48 89 11 255 30 56 7 255 24 44 5 255 +minecraft:lime_shulker_box[facing=east] 99 172 23 255 79 137 18 255 49 86 11 255 39 68 9 255 +minecraft:lime_shulker_box[facing=south] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=west] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=up] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:lime_shulker_box[facing=down] 88 156 21 255 70 124 16 255 44 78 10 255 35 62 8 255 +minecraft:pink_shulker_box 177 78 116 255 141 62 92 255 88 39 58 255 70 31 46 255 +minecraft:pink_shulker_box[facing=east] 230 121 157 255 184 96 125 255 115 60 78 255 92 48 62 255 +minecraft:pink_shulker_box[facing=south] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=west] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=up] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:pink_shulker_box[facing=down] 217 109 146 255 173 87 116 255 108 54 73 255 86 43 58 255 +minecraft:gray_shulker_box 36 38 41 255 28 30 32 255 18 19 20 255 14 15 16 255 +minecraft:gray_shulker_box[facing=east] 55 58 62 255 44 46 49 255 27 29 31 255 22 23 24 255 +minecraft:gray_shulker_box[facing=south] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=west] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=up] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:gray_shulker_box[facing=down] 49 52 56 255 39 41 44 255 24 26 28 255 19 20 22 255 +minecraft:light_gray_shulker_box 78 78 71 255 62 62 56 255 39 39 35 255 31 31 28 255 +minecraft:light_gray_shulker_box[facing=east] 124 124 115 255 99 99 92 255 62 62 57 255 49 49 46 255 +minecraft:light_gray_shulker_box[facing=south] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=west] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=up] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:light_gray_shulker_box[facing=down] 111 111 102 255 88 88 81 255 55 55 51 255 44 44 40 255 +minecraft:cyan_shulker_box 10 82 95 255 8 65 76 255 5 41 47 255 4 32 38 255 +minecraft:cyan_shulker_box[facing=east] 20 121 135 255 16 96 108 255 10 60 67 255 8 48 54 255 +minecraft:cyan_shulker_box[facing=south] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=west] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=up] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:cyan_shulker_box[facing=down] 17 110 124 255 13 88 99 255 8 55 62 255 6 44 49 255 +minecraft:purple_shulker_box 75 21 120 255 60 16 96 255 37 10 60 255 30 8 48 255 +minecraft:purple_shulker_box[facing=east] 103 32 156 255 82 25 124 255 51 16 78 255 41 12 62 255 +minecraft:purple_shulker_box[facing=south] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=west] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=up] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:purple_shulker_box[facing=down] 94 28 146 255 75 22 116 255 47 14 73 255 37 11 58 255 +minecraft:blue_shulker_box 26 27 99 255 20 21 79 255 13 13 49 255 10 10 39 255 +minecraft:blue_shulker_box[facing=east] 43 45 140 255 34 36 112 255 21 22 70 255 17 18 56 255 +minecraft:blue_shulker_box[facing=south] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=west] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=up] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:blue_shulker_box[facing=down] 38 40 128 255 30 32 102 255 19 20 64 255 15 16 51 255 +minecraft:brown_shulker_box 74 44 21 255 59 35 16 255 37 22 10 255 29 17 8 255 +minecraft:brown_shulker_box[facing=east] 106 66 35 255 84 52 28 255 53 33 17 255 42 26 14 255 +minecraft:brown_shulker_box[facing=south] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=west] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=up] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:brown_shulker_box[facing=down] 98 60 32 255 78 48 25 255 49 30 16 255 39 24 12 255 +minecraft:green_shulker_box 60 75 30 255 48 60 24 255 30 37 15 255 24 30 12 255 +minecraft:green_shulker_box[facing=east] 79 100 31 255 63 80 24 255 39 50 15 255 31 40 12 255 +minecraft:green_shulker_box[facing=south] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=west] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=up] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:green_shulker_box[facing=down] 74 94 32 255 59 75 25 255 37 47 16 255 29 37 12 255 +minecraft:red_shulker_box 102 16 16 255 81 12 12 255 51 8 8 255 40 6 6 255 +minecraft:red_shulker_box[facing=east] 140 31 30 255 112 24 24 255 70 15 15 255 56 12 12 255 +minecraft:red_shulker_box[facing=south] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=west] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=up] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:red_shulker_box[facing=down] 129 26 26 255 103 20 20 255 64 13 13 255 51 10 10 255 +minecraft:black_shulker_box 10 12 16 255 8 9 12 255 5 6 8 255 4 4 6 255 +minecraft:black_shulker_box[facing=east] 25 25 29 255 20 20 23 255 12 12 14 255 10 10 11 255 +minecraft:black_shulker_box[facing=south] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=west] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=up] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:black_shulker_box[facing=down] 20 21 25 255 16 16 20 255 10 10 12 255 8 8 10 255 +minecraft:white_glazed_terracotta 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=south] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=west] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:white_glazed_terracotta[facing=east] 188 212 202 255 150 169 161 255 94 106 101 255 75 84 80 255 +minecraft:orange_glazed_terracotta 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=south] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=west] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:orange_glazed_terracotta[facing=east] 154 147 91 255 123 117 72 255 77 73 45 255 61 58 36 255 +minecraft:magenta_glazed_terracotta 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=south] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=west] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:magenta_glazed_terracotta[facing=east] 208 100 191 255 166 80 152 255 104 50 95 255 83 40 76 255 +minecraft:light_blue_glazed_terracotta 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 94 164 208 255 75 131 166 255 47 82 104 255 37 65 83 255 +minecraft:yellow_glazed_terracotta 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=south] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=west] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:yellow_glazed_terracotta[facing=east] 234 192 88 255 187 153 70 255 117 96 44 255 93 76 35 255 +minecraft:lime_glazed_terracotta 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=south] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=west] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:lime_glazed_terracotta[facing=east] 162 197 55 255 129 157 44 255 81 98 27 255 64 78 22 255 +minecraft:pink_glazed_terracotta 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 235 154 181 255 188 123 144 255 117 77 90 255 94 61 72 255 +minecraft:gray_glazed_terracotta 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=south] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=west] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:gray_glazed_terracotta[facing=east] 83 90 93 255 66 72 74 255 41 45 46 255 33 36 37 255 +minecraft:light_gray_glazed_terracotta 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 144 166 167 255 115 132 133 255 72 83 83 255 57 66 66 255 +minecraft:cyan_glazed_terracotta 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=south] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=west] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:cyan_glazed_terracotta[facing=east] 52 118 125 255 41 94 100 255 26 59 62 255 20 47 50 255 +minecraft:purple_glazed_terracotta 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=south] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=west] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:purple_glazed_terracotta[facing=east] 109 48 152 255 87 38 121 255 54 24 76 255 43 19 60 255 +minecraft:blue_glazed_terracotta 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=south] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=west] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:blue_glazed_terracotta[facing=east] 47 64 139 255 37 51 111 255 23 32 69 255 18 25 55 255 +minecraft:brown_glazed_terracotta 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=south] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=west] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:brown_glazed_terracotta[facing=east] 119 106 85 255 95 84 68 255 59 53 42 255 47 42 34 255 +minecraft:green_glazed_terracotta 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=south] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=west] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:green_glazed_terracotta[facing=east] 117 142 67 255 93 113 53 255 58 71 33 255 46 56 26 255 +minecraft:red_glazed_terracotta 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=south] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=west] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:red_glazed_terracotta[facing=east] 181 59 53 255 144 47 42 255 90 29 26 255 72 23 21 255 +minecraft:black_glazed_terracotta 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=south] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=west] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:black_glazed_terracotta[facing=east] 67 30 32 255 53 24 25 255 33 15 16 255 26 12 12 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 224 97 0 255 179 77 0 255 112 48 0 255 89 38 0 255 +minecraft:magenta_concrete 169 48 159 255 135 38 127 255 84 24 79 255 67 19 63 255 +minecraft:light_blue_concrete 35 137 198 255 28 109 158 255 17 68 99 255 14 54 79 255 +minecraft:yellow_concrete 240 175 21 255 192 140 16 255 120 87 10 255 96 70 8 255 +minecraft:lime_concrete 94 168 24 255 75 134 19 255 47 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 101 142 255 170 80 113 255 106 50 71 255 85 40 56 255 +minecraft:gray_concrete 54 57 61 255 43 45 48 255 27 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 125 125 115 255 100 100 92 255 62 62 57 255 50 50 46 255 +minecraft:cyan_concrete 21 119 136 255 16 95 108 255 10 59 68 255 8 47 54 255 +minecraft:purple_concrete 100 31 156 255 80 24 124 255 50 15 78 255 40 12 62 255 +minecraft:blue_concrete 44 46 143 255 35 36 114 255 22 23 71 255 17 18 57 255 +minecraft:brown_concrete 96 59 31 255 76 47 24 255 48 29 15 255 38 23 12 255 +minecraft:green_concrete 73 91 36 255 58 72 28 255 36 45 18 255 29 36 14 255 +minecraft:red_concrete 142 32 32 255 113 25 25 255 71 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 225 227 227 255 180 181 181 255 112 113 113 255 90 90 90 255 +minecraft:orange_concrete_powder 227 131 31 255 181 104 24 255 113 65 15 255 90 52 12 255 +minecraft:magenta_concrete_powder 192 83 184 255 153 66 147 255 96 41 92 255 76 33 73 255 +minecraft:light_blue_concrete_powder 74 180 213 255 59 144 170 255 37 90 106 255 29 72 85 255 +minecraft:yellow_concrete_powder 232 199 54 255 185 159 43 255 116 99 27 255 92 79 21 255 +minecraft:lime_concrete_powder 125 189 41 255 100 151 32 255 62 94 20 255 50 75 16 255 +minecraft:pink_concrete_powder 228 153 181 255 182 122 144 255 114 76 90 255 91 61 72 255 +minecraft:gray_concrete_powder 76 81 84 255 60 64 67 255 38 40 42 255 30 32 33 255 +minecraft:light_gray_concrete_powder 154 154 148 255 123 123 118 255 77 77 74 255 61 61 59 255 +minecraft:cyan_concrete_powder 36 147 157 255 28 117 125 255 18 73 78 255 14 58 62 255 +minecraft:purple_concrete_powder 131 55 177 255 104 44 141 255 65 27 88 255 52 22 70 255 +minecraft:blue_concrete_powder 70 73 166 255 56 58 132 255 35 36 83 255 28 29 66 255 +minecraft:brown_concrete_powder 125 84 53 255 100 67 42 255 62 42 26 255 50 33 21 255 +minecraft:green_concrete_powder 97 119 44 255 77 95 35 255 48 59 22 255 38 47 17 255 +minecraft:red_concrete_powder 168 54 50 255 134 43 40 255 84 27 25 255 67 21 20 255 +minecraft:black_concrete_powder 25 26 31 255 20 20 24 255 12 13 15 255 10 10 12 255 +minecraft:kelp 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=1] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=2] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=3] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=4] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=5] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=6] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=7] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=8] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=9] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=10] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=11] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=12] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=13] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=14] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=15] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=16] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=17] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=18] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=19] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=20] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=21] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=22] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=23] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=24] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp[age=25] 41 106 15 49 32 84 12 49 20 53 7 49 16 42 6 49 +minecraft:kelp_plant 40 97 14 100 32 77 11 100 20 48 7 100 16 38 5 100 +minecraft:dried_kelp_block 50 58 38 255 40 46 30 255 25 29 19 255 20 23 15 255 +minecraft:turtle_egg 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=1,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=1,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=2,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=2,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=2,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=3,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=3,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=3,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:turtle_egg[eggs=4,hatch=0] 228 226 191 132 182 180 152 132 114 113 95 132 91 90 76 132 +minecraft:turtle_egg[eggs=4,hatch=1] 218 214 177 132 174 171 141 132 109 107 88 132 87 85 70 132 +minecraft:turtle_egg[eggs=4,hatch=2] 207 203 165 132 165 162 132 132 103 101 82 132 82 81 66 132 +minecraft:dead_tube_coral_block 130 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_brain_coral_block 124 117 114 255 99 93 91 255 62 58 57 255 49 46 45 255 +minecraft:dead_bubble_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_fire_coral_block 131 123 119 255 104 98 95 255 65 61 59 255 52 49 47 255 +minecraft:dead_horn_coral_block 133 126 122 255 106 100 97 255 66 63 61 255 53 50 48 255 +minecraft:tube_coral_block 49 87 206 255 39 69 164 255 24 43 103 255 19 34 82 255 +minecraft:brain_coral_block 207 91 159 255 165 72 127 255 103 45 79 255 82 36 63 255 +minecraft:bubble_coral_block 165 26 162 255 132 20 129 255 82 13 81 255 66 10 64 255 +minecraft:fire_coral_block 163 35 46 255 130 28 36 255 81 17 23 255 65 14 18 255 +minecraft:horn_coral_block 216 199 66 255 172 159 52 255 108 99 33 255 86 79 26 255 +minecraft:dead_tube_coral 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_tube_coral[waterlogged=false] 118 111 107 152 94 88 85 152 59 55 53 152 47 44 42 152 +minecraft:dead_brain_coral 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_brain_coral[waterlogged=false] 133 125 120 111 106 100 96 111 66 62 60 111 53 50 48 111 +minecraft:dead_bubble_coral 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_bubble_coral[waterlogged=false] 132 124 120 132 105 99 96 132 66 62 60 132 52 49 48 132 +minecraft:dead_fire_coral 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_fire_coral[waterlogged=false] 136 128 124 108 108 102 99 108 68 64 62 108 54 51 49 108 +minecraft:dead_horn_coral 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:dead_horn_coral[waterlogged=false] 142 135 129 99 113 108 103 99 71 67 64 99 56 54 51 99 +minecraft:tube_coral 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:tube_coral[waterlogged=false] 47 83 197 152 37 66 157 152 23 41 98 152 18 33 78 152 +minecraft:brain_coral 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:brain_coral[waterlogged=false] 197 84 152 111 157 67 121 111 98 42 76 111 78 33 60 111 +minecraft:bubble_coral 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:bubble_coral[waterlogged=false] 161 23 159 132 128 18 127 132 80 11 79 132 64 9 63 132 +minecraft:fire_coral 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:fire_coral[waterlogged=false] 166 37 46 108 132 29 36 108 83 18 23 108 66 14 18 108 +minecraft:horn_coral 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:horn_coral[waterlogged=false] 209 186 62 99 167 148 49 99 104 93 31 99 83 74 24 99 +minecraft:dead_tube_coral_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_fan[waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_fan[waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_fan[waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_fan[waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_fan[waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_fan[waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_fan[waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_fan[waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_fan[waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_fan[waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:dead_tube_coral_wall_fan 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 128 122 118 78 102 97 94 78 64 61 59 78 51 48 47 78 +minecraft:dead_brain_coral_wall_fan 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 132 125 121 94 105 100 96 94 66 62 60 94 52 50 48 94 +minecraft:dead_bubble_coral_wall_fan 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 140 134 130 111 112 107 104 111 70 67 65 111 56 53 52 111 +minecraft:dead_fire_coral_wall_fan 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 124 118 114 104 99 94 91 104 62 59 57 104 49 47 45 104 +minecraft:dead_horn_coral_wall_fan 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 134 125 121 93 107 100 96 93 67 62 60 93 53 50 48 93 +minecraft:tube_coral_wall_fan 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 50 91 208 78 40 72 166 78 25 45 104 78 20 36 83 78 +minecraft:brain_coral_wall_fan 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 202 84 153 94 161 67 122 94 101 42 76 94 80 33 61 94 +minecraft:bubble_coral_wall_fan 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 160 32 159 111 128 25 127 111 80 16 79 111 64 12 63 111 +minecraft:fire_coral_wall_fan 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 158 34 45 104 126 27 36 104 79 17 22 104 63 13 18 104 +minecraft:horn_coral_wall_fan 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 205 183 61 93 164 146 48 93 102 91 30 93 82 73 24 93 +minecraft:sea_pickle 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=1,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=2,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=3,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=true] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:sea_pickle[pickles=4,waterlogged=false] 90 97 39 215 72 77 31 215 45 48 19 215 36 38 15 215 +minecraft:blue_ice 116 167 253 255 92 133 202 255 58 83 126 255 46 66 101 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 92 89 35 54 73 71 28 54 46 44 17 54 36 35 14 54 +minecraft:bamboo 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 93 144 19 255 74 115 15 255 46 72 9 255 37 57 7 255 +minecraft:potted_bamboo 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:polished_granite_stairs 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_stairs 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_stairs 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_stairs 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_stairs 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_stairs 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:stone_stairs 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 125 125 125 255 100 100 100 255 62 62 62 255 50 50 50 255 +minecraft:smooth_sandstone_stairs 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_stairs 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_stairs 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_stairs 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_stairs 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_stairs 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_stairs 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:polished_granite_slab 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 154 106 89 255 123 84 71 255 77 53 44 255 61 42 35 255 +minecraft:smooth_red_sandstone_slab 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 181 97 31 255 144 77 24 255 90 48 15 255 72 38 12 255 +minecraft:mossy_stone_brick_slab 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:polished_diorite_slab 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 192 193 194 255 153 154 155 255 96 96 97 255 76 77 77 255 +minecraft:mossy_cobblestone_slab 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 110 118 94 255 88 94 75 255 55 59 47 255 44 47 37 255 +minecraft:end_stone_brick_slab 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:smooth_sandstone_slab 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 223 214 170 255 178 171 136 255 111 107 85 255 89 85 68 255 +minecraft:smooth_quartz_slab 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 236 230 223 255 188 184 178 255 118 115 111 255 94 92 89 255 +minecraft:granite_slab 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=top,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=true] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_slab[type=double,waterlogged=false] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:andesite_slab 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=top,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=true] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_slab[type=double,waterlogged=false] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_slab 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:polished_andesite_slab 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 132 134 133 255 105 107 106 255 66 67 66 255 52 53 53 255 +minecraft:diorite_slab 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:brick_wall 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 150 97 83 255 120 77 66 255 75 48 41 255 60 38 33 255 +minecraft:prismarine_wall 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 98 162 145 255 78 129 116 255 49 81 72 255 39 64 58 255 +minecraft:red_sandstone_wall 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 99 29 255 148 79 23 255 93 49 14 255 74 39 11 255 +minecraft:mossy_stone_brick_wall 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 121 105 255 92 96 84 255 57 60 52 255 46 48 42 255 +minecraft:granite_wall 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 149 103 85 255 119 82 68 255 74 51 42 255 59 41 34 255 +minecraft:stone_brick_wall 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 122 121 122 255 97 96 97 255 61 60 61 255 48 48 48 255 +minecraft:nether_brick_wall 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 21 26 255 35 16 20 255 22 10 13 255 17 8 10 255 +minecraft:andesite_wall 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 136 136 136 255 108 108 108 255 68 68 68 255 54 54 54 255 +minecraft:red_nether_brick_wall 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 69 7 9 255 55 5 7 255 34 3 4 255 27 2 3 255 +minecraft:sandstone_wall 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 216 203 155 255 172 162 124 255 108 101 77 255 86 81 62 255 +minecraft:end_stone_brick_wall 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 218 224 162 255 174 179 129 255 109 112 81 255 87 89 64 255 +minecraft:diorite_wall 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 188 188 188 255 150 150 150 255 94 94 94 255 75 75 75 255 +minecraft:scaffolding 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 174 134 80 231 139 107 64 231 87 67 40 231 69 53 32 231 +minecraft:loom 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=south] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=west] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:loom[facing=east] 76 60 36 255 60 48 28 255 38 30 18 255 30 24 14 255 +minecraft:barrel 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=north,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=east,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=south,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=west,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=up,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=true] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:barrel[facing=down,open=false] 121 89 51 255 96 71 40 255 60 44 25 255 48 35 20 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=north,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=south,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=west,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=true] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:blast_furnace[facing=east,lit=false] 80 80 81 255 64 64 64 255 40 40 40 255 32 32 32 255 +minecraft:cartography_table 104 87 67 255 83 69 53 255 52 43 33 255 41 34 26 255 +minecraft:fletching_table 197 180 133 255 157 144 106 255 98 90 66 255 78 72 53 255 +minecraft:grindstone 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=floor,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=wall,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=north] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=south] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=west] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:grindstone[face=ceiling,facing=east] 60 46 26 255 48 36 20 255 30 23 13 255 24 18 10 255 +minecraft:lectern 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 173 137 83 255 138 109 66 255 86 68 41 255 69 54 33 255 +minecraft:smithing_table 57 58 70 255 45 46 56 255 28 29 35 255 22 23 28 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=true,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=true] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:soul_lantern[hanging=false,waterlogged=false] 56 62 79 6 44 49 63 6 28 31 39 6 22 24 31 6 +minecraft:campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 79 74 67 207 63 59 53 207 39 37 33 207 31 29 26 207 +minecraft:sweet_berry_bush 42 89 56 52 33 71 44 52 21 44 28 52 16 35 22 52 +minecraft:sweet_berry_bush[age=1] 47 94 57 138 37 75 45 138 23 47 28 138 18 37 22 138 +minecraft:sweet_berry_bush[age=2] 59 88 56 144 47 70 44 144 29 44 28 144 23 35 22 144 +minecraft:sweet_berry_bush[age=3] 68 77 50 161 54 61 40 161 34 38 25 161 27 30 20 161 +minecraft:warped_stem 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_stem[axis=y] 57 103 103 255 45 82 82 255 28 51 51 255 22 41 41 255 +minecraft:warped_stem[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_stem 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_stem[axis=y] 52 128 124 255 41 102 99 255 26 64 62 255 20 51 49 255 +minecraft:stripped_warped_stem[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_hyphae 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=y] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:warped_hyphae[axis=z] 57 59 77 255 45 47 61 255 28 29 38 255 22 23 30 255 +minecraft:stripped_warped_hyphae 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=y] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:stripped_warped_hyphae[axis=z] 57 150 147 255 45 120 117 255 28 75 73 255 22 60 58 255 +minecraft:warped_nylium 43 114 101 255 34 91 80 255 21 57 50 255 17 45 40 255 +minecraft:warped_fungus 74 109 87 49 59 87 69 49 37 54 43 49 29 43 34 49 +minecraft:warped_wart_block 22 119 121 255 17 95 96 255 11 59 60 255 8 47 48 255 +minecraft:warped_roots 20 138 124 91 16 110 99 91 10 69 62 91 8 55 49 91 +minecraft:nether_sprouts 19 151 133 30 15 120 106 30 9 75 66 30 7 60 53 30 +minecraft:crimson_stem 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_stem[axis=y] 107 51 74 255 85 40 59 255 53 25 37 255 42 20 29 255 +minecraft:crimson_stem[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_stem 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_stem[axis=y] 121 56 82 255 96 44 65 255 60 28 41 255 48 22 32 255 +minecraft:stripped_crimson_stem[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_hyphae 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=y] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:crimson_hyphae[axis=z] 93 26 30 255 74 20 24 255 46 13 15 255 37 10 12 255 +minecraft:stripped_crimson_hyphae 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=y] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:stripped_crimson_hyphae[axis=z] 137 57 90 255 109 45 72 255 68 28 45 255 54 22 36 255 +minecraft:crimson_nylium 130 31 31 255 104 24 24 255 65 15 15 255 52 12 12 255 +minecraft:crimson_fungus 141 44 29 59 112 35 23 59 70 22 14 59 56 17 11 59 +minecraft:shroomlight 240 146 70 255 192 116 56 255 120 73 35 255 96 58 28 255 +minecraft:weeping_vines 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=1] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=2] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=3] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=4] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=5] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=6] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=7] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=8] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=9] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=10] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=11] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=12] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=13] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=14] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=15] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=16] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=17] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=18] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=19] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=20] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=21] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=22] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=23] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=24] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines[age=25] 104 1 0 27 83 0 0 27 52 0 0 27 41 0 0 27 +minecraft:weeping_vines_plant 132 16 12 114 105 12 9 114 66 8 6 114 52 6 4 114 +minecraft:twisting_vines 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=1] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=2] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=3] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=4] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=5] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=6] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=7] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=8] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=9] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=10] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=11] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=12] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=13] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=14] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=15] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=16] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=17] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=18] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=19] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=20] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=21] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=22] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=23] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=24] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines[age=25] 20 143 124 70 16 114 99 70 10 71 62 70 8 57 49 70 +minecraft:twisting_vines_plant 20 135 122 89 16 108 97 89 10 67 61 89 8 54 48 89 +minecraft:crimson_roots 126 8 41 90 100 6 32 90 63 4 20 90 50 3 16 90 +minecraft:crimson_planks 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_planks 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_slab 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=top,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_slab[type=double,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_slab 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=top,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_slab[type=double,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_pressure_plate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_pressure_plate[powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_pressure_plate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_pressure_plate[powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_fence 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_trapdoor 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 103 50 72 215 82 40 57 215 51 25 36 215 41 20 28 215 +minecraft:warped_trapdoor 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 47 119 111 200 37 95 88 200 23 59 55 200 18 47 44 200 +minecraft:crimson_fence_gate 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_fence_gate 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_stairs 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_stairs 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_button 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 101 48 70 255 80 38 56 255 50 24 35 255 40 19 28 255 +minecraft:warped_button 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 43 104 99 255 34 83 79 255 21 52 49 255 17 41 39 255 +minecraft:crimson_door 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 114 54 79 255 91 43 63 255 57 27 39 255 45 21 31 255 +minecraft:warped_door 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 44 126 120 255 35 100 96 255 22 63 60 255 17 50 48 255 +minecraft:crimson_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:crimson_wall_sign 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 105 49 72 10 84 39 57 10 52 24 36 10 42 19 28 10 +minecraft:warped_wall_sign 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 44 108 104 10 35 86 83 10 22 54 52 10 17 43 41 10 +minecraft:structure_block 86 71 87 255 68 56 69 255 43 35 43 255 34 28 34 255 +minecraft:structure_block[mode=load] 69 57 70 255 55 45 56 255 34 28 35 255 27 22 28 255 +minecraft:structure_block[mode=corner] 68 57 69 255 54 45 55 255 34 28 34 255 27 22 27 255 +minecraft:structure_block[mode=data] 79 65 80 255 63 52 64 255 39 32 40 255 31 26 32 255 +minecraft:jigsaw 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=down_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_east] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_north] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_south] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=up_west] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=west_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=east_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=north_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:jigsaw[orientation=south_up] 34 27 37 255 27 21 29 255 17 13 18 255 13 10 14 255 +minecraft:composter 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=1] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=2] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=3] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=4] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=5] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=6] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=7] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:composter[level=8] 88 61 23 143 70 48 18 143 44 30 11 143 35 24 9 143 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=north,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=south,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=west,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=0] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=1] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=2] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=3] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=4] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:bee_nest[facing=east,honey_level=5] 202 160 74 255 161 128 59 255 101 80 37 255 80 64 29 255 +minecraft:beehive 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=north,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=south,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=west,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=0] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=1] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=2] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=3] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=4] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:beehive[facing=east,honey_level=5] 180 146 90 255 144 116 72 255 90 73 45 255 72 58 36 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 229 148 29 255 183 118 23 255 114 74 14 255 91 59 11 255 +minecraft:netherite_block 66 61 63 255 52 48 50 255 33 30 31 255 26 24 25 255 +minecraft:ancient_debris 94 66 58 255 75 52 46 255 47 33 29 255 37 26 23 255 +minecraft:crying_obsidian 32 10 60 255 25 8 48 255 16 5 30 255 12 4 24 255 +minecraft:respawn_anchor 33 21 52 255 26 16 41 255 16 10 26 255 13 8 20 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_fungus 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_crimson_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:potted_warped_roots 124 68 53 49 99 54 42 49 62 34 26 49 49 27 21 49 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_stairs 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 42 35 40 255 33 28 32 255 21 17 20 255 16 14 16 255 +minecraft:blackstone_slab 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 42 36 41 255 33 28 32 255 21 18 20 255 16 14 16 255 +minecraft:polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_bricks 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:cracked_polished_blackstone_bricks 44 37 43 255 35 29 34 255 22 18 21 255 17 14 17 255 +minecraft:chiseled_polished_blackstone 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_brick_slab 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 48 42 49 255 38 33 39 255 24 21 24 255 19 16 19 255 +minecraft:gilded_blackstone 55 42 38 255 44 33 30 255 27 21 19 255 22 16 15 255 +minecraft:polished_blackstone_stairs 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 53 48 56 255 42 38 44 255 26 24 28 255 21 19 22 255 +minecraft:chiseled_nether_bricks 47 23 28 255 37 18 22 255 23 11 14 255 18 9 11 255 +minecraft:cracked_nether_bricks 40 20 23 255 32 16 18 255 20 10 11 255 16 8 9 255 +minecraft:quartz_bricks 234 229 221 255 187 183 176 255 117 114 110 255 93 91 88 255 +minecraft:candle 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 235 210 173 20 188 168 138 20 117 105 86 20 94 84 69 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 232 200 153 20 185 160 122 20 116 100 76 20 92 80 61 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:white_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:orange_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:magenta_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:yellow_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:lime_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:pink_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:light_gray_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:cyan_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:purple_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:blue_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:brown_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:green_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:red_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:black_candle_cake[lit=false] 248 222 214 195 198 177 171 195 124 111 107 195 99 88 85 195 +minecraft:amethyst_block 133 97 191 255 106 77 152 255 66 48 95 255 53 38 76 255 +minecraft:budding_amethyst 132 96 186 255 105 76 148 255 66 48 93 255 52 38 74 255 +minecraft:amethyst_cluster 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 163 126 207 139 130 100 165 139 81 63 103 139 65 50 82 139 +minecraft:large_amethyst_bud 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 161 126 202 77 128 100 161 77 80 63 101 77 64 50 80 77 +minecraft:medium_amethyst_bud 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 158 120 201 50 126 96 160 50 79 60 100 50 63 48 80 50 +minecraft:small_amethyst_bud 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 131 99 192 31 104 79 153 31 65 49 96 31 52 39 76 31 +minecraft:tuff 108 109 102 255 86 87 81 255 54 54 51 255 43 43 40 255 +minecraft:calcite 223 224 220 255 178 179 176 255 111 112 110 255 89 89 88 255 +minecraft:tinted_glass 44 38 46 131 35 30 36 131 22 19 23 131 17 15 18 131 +minecraft:powder_snow 248 253 253 255 198 202 202 255 124 126 126 255 99 101 101 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:copper_ore 124 125 120 255 99 100 96 255 62 62 60 255 49 50 48 255 +minecraft:deepslate_copper_ore 92 93 89 255 73 74 71 255 46 46 44 255 36 37 35 255 +minecraft:oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_copper_block 192 107 79 255 153 85 63 255 96 53 39 255 76 42 31 255 +minecraft:waxed_weathered_copper 108 153 110 255 86 122 88 255 54 76 55 255 43 61 44 255 +minecraft:waxed_exposed_copper 161 125 103 255 128 100 82 255 80 62 51 255 64 50 41 255 +minecraft:waxed_oxidized_copper 82 162 132 255 65 129 105 255 41 81 66 255 32 64 52 255 +minecraft:waxed_oxidized_cut_copper 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_stairs 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_stairs 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_stairs 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_stairs 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_oxidized_cut_copper_slab 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 79 153 126 255 63 122 100 255 39 76 63 255 31 61 50 255 +minecraft:waxed_weathered_cut_copper_slab 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 109 145 107 255 87 116 85 255 54 72 53 255 43 58 42 255 +minecraft:waxed_exposed_cut_copper_slab 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 154 121 101 255 123 96 80 255 77 60 50 255 61 48 40 255 +minecraft:waxed_cut_copper_slab 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 191 106 80 255 152 84 64 255 95 53 40 255 76 42 32 255 +minecraft:pointed_dripstone 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 138 111 95 85 110 88 76 85 69 55 47 85 55 44 38 85 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 136 109 93 52 108 87 74 52 68 54 46 52 54 43 37 52 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 128 102 89 165 102 81 71 165 64 51 44 165 51 40 35 165 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 130 103 90 185 104 82 72 185 65 51 45 185 52 41 36 185 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 129 102 89 229 103 81 71 229 64 51 44 229 51 40 35 229 +minecraft:dripstone_block 134 107 92 255 107 85 73 255 67 53 46 255 53 42 36 255 +minecraft:cave_vines 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=0,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=1,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=1,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=2,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=2,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=3,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=3,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=4,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=4,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=5,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=5,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=6,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=6,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=7,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=7,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=8,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=8,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=9,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=9,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=10,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=10,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=11,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=11,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=12,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=12,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=13,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=13,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=14,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=14,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=15,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=15,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=16,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=16,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=17,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=17,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=18,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=18,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=19,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=19,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=20,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=20,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=21,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=21,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=22,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=22,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=23,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=23,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=24,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=24,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines[age=25,berries=true] 105 112 41 148 84 89 32 148 52 56 20 148 42 44 16 148 +minecraft:cave_vines[age=25,berries=false] 90 109 40 142 72 87 32 142 45 54 20 142 36 43 16 142 +minecraft:cave_vines_plant 105 107 40 159 84 85 32 159 52 53 20 159 42 42 16 159 +minecraft:cave_vines_plant[berries=false] 88 101 38 143 70 80 30 143 44 50 19 143 35 40 15 143 +minecraft:spore_blossom 206 96 158 123 164 76 126 123 103 48 79 123 82 38 63 123 +minecraft:azalea 93 117 45 153 74 93 36 153 46 58 22 153 37 46 18 153 +minecraft:flowering_azalea 111 113 73 153 88 90 58 153 55 56 36 153 44 45 29 153 +minecraft:moss_carpet 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:moss_block 89 109 45 255 71 87 36 255 44 54 22 255 35 43 18 255 +minecraft:big_dripleaf_stem 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 91 115 45 83 72 92 36 83 45 57 22 83 36 46 18 83 +minecraft:small_dripleaf 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 94 119 45 63 75 95 36 63 47 59 22 63 37 47 18 63 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 94 122 45 42 75 97 36 42 47 61 22 42 37 48 18 42 +minecraft:hanging_roots 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:hanging_roots[waterlogged=false] 161 115 91 74 128 92 72 74 80 57 45 74 64 46 36 74 +minecraft:rooted_dirt 144 103 76 255 115 82 60 255 72 51 38 255 57 41 30 255 +minecraft:deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:cobbled_deepslate 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 77 77 80 255 61 61 64 255 38 38 40 255 30 30 32 255 +minecraft:polished_deepslate 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 72 72 73 255 57 57 58 255 36 36 36 255 28 28 29 255 +minecraft:deepslate_tiles 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 54 54 55 255 43 43 44 255 27 27 27 255 21 21 22 255 +minecraft:deepslate_bricks 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 70 70 71 255 56 56 56 255 35 35 35 255 28 28 28 255 +minecraft:chiseled_deepslate 54 54 54 255 43 43 43 255 27 27 27 255 21 21 21 255 +minecraft:cracked_deepslate_bricks 64 64 65 255 51 51 52 255 32 32 32 255 25 25 26 255 +minecraft:cracked_deepslate_tiles 52 52 52 255 41 41 41 255 26 26 26 255 20 20 20 255 +minecraft:infested_deepslate 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:infested_deepslate[axis=y] 87 87 89 255 69 69 71 255 43 43 44 255 34 34 35 255 +minecraft:infested_deepslate[axis=z] 80 80 82 255 64 64 65 255 40 40 41 255 32 32 32 255 +minecraft:smooth_basalt 72 72 78 255 57 57 62 255 36 36 39 255 28 28 31 255 +minecraft:raw_iron_block 166 135 107 255 132 108 85 255 83 67 53 255 66 54 42 255 +minecraft:raw_copper_block 154 105 79 255 123 84 63 255 77 52 39 255 61 42 31 255 +minecraft:raw_gold_block 221 169 46 255 176 135 36 255 110 84 23 255 88 67 18 255 diff --git a/dynmap/colorschemes/sphax.txt b/dynmap/colorschemes/sphax.txt new file mode 100644 index 0000000..8b4aee8 --- /dev/null +++ b/dynmap/colorschemes/sphax.txt @@ -0,0 +1,19769 @@ +minecraft:stone 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:granite 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:polished_granite 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:diorite 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:polished_diorite 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:andesite 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:polished_andesite 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:grass_block 45 85 24 255 36 68 19 255 22 42 12 255 18 34 9 255 +minecraft:grass_block[snowy=false] 45 85 24 255 36 68 19 255 22 42 12 255 18 34 9 255 +minecraft:dirt 87 61 40 255 69 48 32 255 43 30 20 255 34 24 16 255 +minecraft:coarse_dirt 88 63 44 255 70 50 35 255 44 31 22 255 35 25 17 255 +minecraft:podzol 150 150 150 255 120 120 120 255 75 75 75 255 60 60 60 255 +minecraft:podzol[snowy=false] 49 40 27 255 39 32 21 255 24 20 13 255 19 16 10 255 +minecraft:cobblestone 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:oak_planks 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_planks 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_planks 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_planks 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_planks 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_planks 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:oak_sapling 50 73 19 97 40 58 15 97 25 36 9 97 20 29 7 97 +minecraft:oak_sapling[stage=1] 50 73 19 97 40 58 15 97 25 36 9 97 20 29 7 97 +minecraft:spruce_sapling 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 +minecraft:spruce_sapling[stage=1] 11 40 27 75 8 32 21 75 5 20 13 75 4 16 10 75 +minecraft:birch_sapling 110 123 65 51 88 98 52 51 55 61 32 51 44 49 26 51 +minecraft:birch_sapling[stage=1] 110 123 65 51 88 98 52 51 55 61 32 51 44 49 26 51 +minecraft:jungle_sapling 67 80 22 87 53 64 17 87 33 40 11 87 26 32 8 87 +minecraft:jungle_sapling[stage=1] 67 80 22 87 53 64 17 87 33 40 11 87 26 32 8 87 +minecraft:acacia_sapling 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 +minecraft:acacia_sapling[stage=1] 70 79 16 91 56 63 12 91 35 39 8 91 28 31 6 91 +minecraft:dark_oak_sapling 47 70 18 102 37 56 14 102 23 35 9 102 18 28 7 102 +minecraft:dark_oak_sapling[stage=1] 47 70 18 102 37 56 14 102 23 35 9 102 18 28 7 102 +minecraft:bedrock 22 23 24 255 17 18 19 255 11 11 12 255 8 9 9 255 +minecraft:water 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=1] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=2] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=3] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=4] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=5] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=6] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=7] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=8] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=9] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=10] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=11] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=12] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=13] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=14] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:water[level=15] 210 210 210 179 168 168 168 179 105 105 105 179 84 84 84 179 +minecraft:lava 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=1] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=2] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=3] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=4] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=5] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=6] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=7] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=8] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=9] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=10] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=11] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=12] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=13] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=14] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:lava[level=15] 254 129 0 255 203 103 0 255 127 64 0 255 101 51 0 255 +minecraft:sand 245 233 182 255 196 186 145 255 122 116 91 255 98 93 72 255 +minecraft:red_sand 196 127 72 255 156 101 57 255 98 63 36 255 78 50 28 255 +minecraft:gravel 144 131 131 255 115 104 104 255 72 65 65 255 57 52 52 255 +minecraft:gold_ore 131 120 96 255 104 96 76 255 65 60 48 255 52 48 38 255 +minecraft:deepslate_gold_ore 85 80 62 255 68 64 49 255 42 40 31 255 34 32 24 255 +minecraft:iron_ore 132 123 113 255 105 98 90 255 66 61 56 255 52 49 45 255 +minecraft:deepslate_iron_ore 87 82 79 255 69 65 63 255 43 41 39 255 34 32 31 255 +minecraft:coal_ore 107 102 99 255 85 81 79 255 53 51 49 255 42 40 39 255 +minecraft:deepslate_coal_ore 62 62 65 255 49 49 52 255 31 31 32 255 24 24 26 255 +minecraft:nether_gold_ore 90 36 21 255 72 28 16 255 45 18 10 255 36 14 8 255 +minecraft:oak_log 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:oak_log[axis=y] 161 128 80 255 128 102 64 255 80 64 40 255 64 51 32 255 +minecraft:oak_log[axis=z] 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:spruce_log 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:spruce_log[axis=y] 90 67 40 255 72 53 32 255 45 33 20 255 36 26 16 255 +minecraft:spruce_log[axis=z] 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:birch_log 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:birch_log[axis=y] 163 136 85 255 130 108 68 255 81 68 42 255 65 54 34 255 +minecraft:birch_log[axis=z] 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:jungle_log 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:jungle_log[axis=y] 136 98 59 255 108 78 47 255 68 49 29 255 54 39 23 255 +minecraft:jungle_log[axis=z] 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:acacia_log 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:acacia_log[axis=y] 149 86 62 255 119 68 49 255 74 43 31 255 59 34 24 255 +minecraft:acacia_log[axis=z] 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:dark_oak_log 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:dark_oak_log[axis=y] 57 45 27 255 45 36 21 255 28 22 13 255 22 18 10 255 +minecraft:dark_oak_log[axis=z] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:stripped_spruce_log 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_spruce_log[axis=y] 110 83 53 255 88 66 42 255 55 41 26 255 44 33 21 255 +minecraft:stripped_spruce_log[axis=z] 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_birch_log 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_birch_log[axis=y] 190 161 103 255 152 128 82 255 95 80 51 255 76 64 41 255 +minecraft:stripped_birch_log[axis=z] 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_jungle_log 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_jungle_log[axis=y] 159 113 72 255 127 90 57 255 79 56 36 255 63 45 28 255 +minecraft:stripped_jungle_log[axis=z] 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_acacia_log 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_acacia_log[axis=y] 176 92 63 255 140 73 50 255 88 46 31 255 70 36 25 255 +minecraft:stripped_acacia_log[axis=z] 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_dark_oak_log 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_dark_oak_log[axis=y] 64 50 31 255 51 40 24 255 32 25 15 255 25 20 12 255 +minecraft:stripped_dark_oak_log[axis=z] 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_oak_log 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_oak_log[axis=y] 186 150 96 255 148 120 76 255 93 75 48 255 74 60 38 255 +minecraft:stripped_oak_log[axis=z] 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:oak_wood 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:oak_wood[axis=y] 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:oak_wood[axis=z] 91 72 43 255 72 57 34 255 45 36 21 255 36 28 17 255 +minecraft:spruce_wood 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:spruce_wood[axis=y] 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:spruce_wood[axis=z] 41 26 7 255 32 20 5 255 20 13 3 255 16 10 2 255 +minecraft:birch_wood 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:birch_wood[axis=y] 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:birch_wood[axis=z] 187 189 181 255 149 151 144 255 93 94 90 255 74 75 72 255 +minecraft:jungle_wood 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:jungle_wood[axis=y] 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:jungle_wood[axis=z] 83 67 25 255 66 53 20 255 41 33 12 255 33 26 10 255 +minecraft:acacia_wood 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:acacia_wood[axis=y] 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:acacia_wood[axis=z] 91 85 75 255 72 68 60 255 45 42 37 255 36 34 30 255 +minecraft:dark_oak_wood 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:dark_oak_wood[axis=y] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:dark_oak_wood[axis=z] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:stripped_oak_wood 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_oak_wood[axis=y] 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_oak_wood[axis=z] 181 143 90 255 144 114 72 255 90 71 45 255 72 57 36 255 +minecraft:stripped_spruce_wood 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_spruce_wood[axis=y] 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_spruce_wood[axis=z] 103 78 49 255 82 62 39 255 51 39 24 255 41 31 19 255 +minecraft:stripped_birch_wood 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_birch_wood[axis=y] 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_birch_wood[axis=z] 185 154 97 255 148 123 77 255 92 77 48 255 74 61 38 255 +minecraft:stripped_jungle_wood 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_jungle_wood[axis=y] 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_jungle_wood[axis=z] 168 121 79 255 134 96 63 255 84 60 39 255 67 48 31 255 +minecraft:stripped_acacia_wood 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_acacia_wood[axis=y] 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_acacia_wood[axis=z] 170 87 59 255 136 69 47 255 85 43 29 255 68 34 23 255 +minecraft:stripped_dark_oak_wood 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_dark_oak_wood[axis=y] 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:stripped_dark_oak_wood[axis=z] 60 47 29 255 48 37 23 255 30 23 14 255 24 18 11 255 +minecraft:oak_leaves 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=1,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=2,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=2,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=3,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=3,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=4,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=4,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=5,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=5,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=6,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=6,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=7,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:oak_leaves[distance=7,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:spruce_leaves 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=1,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=2,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=2,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=3,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=3,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=4,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=4,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=5,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=5,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=6,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=6,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=7,persistent=true] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:spruce_leaves[distance=7,persistent=false] 42 72 36 186 33 57 28 186 21 36 18 186 16 28 14 186 +minecraft:birch_leaves 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=1,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=2,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=2,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=3,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=3,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=4,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=4,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=5,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=5,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=6,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=6,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=7,persistent=true] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:birch_leaves[distance=7,persistent=false] 66 86 44 216 52 68 35 216 33 43 22 216 26 34 17 216 +minecraft:jungle_leaves 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=1,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=2,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=2,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=3,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=3,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=4,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=4,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=5,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=5,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=6,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=6,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=7,persistent=true] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:jungle_leaves[distance=7,persistent=false] 28 58 16 237 22 46 12 237 14 29 8 237 11 23 6 237 +minecraft:acacia_leaves 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=1,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=2,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=2,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=3,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=3,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=4,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=4,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=5,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=5,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=6,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=6,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=7,persistent=true] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:acacia_leaves[distance=7,persistent=false] 31 64 19 225 24 51 15 225 15 32 9 225 12 25 7 225 +minecraft:dark_oak_leaves 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=1,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=2,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=2,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=3,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=3,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=4,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=4,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=5,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=5,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=6,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=6,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=7,persistent=true] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:dark_oak_leaves[distance=7,persistent=false] 33 68 20 221 26 54 16 221 16 34 10 221 13 27 8 221 +minecraft:azalea_leaves 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=1,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=2,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=2,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=3,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=3,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=4,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=4,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=5,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=5,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=6,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=6,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=7,persistent=true] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:azalea_leaves[distance=7,persistent=false] 16 45 4 130 12 36 3 130 8 22 2 130 6 18 1 130 +minecraft:flowering_azalea_leaves 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=1,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=2,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=2,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=3,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=3,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=4,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=4,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=5,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=5,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=6,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=6,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=7,persistent=true] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:flowering_azalea_leaves[distance=7,persistent=false] 21 45 8 151 16 36 6 151 10 22 4 151 8 18 3 151 +minecraft:sponge 210 210 76 255 168 168 60 255 105 105 38 255 84 84 30 255 +minecraft:wet_sponge 170 173 67 255 136 138 53 255 85 86 33 255 68 69 26 255 +minecraft:glass 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:lapis_ore 104 101 114 255 83 80 91 255 52 50 57 255 41 40 45 255 +minecraft:deepslate_lapis_ore 61 63 83 255 48 50 66 255 30 31 41 255 24 25 33 255 +minecraft:lapis_block 33 53 135 255 26 42 108 255 16 26 67 255 13 21 54 255 +minecraft:dispenser 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=north,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=east,triggered=true] 99 91 83 255 79 72 66 255 49 45 41 255 39 36 33 255 +minecraft:dispenser[facing=east,triggered=false] 99 91 83 255 79 72 66 255 49 45 41 255 39 36 33 255 +minecraft:dispenser[facing=south,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=south,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=west,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=west,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=up,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=up,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=down,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dispenser[facing=down,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:chiseled_sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:note_block 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=harp,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=basedrum,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=snare,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=hat,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bass,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=flute,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bell,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=guitar,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=chime,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=xylophone,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=iron_xylophone,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=cow_bell,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=didgeridoo,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=bit,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=banjo,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=0,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=0,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=1,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=1,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=2,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=2,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=3,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=3,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=4,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=4,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=5,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=5,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=6,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=6,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=7,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=7,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=8,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=8,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=9,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=9,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=10,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=10,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=11,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=11,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=12,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=12,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=13,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=13,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=14,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=14,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=15,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=15,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=16,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=16,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=17,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=17,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=18,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=18,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=19,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=19,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=20,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=20,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=21,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=21,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=22,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=22,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=23,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=23,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=24,powered=true] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:note_block[instrument=pling,note=24,powered=false] 79 50 27 255 63 40 21 255 39 25 13 255 31 20 10 255 +minecraft:powered_rail 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=north_south,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=east_west,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_east,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_west,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_north,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=true] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=true,shape=ascending_south,waterlogged=false] 120 97 62 200 96 77 49 200 60 48 31 200 48 38 24 200 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=north_south,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=east_west,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_east,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_west,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_north,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=true] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:powered_rail[powered=false,shape=ascending_south,waterlogged=false] 113 97 60 198 90 77 48 198 56 48 30 198 45 38 24 198 +minecraft:detector_rail 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=north_south,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=east_west,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_east,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_west,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_north,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=true] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=true,shape=ascending_south,waterlogged=false] 101 92 89 203 80 73 71 203 50 46 44 203 40 36 35 203 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=north_south,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=east_west,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_east,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_west,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_north,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=true] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:detector_rail[powered=false,shape=ascending_south,waterlogged=false] 96 92 89 203 76 73 71 203 48 46 44 203 38 36 35 203 +minecraft:sticky_piston 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=true,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=north] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:sticky_piston[extended=false,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:cobweb 255 255 255 80 204 204 204 80 127 127 127 80 102 102 102 80 +minecraft:grass 38 72 20 102 30 57 16 102 19 36 10 102 15 28 8 102 +minecraft:fern 32 60 17 81 25 48 13 81 16 30 8 81 12 24 6 81 +minecraft:dead_bush 87 67 47 100 69 53 37 100 43 33 23 100 34 26 18 100 +minecraft:seagrass 25 85 10 99 20 68 8 99 12 42 5 99 10 34 4 99 +minecraft:tall_seagrass 21 65 9 148 16 52 7 148 10 32 4 148 8 26 3 148 +minecraft:tall_seagrass[half=lower] 27 76 10 162 21 60 8 162 13 38 5 162 10 30 4 162 +minecraft:piston 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=true,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=north] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=east] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=south] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=west] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=up] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston[extended=false,facing=down] 104 98 73 15 83 78 58 15 52 49 36 15 41 39 29 15 +minecraft:piston_head 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=north,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=north,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=north,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=east,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=south,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=west,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=up,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=true,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=true,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=false,type=normal] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:piston_head[facing=down,short=false,type=sticky] 95 72 42 47 76 57 33 47 47 36 21 47 38 28 16 47 +minecraft:white_wool 235 235 235 255 188 188 188 255 117 117 117 255 94 94 94 255 +minecraft:orange_wool 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 +minecraft:magenta_wool 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 +minecraft:light_blue_wool 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 +minecraft:yellow_wool 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 +minecraft:lime_wool 52 177 42 255 41 141 33 255 26 88 21 255 20 70 16 255 +minecraft:pink_wool 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 +minecraft:gray_wool 63 63 63 255 50 50 50 255 31 31 31 255 25 25 25 255 +minecraft:light_gray_wool 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 +minecraft:cyan_wool 40 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 +minecraft:purple_wool 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 +minecraft:blue_wool 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 +minecraft:brown_wool 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 +minecraft:green_wool 51 71 22 255 40 56 17 255 25 35 11 255 20 28 8 255 +minecraft:red_wool 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 +minecraft:black_wool 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 +minecraft:dandelion 144 148 34 55 115 118 27 55 72 74 17 55 57 59 13 55 +minecraft:poppy 105 30 18 53 84 24 14 53 52 15 9 53 42 12 7 53 +minecraft:blue_orchid 28 112 155 76 22 89 124 76 14 56 77 76 11 44 62 76 +minecraft:allium 149 107 186 59 119 85 148 59 74 53 93 59 59 42 74 59 +minecraft:azure_bluet 150 153 167 73 120 122 133 73 75 76 83 73 60 61 66 73 +minecraft:red_tulip 76 57 17 66 60 45 13 66 38 28 8 66 30 22 6 66 +minecraft:orange_tulip 85 73 22 66 68 58 17 66 42 36 11 66 34 29 8 66 +minecraft:white_tulip 88 111 76 67 70 88 60 67 44 55 38 67 35 44 30 67 +minecraft:pink_tulip 91 99 80 66 72 79 64 66 45 49 40 66 36 39 32 66 +minecraft:oxeye_daisy 158 166 145 59 126 132 116 59 79 83 72 59 63 66 58 59 +minecraft:cornflower 40 74 132 87 32 59 105 87 20 37 66 87 16 29 52 87 +minecraft:wither_rose 33 35 15 47 26 28 12 47 16 17 7 47 13 14 6 47 +minecraft:lily_of_the_valley 95 117 74 74 76 93 59 74 47 58 37 74 38 46 29 74 +minecraft:brown_mushroom 135 103 78 56 108 82 62 56 67 51 39 56 54 41 31 56 +minecraft:red_mushroom 146 74 62 47 116 59 49 47 73 37 31 47 58 29 24 47 +minecraft:gold_block 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:iron_block 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:bricks 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:tnt 132 74 49 255 105 59 39 255 66 37 24 255 52 29 19 255 +minecraft:tnt[unstable=false] 132 74 49 255 105 59 39 255 66 37 24 255 52 29 19 255 +minecraft:bookshelf 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:mossy_cobblestone 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:obsidian 35 29 47 255 28 23 37 255 17 14 23 255 14 11 18 255 +minecraft:torch 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch[facing=south] 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch[facing=west] 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:wall_torch[facing=east] 67 60 45 59 53 48 36 59 33 30 22 59 26 24 18 59 +minecraft:fire 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=0,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=1,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=2,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=3,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=4,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=5,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=6,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=7,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=8,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=9,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=10,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=11,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=12,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=13,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=14,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=true,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=true,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=true,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=true,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=true] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:fire[age=15,east=false,north=false,south=false,up=false,west=false] 221 152 33 77 176 121 26 77 110 76 16 77 88 60 13 77 +minecraft:soul_fire 65 190 195 77 52 152 156 77 32 95 97 77 26 76 78 77 +minecraft:spawner 104 102 77 185 83 81 61 185 52 51 38 185 41 40 30 185 +minecraft:oak_stairs 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:chest 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=north,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=single,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=south,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=single,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=west,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=single,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=single,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=left,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=left,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=right,waterlogged=true] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:chest[facing=east,type=right,waterlogged=false] 95 83 56 195 76 66 44 195 47 41 28 195 38 33 22 195 +minecraft:redstone_wire 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=up,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=side,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=up,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=side,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=0,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=1,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=2,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=3,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=4,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=5,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=6,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=7,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=8,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=9,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=10,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=11,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=12,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=13,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=14,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=up,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=side,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=up] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=side] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:redstone_wire[east=none,north=none,power=15,south=none,west=none] 233 233 233 19 186 186 186 19 116 116 116 19 93 93 93 19 +minecraft:diamond_ore 122 130 127 255 97 104 101 255 61 65 63 255 48 52 50 255 +minecraft:deepslate_diamond_ore 77 90 93 255 61 72 74 255 38 45 46 255 30 36 37 255 +minecraft:diamond_block 121 146 130 255 96 116 104 255 60 73 65 255 48 58 52 255 +minecraft:crafting_table 198 189 165 255 158 151 132 255 99 94 82 255 79 75 66 255 +minecraft:wheat 64 103 0 17 51 82 0 17 32 51 0 17 25 41 0 17 +minecraft:wheat[age=1] 73 114 11 38 58 91 8 38 36 57 5 38 29 45 4 38 +minecraft:wheat[age=2] 77 107 32 69 61 85 25 69 38 53 16 69 30 42 12 69 +minecraft:wheat[age=3] 84 126 44 108 67 100 35 108 42 63 22 108 33 50 17 108 +minecraft:wheat[age=4] 117 142 49 129 93 113 39 129 58 71 24 129 46 56 19 129 +minecraft:wheat[age=5] 143 144 54 148 114 115 43 148 71 72 27 148 57 57 21 148 +minecraft:wheat[age=6] 163 145 57 167 130 116 45 167 81 72 28 167 65 58 22 167 +minecraft:wheat[age=7] 176 139 52 185 140 111 41 185 88 69 26 185 70 55 20 185 +minecraft:farmland 96 61 34 255 76 48 27 255 48 30 17 255 38 24 13 255 +minecraft:farmland[moisture=1] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=2] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=3] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=4] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=5] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=6] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:farmland[moisture=7] 63 33 9 255 50 26 7 255 31 16 4 255 25 13 3 255 +minecraft:furnace 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=north,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=south,lit=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=south,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=west,lit=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=west,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=east,lit=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:furnace[facing=east,lit=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:oak_sign 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=0,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=1,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=1,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=2,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=2,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=3,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=3,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=4,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=4,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=5,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=5,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=6,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=6,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=7,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=7,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=8,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=8,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=9,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=9,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=10,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=10,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=11,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=11,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=12,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=12,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=13,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=13,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=14,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=14,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=15,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_sign[rotation=15,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:spruce_sign 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=0,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=1,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=2,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=3,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=4,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=5,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=6,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=7,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=8,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=9,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=10,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=11,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=12,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=13,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=14,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_sign[rotation=15,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:birch_sign 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=0,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=1,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=1,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=2,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=2,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=3,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=3,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=4,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=4,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=5,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=5,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=6,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=6,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=7,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=7,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=8,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=8,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=9,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=9,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=10,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=10,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=11,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=11,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=12,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=12,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=13,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=13,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=14,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=14,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=15,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_sign[rotation=15,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:acacia_sign 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=0,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=1,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=1,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=2,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=2,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=3,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=3,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=4,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=4,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=5,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=5,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=6,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=6,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=7,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=7,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=8,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=8,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=9,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=9,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=10,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=10,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=11,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=11,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=12,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=12,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=13,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=13,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=14,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=14,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=15,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_sign[rotation=15,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:jungle_sign 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=0,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=1,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=1,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=2,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=2,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=3,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=3,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=4,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=4,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=5,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=5,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=6,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=6,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=7,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=7,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=8,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=8,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=9,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=9,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=10,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=10,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=11,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=11,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=12,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=12,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=13,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=13,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=14,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=14,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=15,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_sign[rotation=15,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:dark_oak_sign 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=0,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=1,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=2,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=3,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=4,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=5,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=6,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=7,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=8,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=9,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=10,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=11,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=12,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=13,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=14,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_sign[rotation=15,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:oak_door 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 104 82 50 239 83 65 40 239 52 41 25 239 41 32 20 239 +minecraft:ladder 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=north,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=south,waterlogged=true] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=south,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=west,waterlogged=true] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=west,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=east,waterlogged=true] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:ladder[facing=east,waterlogged=false] 73 59 35 225 58 47 28 225 36 29 17 225 29 23 14 225 +minecraft:rail 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=north_south,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=east_west,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=east_west,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_east,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_east,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_west,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_west,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_north,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_north,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_south,waterlogged=true] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=ascending_south,waterlogged=false] 83 78 72 177 66 62 57 177 41 39 36 177 33 31 28 177 +minecraft:rail[shape=south_east,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=south_east,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=south_west,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=south_west,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_west,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_west,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_east,waterlogged=true] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:rail[shape=north_east,waterlogged=false] 84 79 73 137 67 63 58 137 42 39 36 137 33 31 29 137 +minecraft:cobblestone_stairs 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:oak_wall_sign 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=north,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=south,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=south,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=west,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=west,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=east,waterlogged=true] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:oak_wall_sign[facing=east,waterlogged=false] 142 113 67 10 113 90 53 10 71 56 33 10 56 45 26 10 +minecraft:spruce_wall_sign 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=north,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=south,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=west,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=true] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:spruce_wall_sign[facing=east,waterlogged=false] 80 59 36 10 64 47 28 10 40 29 18 10 32 23 14 10 +minecraft:birch_wall_sign 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=north,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=south,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=south,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=west,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=west,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=east,waterlogged=true] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:birch_wall_sign[facing=east,waterlogged=false] 197 169 116 10 157 135 92 10 98 84 58 10 78 67 46 10 +minecraft:acacia_wall_sign 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=north,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=south,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=west,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=true] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:acacia_wall_sign[facing=east,waterlogged=false] 182 97 66 10 145 77 52 10 91 48 33 10 72 38 26 10 +minecraft:jungle_wall_sign 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=north,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=south,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=west,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=true] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:jungle_wall_sign[facing=east,waterlogged=false] 155 99 62 10 124 79 49 10 77 49 31 10 62 39 24 10 +minecraft:dark_oak_wall_sign 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=north,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=south,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=west,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=true] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:dark_oak_wall_sign[facing=east,waterlogged=false] 60 47 29 10 48 37 23 10 30 23 14 10 24 18 11 10 +minecraft:lever 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=floor,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=north,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=wall,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=north,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:lever[face=ceiling,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:stone_pressure_plate 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_pressure_plate[powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:iron_door 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=north,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=south,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=west,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=upper,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=left,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=true,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=true] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:iron_door[facing=east,half=lower,hinge=right,open=false,powered=false] 94 91 77 195 75 72 61 195 47 45 38 195 37 36 30 195 +minecraft:oak_pressure_plate 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_pressure_plate[powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_pressure_plate 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_pressure_plate[powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_pressure_plate 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_pressure_plate[powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_pressure_plate 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_pressure_plate[powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_pressure_plate 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_pressure_plate[powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_pressure_plate 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_pressure_plate[powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:redstone_ore 120 102 99 255 96 81 79 255 60 51 49 255 48 40 39 255 +minecraft:redstone_ore[lit=false] 120 102 99 255 96 81 79 255 60 51 49 255 48 40 39 255 +minecraft:deepslate_redstone_ore 73 60 63 255 58 48 50 255 36 30 31 255 29 24 25 255 +minecraft:deepslate_redstone_ore[lit=false] 73 60 63 255 58 48 50 255 36 30 31 255 29 24 25 255 +minecraft:redstone_torch 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_torch[lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=north,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=south,lit=true] 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=south,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=west,lit=true] 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=west,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:redstone_wall_torch[facing=east,lit=true] 103 42 33 127 82 33 26 127 51 21 16 127 41 16 13 127 +minecraft:redstone_wall_torch[facing=east,lit=false] 101 69 43 19 80 55 34 19 50 34 21 19 40 27 17 19 +minecraft:stone_button 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=north,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=south,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=south,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=west,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=west,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=east,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=floor,facing=east,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=north,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=north,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=south,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=south,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=west,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=west,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=east,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=wall,facing=east,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=north,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=north,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=south,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=south,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=west,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=west,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=east,powered=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_button[face=ceiling,facing=east,powered=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:snow 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=2] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=3] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=4] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=5] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=6] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=7] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:snow[layers=8] 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:ice 188 232 253 149 150 185 202 149 94 116 126 149 75 92 101 149 +minecraft:snow_block 231 250 255 255 184 200 204 255 115 125 127 255 92 100 102 255 +minecraft:cactus 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=1] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=2] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=3] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=4] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=5] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=6] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=7] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=8] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=9] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=10] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=11] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=12] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=13] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=14] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:cactus[age=15] 99 139 73 195 79 111 58 195 49 69 36 195 39 55 29 195 +minecraft:clay 128 131 144 255 102 104 115 255 64 65 72 255 51 52 57 255 +minecraft:sugar_cane 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=1] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=2] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=3] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=4] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=5] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=6] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=7] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=8] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=9] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=10] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=11] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=12] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=13] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=14] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:sugar_cane[age=15] 121 125 24 194 96 100 19 194 60 62 12 194 48 50 9 194 +minecraft:jukebox 56 38 23 255 44 30 18 255 28 19 11 255 22 15 9 255 +minecraft:jukebox[has_record=false] 56 38 23 255 44 30 18 255 28 19 11 255 22 15 9 255 +minecraft:oak_fence 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pumpkin 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:netherrack 73 18 18 255 58 14 14 255 36 9 9 255 29 7 7 255 +minecraft:soul_sand 59 42 32 255 47 33 25 255 29 21 16 255 23 16 12 255 +minecraft:soul_soil 57 42 33 255 45 33 26 255 28 21 16 255 22 16 13 255 +minecraft:basalt 73 75 77 255 58 60 61 255 36 37 38 255 29 30 30 255 +minecraft:basalt[axis=y] 80 80 86 255 64 64 68 255 40 40 43 255 32 32 34 255 +minecraft:basalt[axis=z] 73 75 77 255 58 60 61 255 36 37 38 255 29 30 30 255 +minecraft:polished_basalt 72 73 75 255 57 58 60 255 36 36 37 255 28 29 30 255 +minecraft:polished_basalt[axis=y] 85 84 89 255 68 67 71 255 42 42 44 255 34 33 35 255 +minecraft:polished_basalt[axis=z] 72 73 75 255 57 58 60 255 36 36 37 255 28 29 30 255 +minecraft:soul_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=south] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=west] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:soul_wall_torch[facing=east] 109 115 89 19 87 92 71 19 54 57 44 19 43 46 35 19 +minecraft:glowstone 161 101 0 255 128 80 0 255 80 50 0 255 64 40 0 255 +minecraft:nether_portal 129 51 185 179 103 40 148 179 64 25 92 179 51 20 74 179 +minecraft:nether_portal[axis=z] 129 51 185 179 103 40 148 179 64 25 92 179 51 20 74 179 +minecraft:carved_pumpkin 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:carved_pumpkin[facing=south] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:carved_pumpkin[facing=west] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:carved_pumpkin[facing=east] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern[facing=south] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern[facing=west] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:jack_o_lantern[facing=east] 202 92 24 255 161 73 19 255 101 46 12 255 80 36 9 255 +minecraft:cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=1] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=2] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=3] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=4] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=5] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cake[bites=6] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:repeater 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=1,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=2,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=3,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=north,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=north,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=south,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=south,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=west,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=west,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=east,locked=true,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:repeater[delay=4,facing=east,locked=false,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:white_stained_glass 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:orange_stained_glass 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:magenta_stained_glass 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:light_blue_stained_glass 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:yellow_stained_glass 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:lime_stained_glass 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:pink_stained_glass 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:gray_stained_glass 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:light_gray_stained_glass 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:cyan_stained_glass 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:purple_stained_glass 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:blue_stained_glass 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:brown_stained_glass 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:green_stained_glass 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:red_stained_glass 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:black_stained_glass 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:oak_trapdoor 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 96 86 64 255 76 68 51 255 48 43 32 255 38 34 25 255 +minecraft:spruce_trapdoor 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:spruce_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 69 51 32 255 55 40 25 255 34 25 16 255 27 20 12 255 +minecraft:birch_trapdoor 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:birch_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 188 172 149 255 150 137 119 255 94 86 74 255 75 68 59 255 +minecraft:jungle_trapdoor 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:jungle_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 115 76 51 230 92 60 40 230 57 38 25 230 46 30 20 230 +minecraft:acacia_trapdoor 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:acacia_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 160 88 62 195 128 70 49 195 80 44 31 195 64 35 24 195 +minecraft:dark_oak_trapdoor 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:dark_oak_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 45 36 23 255 36 28 18 255 22 18 11 255 18 14 9 255 +minecraft:stone_bricks 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:mossy_stone_bricks 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:cracked_stone_bricks 116 114 114 255 92 91 91 255 58 57 57 255 46 45 45 255 +minecraft:chiseled_stone_bricks 115 113 111 255 92 90 88 255 57 56 55 255 46 45 44 255 +minecraft:infested_stone 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:infested_cobblestone 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:infested_stone_bricks 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:infested_mossy_stone_bricks 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:infested_cracked_stone_bricks 116 114 114 255 92 91 91 255 58 57 57 255 46 45 45 255 +minecraft:infested_chiseled_stone_bricks 115 113 111 255 92 90 88 255 57 56 55 255 46 45 44 255 +minecraft:brown_mushroom_block 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:brown_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=true,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:red_mushroom_block[down=false,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=true,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=true,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=true,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=true,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=true,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=true] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:mushroom_stem[down=false,east=false,north=false,south=false,up=false,west=false] 202 164 106 255 161 131 84 255 101 82 53 255 80 65 42 255 +minecraft:iron_bars 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=true,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=true,north=false,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=true,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=true,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=true,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=true] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:iron_bars[east=false,north=false,south=false,waterlogged=false,west=false] 109 106 80 123 87 84 64 123 54 53 40 123 43 42 32 123 +minecraft:chain 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=x,waterlogged=false] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=y,waterlogged=true] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=y,waterlogged=false] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=z,waterlogged=true] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:chain[axis=z,waterlogged=false] 55 61 76 19 44 48 60 19 27 30 38 19 22 24 30 19 +minecraft:glass_pane 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:melon 1 101 31 255 0 80 24 255 0 50 15 255 0 40 12 255 +minecraft:attached_pumpkin_stem 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_pumpkin_stem[facing=south] 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_pumpkin_stem[facing=west] 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_pumpkin_stem[facing=east] 45 85 24 37 36 68 19 37 22 42 12 37 18 34 9 37 +minecraft:attached_melon_stem 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:attached_melon_stem[facing=south] 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:attached_melon_stem[facing=west] 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:attached_melon_stem[facing=east] 42 80 22 32 33 64 17 32 21 40 11 32 16 32 8 32 +minecraft:pumpkin_stem 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=1] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=2] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=3] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=4] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=5] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=6] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:pumpkin_stem[age=7] 44 84 23 41 35 67 18 41 22 42 11 41 17 33 9 41 +minecraft:melon_stem 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=1] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=2] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=3] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=4] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=5] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=6] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:melon_stem[age=7] 46 87 24 34 36 69 19 34 23 43 12 34 18 34 9 34 +minecraft:vine 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=true,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=true,north=false,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=true,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=true,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=true,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=true,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=false,west=true] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:vine[east=false,north=false,south=false,up=false,west=false] 31 64 18 193 24 51 14 193 15 32 9 193 12 25 7 193 +minecraft:glow_lichen 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=true,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=true,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=true,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=true,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=true,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=true,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=true] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:glow_lichen[down=false,east=false,north=false,south=false,up=false,waterlogged=false,west=false] 64 190 138 87 51 152 110 87 32 95 69 87 25 76 55 87 +minecraft:oak_fence_gate 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brick_stairs 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:stone_brick_stairs 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:mycelium 45 85 24 255 36 68 19 255 22 42 12 255 18 34 9 255 +minecraft:mycelium[snowy=false] 141 114 129 255 112 91 103 255 70 57 64 255 56 45 51 255 +minecraft:lily_pad 15 61 22 152 12 48 17 152 7 30 11 152 6 24 8 152 +minecraft:nether_bricks 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=true,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=true,north=false,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=true,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=true,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=true,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_fence[east=false,north=false,south=false,waterlogged=false,west=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_wart 84 13 22 45 67 10 17 45 42 6 11 45 33 5 8 45 +minecraft:nether_wart[age=1] 81 17 23 110 64 13 18 110 40 8 11 110 32 6 9 110 +minecraft:nether_wart[age=2] 81 17 23 110 64 13 18 110 40 8 11 110 32 6 9 110 +minecraft:nether_wart[age=3] 89 16 24 183 71 12 19 183 44 8 12 183 35 6 9 183 +minecraft:enchanting_table 148 79 64 255 118 63 51 255 74 39 32 255 59 31 25 255 +minecraft:brewing_stand 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=true,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=true] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=true,has_bottle_1=false,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=true] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=true,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=true] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:brewing_stand[has_bottle_0=false,has_bottle_1=false,has_bottle_2=false] 141 100 56 94 112 80 44 94 70 50 28 94 56 40 22 94 +minecraft:cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:water_cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:water_cauldron[level=2] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:water_cauldron[level=3] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:lava_cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:powder_snow_cauldron 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:powder_snow_cauldron[level=2] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:powder_snow_cauldron[level=3] 38 38 38 111 30 30 30 111 19 19 19 111 15 15 15 111 +minecraft:end_portal 30 0 35 255 24 0 28 255 15 0 17 255 12 0 14 255 +minecraft:end_portal_frame 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=true,facing=south] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=true,facing=west] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=true,facing=east] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=north] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=south] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=west] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_portal_frame[eye=false,facing=east] 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:end_stone 219 220 164 255 175 176 131 255 109 110 82 255 87 88 65 255 +minecraft:dragon_egg 19 8 23 255 15 6 18 255 9 4 11 255 7 3 9 255 +minecraft:redstone_lamp 184 171 91 255 147 136 72 255 92 85 45 255 73 68 36 255 +minecraft:redstone_lamp[lit=false] 55 49 40 255 44 39 32 255 27 24 20 255 22 19 16 255 +minecraft:cocoa 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=0,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=1,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=north] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=south] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=west] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:cocoa[age=2,facing=east] 156 94 43 131 124 75 34 131 78 47 21 131 62 37 17 131 +minecraft:sandstone_stairs 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:emerald_ore 109 133 114 255 87 106 91 255 54 66 57 255 43 53 45 255 +minecraft:deepslate_emerald_ore 65 94 81 255 52 75 64 255 32 47 40 255 26 37 32 255 +minecraft:ender_chest 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=north,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=south,waterlogged=true] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=south,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=west,waterlogged=true] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=west,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=east,waterlogged=true] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:ender_chest[facing=east,waterlogged=false] 35 27 47 195 28 21 37 195 17 13 23 195 14 10 18 195 +minecraft:tripwire_hook 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=true,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=north,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=south,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=west,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:tripwire_hook[attached=false,facing=east,powered=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:emerald_block 83 148 99 255 66 118 79 255 41 74 49 255 33 59 39 255 +minecraft:spruce_stairs 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_stairs 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_stairs 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:command_block 77 72 55 255 61 57 44 255 38 36 27 255 30 28 22 255 +minecraft:command_block[conditional=true,facing=east] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=true,facing=south] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=true,facing=west] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=true,facing=up] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=true,facing=down] 74 70 53 255 59 56 42 255 37 35 26 255 29 28 21 255 +minecraft:command_block[conditional=false,facing=north] 77 72 55 255 61 57 44 255 38 36 27 255 30 28 22 255 +minecraft:command_block[conditional=false,facing=east] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=south] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=west] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=up] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:command_block[conditional=false,facing=down] 75 71 54 255 60 56 43 255 37 35 27 255 30 28 21 255 +minecraft:beacon 118 93 58 59 94 74 46 59 59 46 29 59 47 37 23 59 +minecraft:cobblestone_wall 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:mossy_cobblestone_wall 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:flower_pot 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_oak_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_spruce_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_birch_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_jungle_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_acacia_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_dark_oak_sapling 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_fern 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_dandelion 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_poppy 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_blue_orchid 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_allium 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_azure_bluet 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_red_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_orange_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_white_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_pink_tulip 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_oxeye_daisy 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_cornflower 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_lily_of_the_valley 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_wither_rose 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_red_mushroom 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_brown_mushroom 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_dead_bush 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_cactus 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:carrots 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=1] 44 110 39 16 35 88 31 16 22 55 19 16 17 44 15 16 +minecraft:carrots[age=2] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=3] 52 120 40 41 41 96 32 41 26 60 20 41 20 48 16 41 +minecraft:carrots[age=4] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=5] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=6] 56 113 37 81 44 90 29 81 28 56 18 81 22 45 14 81 +minecraft:carrots[age=7] 81 123 37 110 64 98 29 110 40 61 18 110 32 49 14 110 +minecraft:potatoes 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=1] 58 129 40 14 46 103 32 14 29 64 20 14 23 51 16 14 +minecraft:potatoes[age=2] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=3] 68 131 42 25 54 104 33 25 34 65 21 25 27 52 16 25 +minecraft:potatoes[age=4] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=5] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=6] 85 129 47 44 68 103 37 44 42 64 23 44 34 51 18 44 +minecraft:potatoes[age=7] 84 135 47 80 67 108 37 80 42 67 23 80 33 54 18 80 +minecraft:oak_button 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=north,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=south,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=south,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=west,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=west,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=east,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=floor,facing=east,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=north,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=north,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=south,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=south,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=west,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=west,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=east,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=wall,facing=east,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=north,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=south,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=west,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_button[face=ceiling,facing=east,powered=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_button 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=north,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=south,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=south,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=west,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=west,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=east,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=floor,facing=east,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=north,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=north,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=south,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=south,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=west,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=west,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=east,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=wall,facing=east,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=north,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=south,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=west,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_button[face=ceiling,facing=east,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_button 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=north,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=south,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=south,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=west,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=west,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=east,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=floor,facing=east,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=north,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=north,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=south,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=south,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=west,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=west,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=east,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=wall,facing=east,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=north,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=north,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=south,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=south,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=west,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=west,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=east,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_button[face=ceiling,facing=east,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_button 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=north,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=south,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=south,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=west,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=west,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=east,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=floor,facing=east,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=north,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=north,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=south,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=south,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=west,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=west,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=east,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=wall,facing=east,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=north,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=south,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=west,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_button[face=ceiling,facing=east,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_button 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=north,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=south,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=south,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=west,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=west,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=east,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=floor,facing=east,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=north,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=north,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=south,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=south,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=west,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=west,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=east,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=wall,facing=east,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=north,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=south,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=west,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_button[face=ceiling,facing=east,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_button 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=north,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=south,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=west,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=floor,facing=east,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=north,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=south,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=west,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=wall,facing=east,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=north,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=south,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=west,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_button[face=ceiling,facing=east,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:skeleton_skull 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=1] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=2] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=3] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=4] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=5] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=6] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=7] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=8] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=9] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=10] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=11] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=12] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=13] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=14] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_skull[rotation=15] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull[facing=south] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull[facing=west] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:skeleton_wall_skull[facing=east] 149 144 131 255 119 115 104 255 74 72 65 255 59 57 52 255 +minecraft:wither_skeleton_skull 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=1] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=2] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=3] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=4] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=5] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=6] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=7] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=8] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=9] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=10] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=11] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=12] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=13] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=14] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_skull[rotation=15] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull[facing=south] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull[facing=west] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:wither_skeleton_wall_skull[facing=east] 23 23 23 255 18 18 18 255 11 11 11 255 9 9 9 255 +minecraft:zombie_head 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=1] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=2] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=3] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=4] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=5] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=6] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=7] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=8] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=9] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=10] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=11] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=12] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=13] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=14] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_head[rotation=15] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head[facing=south] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head[facing=west] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:zombie_wall_head[facing=east] 79 91 53 255 63 72 42 255 39 45 26 255 31 36 21 255 +minecraft:player_head 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=1] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=2] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=3] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=4] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=5] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=6] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=7] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=8] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=9] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=10] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=11] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=12] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=13] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=14] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_head[rotation=15] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head[facing=south] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head[facing=west] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:player_wall_head[facing=east] 151 93 77 255 120 74 61 255 75 46 38 255 60 37 30 255 +minecraft:creeper_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=1] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=2] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=3] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=4] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=5] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=6] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=7] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=8] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=9] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=10] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=11] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=12] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=13] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=14] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_head[rotation=15] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head[facing=south] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head[facing=west] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:creeper_wall_head[facing=east] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=1] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=2] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=3] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=4] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=5] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=6] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=7] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=8] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=9] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=10] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=11] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=12] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=13] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=14] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_head[rotation=15] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head[facing=south] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head[facing=west] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:dragon_wall_head[facing=east] 86 172 73 255 68 137 58 255 43 86 36 255 34 68 29 255 +minecraft:anvil 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:anvil[facing=south] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:anvil[facing=west] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:anvil[facing=east] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil[facing=south] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil[facing=west] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:chipped_anvil[facing=east] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil[facing=south] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil[facing=west] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:damaged_anvil[facing=east] 65 65 65 255 52 52 52 255 32 32 32 255 26 26 26 255 +minecraft:trapped_chest 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=north,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=south,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=west,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=single,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=left,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=true] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:trapped_chest[facing=east,type=right,waterlogged=false] 98 82 55 195 78 65 44 195 49 41 27 195 39 32 22 195 +minecraft:light_weighted_pressure_plate 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=1] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=2] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=3] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=4] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=5] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=6] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=7] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=8] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=9] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=10] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=11] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=12] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=13] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=14] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:light_weighted_pressure_plate[power=15] 210 185 36 255 168 148 28 255 105 92 18 255 84 74 14 255 +minecraft:heavy_weighted_pressure_plate 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=1] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=2] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=3] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=4] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=5] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=6] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=7] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=8] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=9] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=10] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=11] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=12] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=13] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=14] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:heavy_weighted_pressure_plate[power=15] 135 138 127 255 108 110 101 255 67 69 63 255 54 55 50 255 +minecraft:comparator 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=north,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=north,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=north,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=south,mode=compare,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=south,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=south,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=south,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=west,mode=compare,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=west,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=west,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=west,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=east,mode=compare,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=east,mode=compare,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:comparator[facing=east,mode=subtract,powered=true] 146 132 128 255 116 105 102 255 73 66 64 255 58 52 51 255 +minecraft:comparator[facing=east,mode=subtract,powered=false] 140 131 127 255 112 104 101 255 70 65 63 255 56 52 50 255 +minecraft:daylight_detector 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=1] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=2] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=3] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=4] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=5] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=6] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=7] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=8] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=9] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=10] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=11] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=12] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=13] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=14] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=true,power=15] 99 98 96 255 79 78 76 255 49 49 48 255 39 39 38 255 +minecraft:daylight_detector[inverted=false,power=0] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=1] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=2] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=3] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=4] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=5] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=6] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=7] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=8] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=9] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=10] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=11] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=12] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=13] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=14] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:daylight_detector[inverted=false,power=15] 129 122 108 255 103 97 86 255 64 61 54 255 51 48 43 255 +minecraft:redstone_block 167 14 14 255 133 11 11 255 83 7 7 255 66 5 5 255 +minecraft:nether_quartz_ore 87 34 33 255 69 27 26 255 43 17 16 255 34 13 13 255 +minecraft:hopper 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=true,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=down] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=north] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=south] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=west] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:hopper[enabled=false,facing=east] 49 49 53 255 39 39 42 255 24 24 26 255 19 19 21 255 +minecraft:quartz_block 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:chiseled_quartz_block 234 232 225 255 187 185 180 255 117 116 112 255 93 92 90 255 +minecraft:quartz_pillar 225 223 216 255 180 178 172 255 112 111 108 255 90 89 86 255 +minecraft:quartz_pillar[axis=y] 233 230 224 255 186 184 179 255 116 115 112 255 93 92 89 255 +minecraft:quartz_pillar[axis=z] 225 223 216 255 180 178 172 255 112 111 108 255 90 89 86 255 +minecraft:quartz_stairs 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:activator_rail 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=north_south,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=east_west,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_east,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_west,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_north,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=true] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=true,shape=ascending_south,waterlogged=false] 89 78 74 192 71 62 59 192 44 39 37 192 35 31 29 192 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=north_south,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=east_west,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_east,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_west,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_north,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=true] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:activator_rail[powered=false,shape=ascending_south,waterlogged=false] 84 78 73 192 67 62 58 192 42 39 36 192 33 31 29 192 +minecraft:dropper 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=north,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=east,triggered=true] 97 89 82 255 77 71 65 255 48 44 41 255 38 35 32 255 +minecraft:dropper[facing=east,triggered=false] 97 89 82 255 77 71 65 255 48 44 41 255 38 35 32 255 +minecraft:dropper[facing=south,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=south,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=west,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=west,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=up,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=up,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=down,triggered=true] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:dropper[facing=down,triggered=false] 95 84 74 255 76 67 59 255 47 42 37 255 38 33 29 255 +minecraft:white_terracotta 210 178 161 255 168 142 128 255 105 89 80 255 84 71 64 255 +minecraft:orange_terracotta 162 84 38 255 129 67 30 255 81 42 19 255 64 33 15 255 +minecraft:magenta_terracotta 150 88 109 255 120 70 87 255 75 44 54 255 60 35 43 255 +minecraft:light_blue_terracotta 114 109 138 255 91 87 110 255 57 54 69 255 45 43 55 255 +minecraft:yellow_terracotta 186 133 35 255 148 106 28 255 93 66 17 255 74 53 14 255 +minecraft:lime_terracotta 104 118 53 255 83 94 42 255 52 59 26 255 41 47 21 255 +minecraft:pink_terracotta 162 78 79 255 129 62 63 255 81 39 39 255 64 31 31 255 +minecraft:gray_terracotta 58 42 36 255 46 33 28 255 29 21 18 255 23 16 14 255 +minecraft:light_gray_terracotta 136 107 98 255 108 85 78 255 68 53 49 255 54 42 39 255 +minecraft:cyan_terracotta 87 91 91 255 69 72 72 255 43 45 45 255 34 36 36 255 +minecraft:purple_terracotta 119 70 86 255 95 56 68 255 59 35 43 255 47 28 34 255 +minecraft:blue_terracotta 74 60 91 255 59 48 72 255 37 30 45 255 29 24 36 255 +minecraft:brown_terracotta 77 51 36 255 61 40 28 255 38 25 18 255 30 20 14 255 +minecraft:green_terracotta 76 83 42 255 60 66 33 255 38 41 21 255 30 33 16 255 +minecraft:red_terracotta 144 61 47 255 115 48 37 255 72 30 23 255 57 24 18 255 +minecraft:black_terracotta 26 19 14 255 20 15 11 255 13 9 7 255 10 7 5 255 +minecraft:white_stained_glass_pane 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:white_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 244 244 244 91 195 195 195 91 122 122 122 91 97 97 97 91 +minecraft:orange_stained_glass_pane 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:orange_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 199 123 57 131 159 98 45 131 99 61 28 131 79 49 22 131 +minecraft:magenta_stained_glass_pane 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:magenta_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 168 84 200 81 134 67 160 81 84 42 100 81 67 33 80 81 +minecraft:light_blue_stained_glass_pane 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:light_blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 101 144 199 131 80 115 159 131 50 72 99 131 40 57 79 131 +minecraft:yellow_stained_glass_pane 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:yellow_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 211 211 59 106 168 168 47 106 105 105 29 106 84 84 23 106 +minecraft:lime_stained_glass_pane 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:lime_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 190 41 81 101 152 32 81 63 95 20 81 50 76 16 81 +minecraft:pink_stained_glass_pane 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:pink_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 222 127 158 81 177 101 126 81 111 63 79 81 88 50 63 81 +minecraft:gray_stained_glass_pane 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 78 78 78 131 62 62 62 131 39 39 39 131 31 31 31 131 +minecraft:light_gray_stained_glass_pane 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:light_gray_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 144 144 144 131 115 115 115 131 72 72 72 131 57 57 57 131 +minecraft:cyan_stained_glass_pane 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:cyan_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 84 127 148 81 67 101 118 81 42 63 74 81 33 50 59 81 +minecraft:purple_stained_glass_pane 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:purple_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 127 73 168 81 101 58 134 81 63 36 84 81 50 29 67 81 +minecraft:blue_stained_glass_pane 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:blue_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 64 84 168 81 51 67 134 81 32 42 84 81 25 33 67 81 +minecraft:brown_stained_glass_pane 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:brown_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 101 78 57 131 80 62 45 131 50 39 28 131 40 31 22 131 +minecraft:green_stained_glass_pane 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:green_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 103 124 59 106 82 99 47 106 51 62 29 106 41 49 23 106 +minecraft:red_stained_glass_pane 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:red_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 148 64 64 81 118 51 51 81 74 32 32 81 59 25 25 81 +minecraft:black_stained_glass_pane 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=true,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=true,north=false,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=true,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=true,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=true,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=true] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:black_stained_glass_pane[east=false,north=false,south=false,waterlogged=false,west=false] 12 12 12 130 9 9 9 130 6 6 6 130 4 4 4 130 +minecraft:acacia_stairs 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_stairs 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:slime_block 72 178 30 201 57 142 24 201 36 89 15 201 28 71 12 201 +minecraft:iron_trapdoor 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:iron_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 82 80 61 193 65 64 48 193 41 40 30 193 32 32 24 193 +minecraft:prismarine 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_bricks 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:dark_prismarine 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:prismarine_stairs 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_brick_stairs 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:dark_prismarine_stairs 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:prismarine_slab 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=top,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=bottom,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=double,waterlogged=true] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_slab[type=double,waterlogged=false] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_brick_slab 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=top,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=bottom,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=true] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:prismarine_brick_slab[type=double,waterlogged=false] 78 144 125 255 62 115 100 255 39 72 62 255 31 57 50 255 +minecraft:dark_prismarine_slab 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=top,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=bottom,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=true] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:dark_prismarine_slab[type=double,waterlogged=false] 41 68 56 255 32 54 44 255 20 34 28 255 16 27 22 255 +minecraft:sea_lantern 164 191 178 255 131 152 142 255 82 95 89 255 65 76 71 255 +minecraft:hay_block 183 146 68 255 146 116 54 255 91 73 34 255 73 58 27 255 +minecraft:hay_block[axis=y] 197 159 43 255 157 127 34 255 98 79 21 255 78 63 17 255 +minecraft:hay_block[axis=z] 183 146 68 255 146 116 54 255 91 73 34 255 73 58 27 255 +minecraft:white_carpet 235 235 235 255 188 188 188 255 117 117 117 255 94 94 94 255 +minecraft:orange_carpet 232 120 43 255 185 96 34 255 116 60 21 255 92 48 17 255 +minecraft:magenta_carpet 185 57 196 255 148 45 156 255 92 28 98 255 74 22 78 255 +minecraft:light_blue_carpet 82 121 205 255 65 96 164 255 41 60 102 255 32 48 82 255 +minecraft:yellow_carpet 209 194 29 255 167 155 23 255 104 97 14 255 83 77 11 255 +minecraft:lime_carpet 52 177 42 255 41 141 33 255 26 88 21 255 20 70 16 255 +minecraft:pink_carpet 215 127 151 255 172 101 120 255 107 63 75 255 86 50 60 255 +minecraft:gray_carpet 63 63 63 255 50 50 50 255 31 31 31 255 25 25 25 255 +minecraft:light_gray_carpet 136 146 146 255 108 116 116 255 68 73 73 255 54 58 58 255 +minecraft:cyan_carpet 40 124 159 255 32 99 127 255 20 62 79 255 16 49 63 255 +minecraft:purple_carpet 124 47 192 255 99 37 153 255 62 23 96 255 49 18 76 255 +minecraft:blue_carpet 36 48 147 255 28 38 117 255 18 24 73 255 14 19 58 255 +minecraft:brown_carpet 80 47 25 255 64 37 20 255 40 23 12 255 32 18 10 255 +minecraft:green_carpet 51 71 22 255 40 56 17 255 25 35 11 255 20 28 8 255 +minecraft:red_carpet 154 41 37 255 123 32 29 255 77 20 18 255 61 16 14 255 +minecraft:black_carpet 11 11 11 255 8 8 8 255 5 5 5 255 4 4 4 255 +minecraft:terracotta 151 93 67 255 120 74 53 255 75 46 33 255 60 37 26 255 +minecraft:coal_block 8 8 8 255 6 6 6 255 4 4 4 255 3 3 3 255 +minecraft:packed_ice 171 211 249 255 136 168 199 255 85 105 124 255 68 84 99 255 +minecraft:sunflower 25 46 14 24 20 36 11 24 12 23 7 24 10 18 5 24 +minecraft:sunflower[half=lower] 30 55 16 60 24 44 12 60 15 27 8 60 12 22 6 60 +minecraft:lilac 102 93 99 140 81 74 79 140 51 46 49 140 40 37 39 140 +minecraft:lilac[half=lower] 86 84 81 147 68 67 64 147 43 42 40 147 34 33 32 147 +minecraft:rose_bush 55 34 11 159 44 27 8 159 27 17 5 159 22 13 4 159 +minecraft:rose_bush[half=lower] 44 37 10 200 35 29 8 200 22 18 5 200 17 14 4 200 +minecraft:peony 105 93 109 167 84 74 87 167 52 46 54 167 42 37 43 167 +minecraft:peony[half=lower] 51 69 41 167 40 55 32 167 25 34 20 167 20 27 16 167 +minecraft:tall_grass 42 79 22 122 33 63 17 122 21 39 11 122 16 31 8 122 +minecraft:tall_grass[half=lower] 43 81 22 215 34 64 17 215 21 40 11 215 17 32 8 215 +minecraft:large_fern 27 51 14 145 21 40 11 145 13 25 7 145 10 20 5 145 +minecraft:large_fern[half=lower] 33 63 17 190 26 50 13 190 16 31 8 190 13 25 6 190 +minecraft:white_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=1] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=2] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=3] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=4] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=5] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=6] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=7] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=8] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=9] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=10] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=11] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=12] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=13] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=14] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_banner[rotation=15] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:white_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:orange_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:magenta_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_blue_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:yellow_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:lime_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:pink_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:gray_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:light_gray_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cyan_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:purple_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:blue_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:brown_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:green_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner[facing=south] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner[facing=west] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:black_wall_banner[facing=east] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:chiseled_red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_stairs 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:oak_slab 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=top,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=bottom,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=bottom,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=double,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:oak_slab[type=double,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:spruce_slab 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=top,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=bottom,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=bottom,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=double,waterlogged=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_slab[type=double,waterlogged=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_slab 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=top,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=bottom,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=bottom,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=double,waterlogged=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_slab[type=double,waterlogged=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_slab 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=top,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=bottom,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=bottom,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=double,waterlogged=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_slab[type=double,waterlogged=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_slab 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=top,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=bottom,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=bottom,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=double,waterlogged=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_slab[type=double,waterlogged=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_slab 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=top,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=bottom,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=double,waterlogged=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_slab[type=double,waterlogged=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:stone_slab 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=top,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=bottom,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=bottom,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=double,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_slab[type=double,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:smooth_stone_slab 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=top,waterlogged=false] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=true] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=bottom,waterlogged=false] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=double,waterlogged=true] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:smooth_stone_slab[type=double,waterlogged=false] 159 153 149 255 127 122 119 255 79 76 74 255 63 61 59 255 +minecraft:sandstone_slab 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=top,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=bottom,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=double,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:sandstone_slab[type=double,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=top,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=bottom,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:cut_sandstone_slab[type=double,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:petrified_oak_slab 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=top,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=bottom,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=true] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:petrified_oak_slab[type=double,waterlogged=false] 107 85 51 255 85 68 40 255 53 42 25 255 42 34 20 255 +minecraft:cobblestone_slab 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=top,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=bottom,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=double,waterlogged=true] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:cobblestone_slab[type=double,waterlogged=false] 102 96 92 255 81 76 73 255 51 48 46 255 40 38 36 255 +minecraft:brick_slab 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=top,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=bottom,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=bottom,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=double,waterlogged=true] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_slab[type=double,waterlogged=false] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:stone_brick_slab 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=top,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=bottom,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=true] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_slab[type=double,waterlogged=false] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:nether_brick_slab 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=top,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=bottom,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=double,waterlogged=true] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_slab[type=double,waterlogged=false] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:quartz_slab 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=top,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=bottom,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=bottom,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=double,waterlogged=true] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:quartz_slab[type=double,waterlogged=false] 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:red_sandstone_slab 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=top,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=bottom,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=double,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:red_sandstone_slab[type=double,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=top,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=bottom,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:cut_red_sandstone_slab[type=double,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:purpur_slab 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=top,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=bottom,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=bottom,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=double,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_slab[type=double,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:smooth_stone 159 159 159 255 127 127 127 255 79 79 79 255 63 63 63 255 +minecraft:smooth_sandstone 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_quartz 236 234 228 255 188 187 182 255 118 117 114 255 94 93 91 255 +minecraft:smooth_red_sandstone 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:spruce_fence_gate 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=north,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=south,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=west,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=true,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=true,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence_gate[facing=east,in_wall=false,open=false,powered=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_fence_gate 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=north,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=south,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=west,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=true,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=true,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence_gate[facing=east,in_wall=false,open=false,powered=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_fence_gate 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=north,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=south,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=west,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=true,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=true,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence_gate[facing=east,in_wall=false,open=false,powered=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_fence_gate 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=north,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=south,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=west,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=true,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=true,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence_gate[facing=east,in_wall=false,open=false,powered=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_fence_gate 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=north,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=south,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=west,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=true,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=true,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence_gate[facing=east,in_wall=false,open=false,powered=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:spruce_fence 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=true,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=true,north=false,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=true,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=true,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=true,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=true] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:spruce_fence[east=false,north=false,south=false,waterlogged=false,west=false] 72 53 32 255 57 42 25 255 36 26 16 255 28 21 12 255 +minecraft:birch_fence 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=true,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=true,north=false,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=true,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=true,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=true,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=true] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:birch_fence[east=false,north=false,south=false,waterlogged=false,west=false] 188 156 104 255 150 124 83 255 94 78 52 255 75 62 41 255 +minecraft:jungle_fence 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=true,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=true,north=false,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=true,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=true,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=true,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=true] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:jungle_fence[east=false,north=false,south=false,waterlogged=false,west=false] 141 89 56 255 112 71 44 255 70 44 28 255 56 35 22 255 +minecraft:acacia_fence 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=true,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=true,north=false,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=true,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=true,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=true,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=true] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:acacia_fence[east=false,north=false,south=false,waterlogged=false,west=false] 171 88 60 255 136 70 48 255 85 44 30 255 68 35 24 255 +minecraft:dark_oak_fence 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=true,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=true,north=false,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=true,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=true,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=true,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=true] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:dark_oak_fence[east=false,north=false,south=false,waterlogged=false,west=false] 54 42 27 255 43 33 21 255 27 21 13 255 21 16 10 255 +minecraft:spruce_door 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=north,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=south,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=west,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=upper,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=left,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=true,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=true] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:spruce_door[facing=east,half=lower,hinge=right,open=false,powered=false] 55 42 26 255 44 33 20 255 27 21 13 255 22 16 10 255 +minecraft:birch_door 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=north,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=south,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=west,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=upper,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=left,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=true,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=true] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:birch_door[facing=east,half=lower,hinge=right,open=false,powered=false] 192 178 157 255 153 142 125 255 96 89 78 255 76 71 62 255 +minecraft:jungle_door 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=north,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=south,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=west,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=upper,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=left,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=true,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=true] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:jungle_door[facing=east,half=lower,hinge=right,open=false,powered=false] 116 76 50 230 92 60 40 230 58 38 25 230 46 30 20 230 +minecraft:acacia_door 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=north,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=south,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=west,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=upper,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=left,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=true,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=true] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:acacia_door[facing=east,half=lower,hinge=right,open=false,powered=false] 163 89 63 183 130 71 50 183 81 44 31 183 65 35 25 183 +minecraft:dark_oak_door 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=north,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=south,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=west,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=upper,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=left,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=true,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=true] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:dark_oak_door[facing=east,half=lower,hinge=right,open=false,powered=false] 46 36 24 255 36 28 19 255 23 18 12 255 18 14 9 255 +minecraft:end_rod 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=east] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=south] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=west] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=up] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:end_rod[facing=down] 123 92 62 206 98 73 49 206 61 46 31 206 49 36 24 206 +minecraft:chorus_plant 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=true,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=true,east=false,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=true,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=true,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=true,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=true,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=true] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_plant[down=false,east=false,north=false,south=false,up=false,west=false] 43 25 63 255 34 20 50 255 21 12 31 255 17 10 25 255 +minecraft:chorus_flower 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=1] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=2] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=3] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=4] 151 120 151 255 120 96 120 255 75 60 75 255 60 48 60 255 +minecraft:chorus_flower[age=5] 96 61 94 255 76 48 75 255 48 30 47 255 38 24 37 255 +minecraft:purpur_block 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_pillar 175 135 175 255 140 108 140 255 87 67 87 255 70 54 70 255 +minecraft:purpur_pillar[axis=y] 170 127 170 255 136 101 136 255 85 63 85 255 68 50 68 255 +minecraft:purpur_pillar[axis=z] 175 135 175 255 140 108 140 255 87 67 87 255 70 54 70 255 +minecraft:purpur_stairs 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:purpur_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 166 121 166 255 132 96 132 255 83 60 83 255 66 48 66 255 +minecraft:end_stone_bricks 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:beetroots 65 137 41 14 52 109 32 14 32 68 20 14 26 54 16 14 +minecraft:beetroots[age=1] 66 138 41 29 52 110 32 29 33 69 20 29 26 55 16 29 +minecraft:beetroots[age=2] 69 130 39 87 55 104 31 87 34 65 19 87 27 52 15 87 +minecraft:beetroots[age=3] 93 91 30 115 74 72 24 115 46 45 15 115 37 36 12 115 +minecraft:dirt_path 113 91 78 255 90 72 62 255 56 45 39 255 45 36 31 255 +minecraft:end_gateway 30 0 35 255 24 0 28 255 15 0 17 255 12 0 14 255 +minecraft:repeating_command_block 81 65 105 255 64 52 84 255 40 32 52 255 32 26 42 255 +minecraft:repeating_command_block[conditional=true,facing=east] 79 64 104 255 63 51 83 255 39 32 52 255 31 25 41 255 +minecraft:repeating_command_block[conditional=true,facing=south] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=true,facing=west] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=true,facing=up] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=true,facing=down] 80 64 109 255 64 51 87 255 40 32 54 255 32 25 43 255 +minecraft:repeating_command_block[conditional=false,facing=north] 81 65 105 255 64 52 84 255 40 32 52 255 32 26 42 255 +minecraft:repeating_command_block[conditional=false,facing=east] 79 64 104 255 63 51 83 255 39 32 52 255 31 25 41 255 +minecraft:repeating_command_block[conditional=false,facing=south] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:repeating_command_block[conditional=false,facing=west] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:repeating_command_block[conditional=false,facing=up] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:repeating_command_block[conditional=false,facing=down] 79 63 107 255 63 50 85 255 39 31 53 255 31 25 42 255 +minecraft:chain_command_block 66 88 71 255 52 70 56 255 33 44 35 255 26 35 28 255 +minecraft:chain_command_block[conditional=true,facing=east] 64 88 70 255 51 70 56 255 32 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=true,facing=south] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=true,facing=west] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=true,facing=up] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=true,facing=down] 64 90 72 255 51 72 57 255 32 45 36 255 25 36 28 255 +minecraft:chain_command_block[conditional=false,facing=north] 66 88 71 255 52 70 56 255 33 44 35 255 26 35 28 255 +minecraft:chain_command_block[conditional=false,facing=east] 64 88 70 255 51 70 56 255 32 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=south] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=west] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=up] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:chain_command_block[conditional=false,facing=down] 63 88 71 255 50 70 56 255 31 44 35 255 25 35 28 255 +minecraft:frosted_ice 175 216 251 205 140 172 200 205 87 108 125 205 70 86 100 205 +minecraft:frosted_ice[age=1] 156 205 248 194 124 164 198 194 78 102 124 194 62 82 99 194 +minecraft:frosted_ice[age=2] 146 205 247 185 116 164 197 185 73 102 123 185 58 82 98 185 +minecraft:frosted_ice[age=3] 134 205 246 175 107 164 196 175 67 102 123 175 53 82 98 175 +minecraft:magma_block 162 69 16 255 129 55 12 255 81 34 8 255 64 27 6 255 +minecraft:nether_wart_block 87 6 20 255 69 4 16 255 43 3 10 255 34 2 8 255 +minecraft:red_nether_bricks 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:bone_block 211 204 184 255 168 163 147 255 105 102 92 255 84 81 73 255 +minecraft:bone_block[axis=y] 187 181 164 255 149 144 131 255 93 90 82 255 74 72 65 255 +minecraft:bone_block[axis=z] 211 204 184 255 168 163 147 255 105 102 92 255 84 81 73 255 +minecraft:observer 116 110 108 255 92 88 86 255 58 55 54 255 46 44 43 255 +minecraft:observer[facing=north,powered=false] 116 110 108 255 92 88 86 255 58 55 54 255 46 44 43 255 +minecraft:observer[facing=east,powered=true] 113 108 106 255 90 86 84 255 56 54 53 255 45 43 42 255 +minecraft:observer[facing=east,powered=false] 113 108 106 255 90 86 84 255 56 54 53 255 45 43 42 255 +minecraft:observer[facing=south,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=south,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=west,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=up,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=true] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:observer[facing=down,powered=false] 98 98 98 255 78 78 78 255 49 49 49 255 39 39 39 255 +minecraft:shulker_box 129 86 129 255 103 68 103 255 64 43 64 255 51 34 51 255 +minecraft:shulker_box[facing=east] 133 89 133 255 106 71 106 255 66 44 66 255 53 35 53 255 +minecraft:shulker_box[facing=south] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:shulker_box[facing=west] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:shulker_box[facing=up] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:shulker_box[facing=down] 136 91 136 255 108 72 108 255 68 45 68 255 54 36 54 255 +minecraft:white_shulker_box 194 191 191 255 155 152 152 255 97 95 95 255 77 76 76 255 +minecraft:white_shulker_box[facing=east] 197 194 194 255 157 155 155 255 98 97 97 255 78 77 77 255 +minecraft:white_shulker_box[facing=south] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:white_shulker_box[facing=west] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:white_shulker_box[facing=up] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:white_shulker_box[facing=down] 198 195 195 255 158 156 156 255 99 97 97 255 79 78 78 255 +minecraft:orange_shulker_box 181 98 47 255 144 78 37 255 90 49 23 255 72 39 18 255 +minecraft:orange_shulker_box[facing=east] 184 102 48 255 147 81 38 255 92 51 24 255 73 40 19 255 +minecraft:orange_shulker_box[facing=south] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:orange_shulker_box[facing=west] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:orange_shulker_box[facing=up] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:orange_shulker_box[facing=down] 185 103 49 255 148 82 39 255 92 51 24 255 74 41 19 255 +minecraft:magenta_shulker_box 161 84 168 255 128 67 134 255 80 42 84 255 64 33 67 255 +minecraft:magenta_shulker_box[facing=east] 164 87 171 255 131 69 136 255 82 43 85 255 65 34 68 255 +minecraft:magenta_shulker_box[facing=south] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:magenta_shulker_box[facing=west] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:magenta_shulker_box[facing=up] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:magenta_shulker_box[facing=down] 166 88 173 255 132 70 138 255 83 44 86 255 66 35 69 255 +minecraft:light_blue_shulker_box 86 121 178 255 68 96 142 255 43 60 89 255 34 48 71 255 +minecraft:light_blue_shulker_box[facing=east] 89 125 181 255 71 100 144 255 44 62 90 255 35 50 72 255 +minecraft:light_blue_shulker_box[facing=south] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:light_blue_shulker_box[facing=west] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:light_blue_shulker_box[facing=up] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:light_blue_shulker_box[facing=down] 91 127 183 255 72 101 146 255 45 63 91 255 36 50 73 255 +minecraft:yellow_shulker_box 169 160 53 255 135 128 42 255 84 80 26 255 67 64 21 255 +minecraft:yellow_shulker_box[facing=east] 172 163 54 255 137 130 43 255 86 81 27 255 68 65 21 255 +minecraft:yellow_shulker_box[facing=south] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:yellow_shulker_box[facing=west] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:yellow_shulker_box[facing=up] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:yellow_shulker_box[facing=down] 174 165 55 255 139 132 44 255 87 82 27 255 69 66 22 255 +minecraft:lime_shulker_box 60 158 49 255 48 126 39 255 30 79 24 255 24 63 19 255 +minecraft:lime_shulker_box[facing=east] 62 162 51 255 49 129 40 255 31 81 25 255 24 64 20 255 +minecraft:lime_shulker_box[facing=south] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:lime_shulker_box[facing=west] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:lime_shulker_box[facing=up] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:lime_shulker_box[facing=down] 63 164 52 255 50 131 41 255 31 82 26 255 25 65 20 255 +minecraft:pink_shulker_box 196 114 139 255 156 91 111 255 98 57 69 255 78 45 55 255 +minecraft:pink_shulker_box[facing=east] 199 118 144 255 159 94 115 255 99 59 72 255 79 47 57 255 +minecraft:pink_shulker_box[facing=south] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:pink_shulker_box[facing=west] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:pink_shulker_box[facing=up] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:pink_shulker_box[facing=down] 200 120 146 255 160 96 116 255 100 60 73 255 80 48 58 255 +minecraft:gray_shulker_box 70 68 68 255 56 54 54 255 35 34 34 255 28 27 27 255 +minecraft:gray_shulker_box[facing=east] 73 71 71 255 58 56 56 255 36 35 35 255 29 28 28 255 +minecraft:gray_shulker_box[facing=south] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:gray_shulker_box[facing=west] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:gray_shulker_box[facing=up] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:gray_shulker_box[facing=down] 74 72 72 255 59 57 57 255 37 36 36 255 29 28 28 255 +minecraft:light_gray_shulker_box 138 137 137 255 110 109 109 255 69 68 68 255 55 54 54 255 +minecraft:light_gray_shulker_box[facing=east] 143 142 142 255 114 113 113 255 71 71 71 255 57 56 56 255 +minecraft:light_gray_shulker_box[facing=south] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:light_gray_shulker_box[facing=west] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:light_gray_shulker_box[facing=up] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:light_gray_shulker_box[facing=down] 145 144 144 255 116 115 115 255 72 72 72 255 58 57 57 255 +minecraft:cyan_shulker_box 57 115 140 255 45 92 112 255 28 57 70 255 22 46 56 255 +minecraft:cyan_shulker_box[facing=east] 59 119 145 255 47 95 116 255 29 59 72 255 23 47 58 255 +minecraft:cyan_shulker_box[facing=south] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:cyan_shulker_box[facing=west] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:cyan_shulker_box[facing=up] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:cyan_shulker_box[facing=down] 60 121 147 255 48 96 117 255 30 60 73 255 24 48 58 255 +minecraft:purple_shulker_box 109 35 164 255 87 28 131 255 54 17 82 255 43 14 65 255 +minecraft:purple_shulker_box[facing=east] 113 36 167 255 90 28 133 255 56 18 83 255 45 14 66 255 +minecraft:purple_shulker_box[facing=south] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:purple_shulker_box[facing=west] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:purple_shulker_box[facing=up] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:purple_shulker_box[facing=down] 115 37 169 255 92 29 135 255 57 18 84 255 46 14 67 255 +minecraft:blue_shulker_box 85 95 176 255 68 76 140 255 42 47 88 255 34 38 70 255 +minecraft:blue_shulker_box[facing=east] 88 98 179 255 70 78 143 255 44 49 89 255 35 39 71 255 +minecraft:blue_shulker_box[facing=south] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:blue_shulker_box[facing=west] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:blue_shulker_box[facing=up] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:blue_shulker_box[facing=down] 90 100 181 255 72 80 144 255 45 50 90 255 36 40 72 255 +minecraft:brown_shulker_box 121 95 79 255 96 76 63 255 60 47 39 255 48 38 31 255 +minecraft:brown_shulker_box[facing=east] 125 98 82 255 100 78 65 255 62 49 41 255 50 39 32 255 +minecraft:brown_shulker_box[facing=south] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:brown_shulker_box[facing=west] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:brown_shulker_box[facing=up] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:brown_shulker_box[facing=down] 127 100 83 255 101 80 66 255 63 50 41 255 50 40 33 255 +minecraft:green_shulker_box 95 111 71 255 76 88 56 255 47 55 35 255 38 44 28 255 +minecraft:green_shulker_box[facing=east] 98 115 74 255 78 92 59 255 49 57 37 255 39 46 29 255 +minecraft:green_shulker_box[facing=south] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:green_shulker_box[facing=west] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:green_shulker_box[facing=up] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:green_shulker_box[facing=down] 100 117 75 255 80 93 60 255 50 58 37 255 40 46 30 255 +minecraft:red_shulker_box 170 75 73 255 136 60 58 255 85 37 36 255 68 30 29 255 +minecraft:red_shulker_box[facing=east] 173 78 75 255 138 62 60 255 86 39 37 255 69 31 30 255 +minecraft:red_shulker_box[facing=south] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:red_shulker_box[facing=west] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:red_shulker_box[facing=up] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:red_shulker_box[facing=down] 175 79 76 255 140 63 60 255 87 39 38 255 70 31 30 255 +minecraft:black_shulker_box 47 46 46 255 37 36 36 255 23 23 23 255 18 18 18 255 +minecraft:black_shulker_box[facing=east] 48 47 47 255 38 37 37 255 24 23 23 255 19 18 18 255 +minecraft:black_shulker_box[facing=south] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:black_shulker_box[facing=west] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:black_shulker_box[facing=up] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:black_shulker_box[facing=down] 49 48 48 255 39 38 38 255 24 24 24 255 19 19 19 255 +minecraft:white_glazed_terracotta 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:white_glazed_terracotta[facing=south] 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:white_glazed_terracotta[facing=west] 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:white_glazed_terracotta[facing=east] 175 207 201 255 140 165 160 255 87 103 100 255 70 82 80 255 +minecraft:orange_glazed_terracotta 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:orange_glazed_terracotta[facing=south] 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:orange_glazed_terracotta[facing=west] 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:orange_glazed_terracotta[facing=east] 145 150 98 255 116 120 78 255 72 75 49 255 58 60 39 255 +minecraft:magenta_glazed_terracotta 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:magenta_glazed_terracotta[facing=south] 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:magenta_glazed_terracotta[facing=west] 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:magenta_glazed_terracotta[facing=east] 209 102 193 255 167 81 154 255 104 51 96 255 83 40 77 255 +minecraft:light_blue_glazed_terracotta 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:light_blue_glazed_terracotta[facing=south] 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:light_blue_glazed_terracotta[facing=west] 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:light_blue_glazed_terracotta[facing=east] 100 166 208 255 80 132 166 255 50 83 104 255 40 66 83 255 +minecraft:yellow_glazed_terracotta 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:yellow_glazed_terracotta[facing=south] 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:yellow_glazed_terracotta[facing=west] 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:yellow_glazed_terracotta[facing=east] 233 191 87 255 186 152 69 255 116 95 43 255 93 76 34 255 +minecraft:lime_glazed_terracotta 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:lime_glazed_terracotta[facing=south] 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:lime_glazed_terracotta[facing=west] 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:lime_glazed_terracotta[facing=east] 163 200 54 255 130 160 43 255 81 100 27 255 65 80 21 255 +minecraft:pink_glazed_terracotta 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:pink_glazed_terracotta[facing=south] 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:pink_glazed_terracotta[facing=west] 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:pink_glazed_terracotta[facing=east] 233 153 181 255 186 122 144 255 116 76 90 255 93 61 72 255 +minecraft:gray_glazed_terracotta 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:gray_glazed_terracotta[facing=south] 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:gray_glazed_terracotta[facing=west] 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:gray_glazed_terracotta[facing=east] 85 93 96 255 68 74 76 255 42 46 48 255 34 37 38 255 +minecraft:light_gray_glazed_terracotta 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:light_gray_glazed_terracotta[facing=south] 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:light_gray_glazed_terracotta[facing=west] 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:light_gray_glazed_terracotta[facing=east] 142 163 165 255 113 130 132 255 71 81 82 255 56 65 66 255 +minecraft:cyan_glazed_terracotta 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:cyan_glazed_terracotta[facing=south] 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:cyan_glazed_terracotta[facing=west] 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:cyan_glazed_terracotta[facing=east] 48 115 122 255 38 92 97 255 24 57 61 255 19 46 48 255 +minecraft:purple_glazed_terracotta 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:purple_glazed_terracotta[facing=south] 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:purple_glazed_terracotta[facing=west] 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:purple_glazed_terracotta[facing=east] 114 49 157 255 91 39 125 255 57 24 78 255 45 19 62 255 +minecraft:blue_glazed_terracotta 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:blue_glazed_terracotta[facing=south] 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:blue_glazed_terracotta[facing=west] 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:blue_glazed_terracotta[facing=east] 51 66 143 255 40 52 114 255 25 33 71 255 20 26 57 255 +minecraft:brown_glazed_terracotta 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:brown_glazed_terracotta[facing=south] 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:brown_glazed_terracotta[facing=west] 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:brown_glazed_terracotta[facing=east] 123 106 84 255 98 84 67 255 61 53 42 255 49 42 33 255 +minecraft:green_glazed_terracotta 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:green_glazed_terracotta[facing=south] 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:green_glazed_terracotta[facing=west] 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:green_glazed_terracotta[facing=east] 120 146 67 255 96 116 53 255 60 73 33 255 48 58 26 255 +minecraft:red_glazed_terracotta 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:red_glazed_terracotta[facing=south] 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:red_glazed_terracotta[facing=west] 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:red_glazed_terracotta[facing=east] 183 59 52 255 146 47 41 255 91 29 26 255 73 23 20 255 +minecraft:black_glazed_terracotta 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:black_glazed_terracotta[facing=south] 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:black_glazed_terracotta[facing=west] 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:black_glazed_terracotta[facing=east] 73 34 36 255 58 27 28 255 36 17 18 255 29 13 14 255 +minecraft:white_concrete 207 213 214 255 165 170 171 255 103 106 107 255 82 85 85 255 +minecraft:orange_concrete 222 94 0 255 177 75 0 255 111 47 0 255 88 37 0 255 +minecraft:magenta_concrete 167 46 157 255 133 36 125 255 83 23 78 255 66 18 62 255 +minecraft:light_blue_concrete 36 135 198 255 28 108 158 255 18 67 99 255 14 54 79 255 +minecraft:yellow_concrete 238 173 20 255 190 138 16 255 119 86 10 255 95 69 8 255 +minecraft:lime_concrete 93 168 24 255 74 134 19 255 46 84 12 255 37 67 9 255 +minecraft:pink_concrete 213 99 140 255 170 79 112 255 106 49 70 255 85 39 56 255 +minecraft:gray_concrete 53 56 60 255 42 44 48 255 26 28 30 255 21 22 24 255 +minecraft:light_gray_concrete 123 123 113 255 98 98 90 255 61 61 56 255 49 49 45 255 +minecraft:cyan_concrete 20 116 133 255 16 92 106 255 10 58 66 255 8 46 53 255 +minecraft:purple_concrete 99 31 155 255 79 24 124 255 49 15 77 255 39 12 62 255 +minecraft:blue_concrete 43 44 139 255 34 35 111 255 21 22 69 255 17 17 55 255 +minecraft:brown_concrete 95 58 31 255 76 46 24 255 47 29 15 255 38 23 12 255 +minecraft:green_concrete 71 89 35 255 56 71 28 255 35 44 17 255 28 35 14 255 +minecraft:red_concrete 140 32 32 255 112 25 25 255 70 16 16 255 56 12 12 255 +minecraft:black_concrete 8 10 15 255 6 8 12 255 4 5 7 255 3 4 6 255 +minecraft:white_concrete_powder 238 239 239 255 190 191 191 255 119 119 119 255 95 95 95 255 +minecraft:orange_concrete_powder 231 145 30 255 184 116 24 255 115 72 15 255 92 58 12 255 +minecraft:magenta_concrete_powder 208 106 202 255 166 84 161 255 104 53 101 255 83 42 80 255 +minecraft:light_blue_concrete_powder 92 200 224 255 73 160 179 255 46 100 112 255 36 80 89 255 +minecraft:yellow_concrete_powder 237 209 63 255 189 167 50 255 118 104 31 255 94 83 25 255 +minecraft:lime_concrete_powder 147 200 46 255 117 160 36 255 73 100 23 255 58 80 18 255 +minecraft:pink_concrete_powder 233 168 191 255 186 134 152 255 116 84 95 255 93 67 76 255 +minecraft:gray_concrete_powder 91 94 99 255 72 75 79 255 45 47 49 255 36 37 39 255 +minecraft:light_gray_concrete_powder 171 171 166 255 136 136 132 255 85 85 83 255 68 68 66 255 +minecraft:cyan_concrete_powder 42 160 168 255 33 128 134 255 21 80 84 255 16 64 67 255 +minecraft:purple_concrete_powder 149 65 188 255 119 52 150 255 74 32 94 255 59 26 75 255 +minecraft:blue_concrete_powder 75 78 175 255 60 62 140 255 37 39 87 255 30 31 70 255 +minecraft:brown_concrete_powder 136 92 58 255 108 73 46 255 68 46 29 255 54 36 23 255 +minecraft:green_concrete_powder 108 130 56 255 86 104 44 255 54 65 28 255 43 52 22 255 +minecraft:red_concrete_powder 182 63 56 255 145 50 44 255 91 31 28 255 72 25 22 255 +minecraft:black_concrete_powder 24 26 34 255 19 20 27 255 12 13 17 255 9 10 13 255 +minecraft:kelp 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=1] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=2] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=3] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=4] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=5] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=6] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=7] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=8] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=9] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=10] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=11] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=12] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=13] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=14] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=15] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=16] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=17] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=18] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=19] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=20] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=21] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=22] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=23] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=24] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp[age=25] 25 65 6 104 20 52 4 104 12 32 3 104 10 26 2 104 +minecraft:kelp_plant 25 66 6 164 20 52 4 164 12 33 3 164 10 26 2 164 +minecraft:dried_kelp_block 75 69 52 255 60 55 41 255 37 34 26 255 30 27 20 255 +minecraft:turtle_egg 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=1,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=1,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:turtle_egg[eggs=2,hatch=0] 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=2,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=2,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:turtle_egg[eggs=3,hatch=0] 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=3,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=3,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:turtle_egg[eggs=4,hatch=0] 225 217 171 147 180 173 136 147 112 108 85 147 90 86 68 147 +minecraft:turtle_egg[eggs=4,hatch=1] 221 213 164 147 176 170 131 147 110 106 82 147 88 85 65 147 +minecraft:turtle_egg[eggs=4,hatch=2] 216 205 151 147 172 164 120 147 108 102 75 147 86 82 60 147 +minecraft:dead_tube_coral_block 94 94 94 255 75 75 75 255 47 47 47 255 37 37 37 255 +minecraft:dead_brain_coral_block 86 86 86 255 68 68 68 255 43 43 43 255 34 34 34 255 +minecraft:dead_bubble_coral_block 103 103 103 255 82 82 82 255 51 51 51 255 41 41 41 255 +minecraft:dead_fire_coral_block 93 93 93 255 74 74 74 255 46 46 46 255 37 37 37 255 +minecraft:dead_horn_coral_block 92 92 92 255 73 73 73 255 46 46 46 255 36 36 36 255 +minecraft:tube_coral_block 48 84 192 255 38 67 153 255 24 42 96 255 19 33 76 255 +minecraft:brain_coral_block 162 49 103 255 129 39 82 255 81 24 51 255 64 19 41 255 +minecraft:bubble_coral_block 184 46 188 255 147 36 150 255 92 23 94 255 73 18 75 255 +minecraft:fire_coral_block 190 52 52 255 152 41 41 255 95 26 26 255 76 20 20 255 +minecraft:horn_coral_block 189 145 0 255 151 116 0 255 94 72 0 255 75 58 0 255 +minecraft:dead_tube_coral 93 97 105 188 74 77 84 188 46 48 52 188 37 38 42 188 +minecraft:dead_tube_coral[waterlogged=false] 93 97 105 188 74 77 84 188 46 48 52 188 37 38 42 188 +minecraft:dead_brain_coral 121 109 114 175 96 87 91 175 60 54 57 175 48 43 45 175 +minecraft:dead_brain_coral[waterlogged=false] 121 109 114 175 96 87 91 175 60 54 57 175 48 43 45 175 +minecraft:dead_bubble_coral 101 87 99 164 80 69 79 164 50 43 49 164 40 34 39 164 +minecraft:dead_bubble_coral[waterlogged=false] 101 87 99 164 80 69 79 164 50 43 49 164 40 34 39 164 +minecraft:dead_fire_coral 100 86 86 151 80 68 68 151 50 43 43 151 40 34 34 151 +minecraft:dead_fire_coral[waterlogged=false] 100 86 86 151 80 68 68 151 50 43 43 151 40 34 34 151 +minecraft:dead_horn_coral 104 94 87 146 83 75 69 146 52 47 43 146 41 37 34 146 +minecraft:dead_horn_coral[waterlogged=false] 104 94 87 146 83 75 69 146 52 47 43 146 41 37 34 146 +minecraft:tube_coral 44 75 157 185 35 60 125 185 22 37 78 185 17 30 62 185 +minecraft:tube_coral[waterlogged=false] 44 75 157 185 35 60 125 185 22 37 78 185 17 30 62 185 +minecraft:brain_coral 176 56 112 164 140 44 89 164 88 28 56 164 70 22 44 164 +minecraft:brain_coral[waterlogged=false] 176 56 112 164 140 44 89 164 88 28 56 164 70 22 44 164 +minecraft:bubble_coral 168 32 153 161 134 25 122 161 84 16 76 161 67 12 61 161 +minecraft:bubble_coral[waterlogged=false] 168 32 153 161 134 25 122 161 84 16 76 161 67 12 61 161 +minecraft:fire_coral 165 24 28 150 132 19 22 150 82 12 14 150 66 9 11 150 +minecraft:fire_coral[waterlogged=false] 165 24 28 150 132 19 22 150 82 12 14 150 66 9 11 150 +minecraft:horn_coral 182 135 0 139 145 108 0 139 91 67 0 139 72 54 0 139 +minecraft:horn_coral[waterlogged=false] 182 135 0 139 145 108 0 139 91 67 0 139 72 54 0 139 +minecraft:dead_tube_coral_fan 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_fan[waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_brain_coral_fan 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_fan[waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_bubble_coral_fan 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_fan[waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_fire_coral_fan 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_fan[waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_horn_coral_fan 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_fan[waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:tube_coral_fan 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_fan[waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:brain_coral_fan 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_fan[waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:bubble_coral_fan 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_fan[waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:fire_coral_fan 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_fan[waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:horn_coral_fan 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_fan[waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:dead_tube_coral_wall_fan 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=north,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=true] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=south,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=true] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=west,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=true] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_tube_coral_wall_fan[facing=east,waterlogged=false] 103 106 115 113 82 84 92 113 51 53 57 113 41 42 46 113 +minecraft:dead_brain_coral_wall_fan 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=north,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=true] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=south,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=true] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=west,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=true] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_brain_coral_wall_fan[facing=east,waterlogged=false] 119 106 111 141 95 84 88 141 59 53 55 141 47 42 44 141 +minecraft:dead_bubble_coral_wall_fan 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=north,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=true] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=south,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=true] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=west,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=true] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_bubble_coral_wall_fan[facing=east,waterlogged=false] 103 88 101 130 82 70 80 130 51 44 50 130 41 35 40 130 +minecraft:dead_fire_coral_wall_fan 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=north,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=true] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=south,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=true] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=west,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=true] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_fire_coral_wall_fan[facing=east,waterlogged=false] 120 103 103 141 96 82 82 141 60 51 51 141 48 41 41 141 +minecraft:dead_horn_coral_wall_fan 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=north,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=true] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=south,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=true] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=west,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=true] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:dead_horn_coral_wall_fan[facing=east,waterlogged=false] 103 98 86 130 82 78 68 130 51 49 43 130 41 39 34 130 +minecraft:tube_coral_wall_fan 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=north,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=true] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=south,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=true] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=west,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=true] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:tube_coral_wall_fan[facing=east,waterlogged=false] 47 80 169 112 37 64 135 112 23 40 84 112 18 32 67 112 +minecraft:brain_coral_wall_fan 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=north,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=true] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=south,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=true] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=west,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=true] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:brain_coral_wall_fan[facing=east,waterlogged=false] 171 50 104 136 136 40 83 136 85 25 52 136 68 20 41 136 +minecraft:bubble_coral_wall_fan 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=north,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=true] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=south,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=true] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=west,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=true] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:bubble_coral_wall_fan[facing=east,waterlogged=false] 174 25 158 125 139 20 126 125 87 12 79 125 69 10 63 125 +minecraft:fire_coral_wall_fan 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=north,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=true] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=south,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=true] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=west,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=true] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:fire_coral_wall_fan[facing=east,waterlogged=false] 189 28 32 136 151 22 25 136 94 14 16 136 75 11 12 136 +minecraft:horn_coral_wall_fan 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=north,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=true] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=south,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=true] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=west,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=true] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:horn_coral_wall_fan[facing=east,waterlogged=false] 179 130 0 123 143 104 0 123 89 65 0 123 71 52 0 123 +minecraft:sea_pickle 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=1,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=2,waterlogged=true] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=2,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=3,waterlogged=true] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=3,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=4,waterlogged=true] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:sea_pickle[pickles=4,waterlogged=false] 88 97 41 227 70 77 32 227 44 48 20 227 35 38 16 227 +minecraft:blue_ice 114 204 249 255 91 163 199 255 57 102 124 255 45 81 99 255 +minecraft:conduit 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:conduit[waterlogged=false] 159 139 113 143 127 111 90 143 79 69 56 143 63 55 45 143 +minecraft:bamboo_sapling 67 117 5 99 53 93 4 99 33 58 2 99 26 46 2 99 +minecraft:bamboo 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=none,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=small,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=small,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=large,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=0,leaves=large,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=none,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=none,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=small,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=small,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=large,stage=0] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:bamboo[age=1,leaves=large,stage=1] 82 127 11 255 65 101 8 255 41 63 5 255 32 50 4 255 +minecraft:potted_bamboo 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:polished_granite_stairs 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:smooth_red_sandstone_stairs 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:mossy_stone_brick_stairs 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:polished_diorite_stairs 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:mossy_cobblestone_stairs 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:end_stone_brick_stairs 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:stone_stairs 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:stone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 121 115 111 255 96 92 88 255 60 57 55 255 48 46 44 255 +minecraft:smooth_sandstone_stairs 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_quartz_stairs 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:granite_stairs 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:andesite_stairs 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:red_nether_brick_stairs 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:polished_andesite_stairs 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:diorite_stairs 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:polished_granite_slab 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=top,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=bottom,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=double,waterlogged=true] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:polished_granite_slab[type=double,waterlogged=false] 156 105 86 255 124 84 68 255 78 52 43 255 62 42 34 255 +minecraft:smooth_red_sandstone_slab 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=top,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=bottom,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=true] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:smooth_red_sandstone_slab[type=double,waterlogged=false] 195 127 72 255 156 101 57 255 97 63 36 255 78 50 28 255 +minecraft:mossy_stone_brick_slab 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=top,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=bottom,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=true] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_slab[type=double,waterlogged=false] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:polished_diorite_slab 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=top,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=bottom,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=true] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:polished_diorite_slab[type=double,waterlogged=false] 191 191 194 255 152 152 155 255 95 95 97 255 76 76 77 255 +minecraft:mossy_cobblestone_slab 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=top,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=bottom,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=true] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:mossy_cobblestone_slab[type=double,waterlogged=false] 92 93 81 255 73 74 64 255 46 46 40 255 36 37 32 255 +minecraft:end_stone_brick_slab 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=top,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=bottom,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=true] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_slab[type=double,waterlogged=false] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:smooth_sandstone_slab 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=top,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=bottom,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=true] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_sandstone_slab[type=double,waterlogged=false] 242 229 174 255 193 183 139 255 121 114 87 255 96 91 69 255 +minecraft:smooth_quartz_slab 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=top,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=bottom,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=true] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:smooth_quartz_slab[type=double,waterlogged=false] 234 231 223 255 187 184 178 255 117 115 111 255 93 92 89 255 +minecraft:granite_slab 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=top,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=bottom,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=bottom,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=double,waterlogged=true] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_slab[type=double,waterlogged=false] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:andesite_slab 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=top,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=bottom,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=bottom,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=double,waterlogged=true] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_slab[type=double,waterlogged=false] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:red_nether_brick_slab 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=top,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=bottom,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=true] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_slab[type=double,waterlogged=false] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:polished_andesite_slab 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=top,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=bottom,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=double,waterlogged=true] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:polished_andesite_slab[type=double,waterlogged=false] 122 116 108 255 97 92 86 255 61 58 54 255 48 46 43 255 +minecraft:diorite_slab 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=top,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=bottom,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=double,waterlogged=true] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_slab[type=double,waterlogged=false] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:brick_wall 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 131 69 52 255 104 55 41 255 65 34 26 255 52 27 20 255 +minecraft:prismarine_wall 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:prismarine_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 88 158 145 255 70 126 116 255 44 79 72 255 35 63 58 255 +minecraft:red_sandstone_wall 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:red_sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 191 123 69 255 152 98 55 255 95 61 34 255 76 49 27 255 +minecraft:mossy_stone_brick_wall 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:mossy_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 115 118 110 255 92 94 88 255 57 59 55 255 46 47 44 255 +minecraft:granite_wall 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:granite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 145 97 79 255 116 77 63 255 72 48 39 255 58 38 31 255 +minecraft:stone_brick_wall 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 121 121 255 98 96 96 255 61 60 60 255 49 48 48 255 +minecraft:nether_brick_wall 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 20 24 255 34 16 19 255 21 10 12 255 17 8 9 255 +minecraft:andesite_wall 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:andesite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 123 118 109 255 98 94 87 255 61 59 54 255 49 47 43 255 +minecraft:red_nether_brick_wall 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:red_nether_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 76 8 20 255 60 6 16 255 38 4 10 255 30 3 8 255 +minecraft:sandstone_wall 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:sandstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 240 227 171 255 192 181 136 255 120 113 85 255 96 90 68 255 +minecraft:end_stone_brick_wall 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:end_stone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 212 214 161 255 169 171 128 255 106 107 80 255 84 85 64 255 +minecraft:diorite_wall 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:diorite_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 186 186 189 255 148 148 151 255 93 93 94 255 74 74 75 255 +minecraft:scaffolding 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=0,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=1,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=2,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=3,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=4,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=5,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=6,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=true,distance=7,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=0,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=1,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=2,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=3,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=4,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=5,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=6,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=true] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:scaffolding[bottom=false,distance=7,waterlogged=false] 111 95 61 234 88 76 48 234 55 47 30 234 44 38 24 234 +minecraft:loom 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:loom[facing=south] 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:loom[facing=west] 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:loom[facing=east] 80 67 54 255 64 53 43 255 40 33 27 255 32 26 21 255 +minecraft:barrel 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=north,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=east,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=east,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=south,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=south,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=west,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=west,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=up,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=up,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=down,open=true] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:barrel[facing=down,open=false] 89 65 37 255 71 52 29 255 44 32 18 255 35 26 14 255 +minecraft:smoker 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=north,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=south,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=west,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=true] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:smoker[facing=east,lit=false] 107 105 103 255 85 84 82 255 53 52 51 255 42 42 41 255 +minecraft:blast_furnace 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=north,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=south,lit=true] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=south,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=west,lit=true] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=west,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=east,lit=true] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:blast_furnace[facing=east,lit=false] 94 95 91 255 75 76 72 255 47 47 45 255 37 38 36 255 +minecraft:cartography_table 93 85 67 255 74 68 53 255 46 42 33 255 37 34 26 255 +minecraft:fletching_table 170 142 98 255 136 113 78 255 85 71 49 255 68 56 39 255 +minecraft:grindstone 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=floor,facing=south] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=floor,facing=west] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=floor,facing=east] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=north] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=south] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=west] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=wall,facing=east] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=north] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=south] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=west] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:grindstone[face=ceiling,facing=east] 54 42 25 255 43 33 20 255 27 21 12 255 21 16 10 255 +minecraft:lectern 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=north,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=north,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=north,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=true,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=south,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=true,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=west,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=true,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=true,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=false,powered=true] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:lectern[facing=east,has_book=false,powered=false] 187 156 104 255 149 124 83 255 93 78 52 255 74 62 41 255 +minecraft:smithing_table 50 51 58 255 40 40 46 255 25 25 29 255 20 20 23 255 +minecraft:stonecutter 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=south] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=west] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:stonecutter[facing=east] 118 117 118 255 94 93 94 255 59 58 59 255 47 46 47 255 +minecraft:bell 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=floor,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=ceiling,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=single_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=north,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=south,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=west,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=true] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:bell[attachment=double_wall,facing=east,powered=false] 252 229 96 57 201 183 76 57 126 114 48 57 100 91 38 57 +minecraft:lantern 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:lantern[hanging=true,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:lantern[hanging=false,waterlogged=true] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:lantern[hanging=false,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern[hanging=true,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern[hanging=false,waterlogged=true] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:soul_lantern[hanging=false,waterlogged=false] 53 58 73 5 42 46 58 5 26 29 36 5 21 23 29 5 +minecraft:campfire 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=north,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=south,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=west,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=true,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=true,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=true] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:soul_campfire[facing=east,lit=false,signal_fire=false,waterlogged=false] 62 55 46 223 49 44 36 223 31 27 23 223 24 22 18 223 +minecraft:sweet_berry_bush 32 68 44 103 25 54 35 103 16 34 22 103 12 27 17 103 +minecraft:sweet_berry_bush[age=1] 33 70 44 210 26 56 35 210 16 35 22 210 13 28 17 210 +minecraft:sweet_berry_bush[age=2] 40 65 41 223 32 52 32 223 20 32 20 223 16 26 16 223 +minecraft:sweet_berry_bush[age=3] 47 59 38 227 37 47 30 227 23 29 19 227 18 23 15 227 +minecraft:warped_stem 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:warped_stem[axis=y] 55 100 103 255 44 80 82 255 27 50 51 255 22 40 41 255 +minecraft:warped_stem[axis=z] 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:stripped_warped_stem 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:stripped_warped_stem[axis=y] 56 129 128 255 44 103 102 255 28 64 64 255 22 51 51 255 +minecraft:stripped_warped_stem[axis=z] 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:warped_hyphae 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:warped_hyphae[axis=y] 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:warped_hyphae[axis=z] 56 65 77 255 44 52 61 255 28 32 38 255 22 26 30 255 +minecraft:stripped_warped_hyphae 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:stripped_warped_hyphae[axis=y] 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:stripped_warped_hyphae[axis=z] 53 144 142 255 42 115 113 255 26 72 71 255 21 57 56 255 +minecraft:warped_nylium 41 106 96 255 32 84 76 255 20 53 48 255 16 42 38 255 +minecraft:warped_fungus 66 74 58 79 52 59 46 79 33 37 29 79 26 29 23 79 +minecraft:warped_wart_block 16 100 100 255 12 80 80 255 8 50 50 255 6 40 40 255 +minecraft:warped_roots 3 85 82 169 2 68 65 169 1 42 41 169 1 34 32 169 +minecraft:nether_sprouts 3 77 76 44 2 61 60 44 1 38 38 44 1 30 30 44 +minecraft:crimson_stem 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:crimson_stem[axis=y] 104 48 71 255 83 38 56 255 52 24 35 255 41 19 28 255 +minecraft:crimson_stem[axis=z] 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:stripped_crimson_stem 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:stripped_crimson_stem[axis=y] 123 56 84 255 98 44 67 255 61 28 42 255 49 22 33 255 +minecraft:stripped_crimson_stem[axis=z] 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:crimson_hyphae 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:crimson_hyphae[axis=y] 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:crimson_hyphae[axis=z] 95 24 31 255 76 19 24 255 47 12 15 255 38 9 12 255 +minecraft:stripped_crimson_hyphae 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:stripped_crimson_hyphae[axis=y] 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:stripped_crimson_hyphae[axis=z] 132 54 85 255 105 43 68 255 66 27 42 255 52 21 34 255 +minecraft:crimson_nylium 100 24 33 255 80 19 26 255 50 12 16 255 40 9 13 255 +minecraft:crimson_fungus 135 46 27 87 108 36 21 87 67 23 13 87 54 18 10 87 +minecraft:shroomlight 249 159 90 255 199 127 72 255 124 79 45 255 99 63 36 255 +minecraft:weeping_vines 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=1] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=2] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=3] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=4] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=5] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=6] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=7] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=8] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=9] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=10] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=11] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=12] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=13] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=14] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=15] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=16] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=17] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=18] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=19] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=20] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=21] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=22] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=23] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=24] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines[age=25] 78 3 2 40 62 2 1 40 39 1 1 40 31 1 0 40 +minecraft:weeping_vines_plant 96 13 5 157 76 10 4 157 48 6 2 157 38 5 2 157 +minecraft:twisting_vines 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=1] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=2] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=3] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=4] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=5] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=6] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=7] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=8] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=9] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=10] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=11] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=12] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=13] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=14] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=15] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=16] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=17] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=18] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=19] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=20] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=21] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=22] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=23] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=24] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines[age=25] 20 120 113 82 16 96 90 82 10 60 56 82 8 48 45 82 +minecraft:twisting_vines_plant 20 122 114 114 16 97 91 114 10 61 57 114 8 48 45 114 +minecraft:crimson_roots 86 5 35 124 68 4 28 124 43 2 17 124 34 2 14 124 +minecraft:crimson_planks 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_planks 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_slab 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=top,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=bottom,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=bottom,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=double,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_slab[type=double,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_slab 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=top,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=bottom,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=bottom,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=double,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_slab[type=double,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_pressure_plate 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_pressure_plate[powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_pressure_plate 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_pressure_plate[powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_fence 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=true,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=true,north=false,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=true,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=true,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=true,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence[east=false,north=false,south=false,waterlogged=false,west=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_fence 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=true,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=true,north=false,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=true,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=true,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=true,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence[east=false,north=false,south=false,waterlogged=false,west=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_trapdoor 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:crimson_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 100 49 70 215 80 39 56 215 50 24 35 215 40 19 28 215 +minecraft:warped_trapdoor 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=north,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=south,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=west,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=top,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=true,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=true,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=true] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:warped_trapdoor[facing=east,half=bottom,open=false,powered=false,waterlogged=false] 35 97 88 224 28 77 70 224 17 48 44 224 14 38 35 224 +minecraft:crimson_fence_gate 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=north,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=south,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=west,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=true,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=true,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_fence_gate[facing=east,in_wall=false,open=false,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_fence_gate 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=north,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=south,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=west,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=true,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=true,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_fence_gate[facing=east,in_wall=false,open=false,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_stairs 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_stairs 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_button 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=north,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=south,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=south,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=west,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=west,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=east,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=floor,facing=east,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=north,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=north,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=south,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=south,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=west,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=west,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=east,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=wall,facing=east,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=north,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=south,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=west,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=true] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:crimson_button[face=ceiling,facing=east,powered=false] 96 47 68 255 76 37 54 255 48 23 34 255 38 18 27 255 +minecraft:warped_button 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=north,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=south,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=south,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=west,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=west,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=east,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=floor,facing=east,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=north,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=north,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=south,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=south,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=west,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=west,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=east,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=wall,facing=east,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=north,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=north,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=south,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=south,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=west,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=west,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=east,powered=true] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:warped_button[face=ceiling,facing=east,powered=false] 38 101 91 255 30 80 72 255 19 50 45 255 15 40 36 255 +minecraft:crimson_door 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=north,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=south,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=west,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=upper,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=left,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=true,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=true] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:crimson_door[facing=east,half=lower,hinge=right,open=false,powered=false] 108 51 75 255 86 40 60 255 54 25 37 255 43 20 30 255 +minecraft:warped_door 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=north,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=south,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=west,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=upper,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=left,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=true,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=true] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:warped_door[facing=east,half=lower,hinge=right,open=false,powered=false] 36 100 92 255 28 80 73 255 18 50 46 255 14 40 36 255 +minecraft:crimson_sign 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=0,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=1,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=1,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=2,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=2,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=3,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=3,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=4,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=4,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=5,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=5,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=6,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=6,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=7,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=7,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=8,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=8,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=9,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=9,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=10,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=10,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=11,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=11,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=12,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=12,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=13,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=13,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=14,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=14,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=15,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_sign[rotation=15,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:warped_sign 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=0,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=1,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=1,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=2,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=2,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=3,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=3,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=4,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=4,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=5,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=5,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=6,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=6,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=7,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=7,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=8,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=8,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=9,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=9,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=10,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=10,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=11,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=11,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=12,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=12,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=13,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=13,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=14,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=14,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=15,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_sign[rotation=15,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:crimson_wall_sign 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=north,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=south,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=west,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=true] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:crimson_wall_sign[facing=east,waterlogged=false] 132 60 89 10 105 48 71 10 66 30 44 10 52 24 35 10 +minecraft:warped_wall_sign 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=north,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=south,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=south,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=west,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=west,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=east,waterlogged=true] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:warped_wall_sign[facing=east,waterlogged=false] 36 103 95 10 28 82 76 10 18 51 47 10 14 41 38 10 +minecraft:structure_block 72 58 75 255 57 46 60 255 36 29 37 255 28 23 30 255 +minecraft:structure_block[mode=load] 67 54 69 255 53 43 55 255 33 27 34 255 26 21 27 255 +minecraft:structure_block[mode=corner] 62 51 65 255 49 40 52 255 31 25 32 255 24 20 26 255 +minecraft:structure_block[mode=data] 69 55 72 255 55 44 57 255 34 27 36 255 27 22 28 255 +minecraft:jigsaw 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=down_north] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=down_south] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=down_west] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_east] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_north] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_south] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=up_west] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=west_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=east_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=north_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:jigsaw[orientation=south_up] 44 37 47 255 35 29 37 255 22 18 23 255 17 14 18 255 +minecraft:composter 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=1] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=2] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=3] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=4] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=5] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=6] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=7] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:composter[level=8] 45 37 24 255 36 29 19 255 22 18 12 255 18 14 9 255 +minecraft:target 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=1] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=2] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=3] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=4] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=5] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=6] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=7] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=8] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=9] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=10] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=11] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=12] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=13] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=14] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:target[power=15] 226 170 157 255 180 136 125 255 113 85 78 255 90 68 62 255 +minecraft:bee_nest 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=north,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=0] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=south,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=0] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=west,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=0] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=1] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=2] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=3] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=4] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:bee_nest[facing=east,honey_level=5] 224 173 77 255 179 138 61 255 112 86 38 255 89 69 30 255 +minecraft:beehive 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=north,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=0] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=south,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=0] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=west,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=0] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=1] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=2] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=3] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=4] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:beehive[facing=east,honey_level=5] 170 133 83 255 136 106 66 255 85 66 41 255 68 53 33 255 +minecraft:honey_block 251 185 52 191 200 148 41 191 125 92 26 191 100 74 20 191 +minecraft:honeycomb_block 209 143 40 255 167 114 32 255 104 71 20 255 83 57 16 255 +minecraft:netherite_block 73 66 69 255 58 52 55 255 36 33 34 255 29 26 27 255 +minecraft:ancient_debris 100 76 71 255 80 60 56 255 50 38 35 255 40 30 28 255 +minecraft:crying_obsidian 49 12 103 255 39 9 82 255 24 6 51 255 19 4 41 255 +minecraft:respawn_anchor 38 24 62 255 30 19 49 255 19 12 31 255 15 9 24 255 +minecraft:respawn_anchor[charges=1] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=2] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=3] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:respawn_anchor[charges=4] 75 27 144 219 60 21 115 219 37 13 72 219 30 10 57 219 +minecraft:potted_crimson_fungus 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_warped_fungus 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_crimson_roots 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:potted_warped_roots 120 64 44 115 96 51 35 115 60 32 22 115 48 25 17 115 +minecraft:lodestone 147 149 152 255 117 119 121 255 73 74 76 255 58 59 60 255 +minecraft:blackstone 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_stairs 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 41 33 41 255 32 26 32 255 20 16 20 255 16 13 16 255 +minecraft:blackstone_slab 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=top,waterlogged=false] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=bottom,waterlogged=true] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=bottom,waterlogged=false] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=double,waterlogged=true] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:blackstone_slab[type=double,waterlogged=false] 43 36 44 255 34 28 35 255 21 18 22 255 17 14 17 255 +minecraft:polished_blackstone 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_bricks 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:cracked_polished_blackstone_bricks 39 37 44 255 31 29 35 255 19 18 22 255 15 14 17 255 +minecraft:chiseled_polished_blackstone 42 40 48 255 33 32 38 255 21 20 24 255 16 16 19 255 +minecraft:polished_blackstone_brick_slab 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=top,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=bottom,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_slab[type=double,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:polished_blackstone_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 43 41 48 255 34 32 38 255 21 20 24 255 17 16 19 255 +minecraft:gilded_blackstone 53 39 38 255 42 31 30 255 26 19 19 255 21 15 15 255 +minecraft:polished_blackstone_stairs 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=top,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=bottom,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_slab[type=double,waterlogged=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_pressure_plate 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_pressure_plate[powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=north,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=south,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=west,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=floor,facing=east,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=north,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=south,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=west,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=wall,facing=east,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=north,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=south,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=west,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=true] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_button[face=ceiling,facing=east,powered=false] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:polished_blackstone_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 44 42 49 255 35 33 39 255 22 21 24 255 17 16 19 255 +minecraft:chiseled_nether_bricks 42 19 23 255 33 15 18 255 21 9 11 255 16 7 9 255 +minecraft:cracked_nether_bricks 39 18 22 255 31 14 17 255 19 9 11 255 15 7 8 255 +minecraft:quartz_bricks 236 234 227 255 188 187 181 255 118 117 113 255 94 93 90 255 +minecraft:candle 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=1,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=1,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=1,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=2,lit=true,waterlogged=true] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=2,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=2,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=2,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=3,lit=true,waterlogged=true] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=3,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=3,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=3,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=4,lit=true,waterlogged=true] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=4,lit=true,waterlogged=false] 240 218 119 20 192 174 95 20 120 109 59 20 96 87 47 20 +minecraft:candle[candles=4,lit=false,waterlogged=true] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:candle[candles=4,lit=false,waterlogged=false] 233 211 125 20 186 168 100 20 116 105 62 20 93 84 50 20 +minecraft:white_candle 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=1,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=2,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=3,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=true] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=true,waterlogged=false] 217 217 206 20 173 173 164 20 108 108 103 20 86 86 82 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=true] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:white_candle[candles=4,lit=false,waterlogged=false] 210 216 217 20 168 172 173 20 105 108 108 20 84 86 86 20 +minecraft:orange_candle 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=1,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=2,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=3,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=true] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=true,waterlogged=false] 226 131 26 20 180 104 20 20 113 65 13 20 90 52 10 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=true] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:orange_candle[candles=4,lit=false,waterlogged=false] 219 100 9 20 175 80 7 20 109 50 4 20 87 40 3 20 +minecraft:magenta_candle 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=1,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=2,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=3,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=true] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=true,waterlogged=false] 182 69 161 20 145 55 128 20 91 34 80 20 72 27 64 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=true] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:magenta_candle[candles=4,lit=false,waterlogged=false] 160 45 153 20 128 36 122 20 80 22 76 20 64 18 61 20 +minecraft:light_blue_candle 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=1,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=2,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=3,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=true] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=true,waterlogged=false] 69 161 201 20 55 128 160 20 34 80 100 20 27 64 80 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=true] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:light_blue_candle[candles=4,lit=false,waterlogged=false] 34 137 196 20 27 109 156 20 17 68 98 20 13 54 78 20 +minecraft:yellow_candle 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=1,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=2,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=3,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=true] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=true,waterlogged=false] 216 183 74 20 172 146 59 20 108 91 37 20 86 73 29 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=true] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:yellow_candle[candles=4,lit=false,waterlogged=false] 209 164 50 20 167 131 40 20 104 82 25 20 83 65 20 20 +minecraft:lime_candle 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=1,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=2,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=3,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=true] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=true,waterlogged=false] 124 181 30 20 99 144 24 20 62 90 15 20 49 72 12 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=true] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:lime_candle[candles=4,lit=false,waterlogged=false] 98 171 22 20 78 136 17 20 49 85 11 20 39 68 8 20 +minecraft:pink_candle 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=1,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=2,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=3,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=true] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=true,waterlogged=false] 217 131 150 20 173 104 120 20 108 65 75 20 86 52 60 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=true] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:pink_candle[candles=4,lit=false,waterlogged=false] 208 101 142 20 166 80 113 20 104 50 71 20 83 40 56 20 +minecraft:gray_candle 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=1,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=2,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=3,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=true] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=true,waterlogged=false] 118 122 108 20 94 97 86 20 59 61 54 20 47 48 43 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=true] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:gray_candle[candles=4,lit=false,waterlogged=false] 80 94 96 20 64 75 76 20 40 47 48 20 32 37 38 20 +minecraft:light_gray_candle 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=1,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=2,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=3,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=true] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=true,waterlogged=false] 151 147 126 20 120 117 100 20 75 73 63 20 60 58 50 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=true] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:light_gray_candle[candles=4,lit=false,waterlogged=false] 118 120 112 20 94 96 89 20 59 60 56 20 47 48 44 20 +minecraft:cyan_candle 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=1,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=2,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=3,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=true] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=true,waterlogged=false] 43 146 134 20 34 116 107 20 21 73 67 20 17 58 53 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=true] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:cyan_candle[candles=4,lit=false,waterlogged=false] 17 123 123 20 13 98 98 20 8 61 61 20 6 49 49 20 +minecraft:purple_candle 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=1,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=2,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=3,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=true] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=true,waterlogged=false] 124 33 144 20 99 26 115 20 62 16 72 20 49 13 57 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=true] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:purple_candle[candles=4,lit=false,waterlogged=false] 105 34 159 20 84 27 127 20 52 17 79 20 42 13 63 20 +minecraft:blue_candle 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=1,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=2,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=3,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=true] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=true,waterlogged=false] 64 84 179 20 51 67 143 20 32 42 89 20 25 33 71 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=true] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:blue_candle[candles=4,lit=false,waterlogged=false] 57 76 161 20 45 60 128 20 28 38 80 20 22 30 64 20 +minecraft:brown_candle 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=1,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=2,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=3,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=true] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=true,waterlogged=false] 147 96 51 20 117 76 40 20 73 48 25 20 58 38 20 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=true] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:brown_candle[candles=4,lit=false,waterlogged=false] 111 70 41 20 88 56 32 20 55 35 20 20 44 28 16 20 +minecraft:green_candle 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=1,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=2,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=3,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=true] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=true,waterlogged=false] 100 115 22 20 80 92 17 20 50 57 11 20 40 46 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=true] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:green_candle[candles=4,lit=false,waterlogged=false] 72 96 20 20 57 76 16 20 36 48 10 20 28 38 8 20 +minecraft:red_candle 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=1,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=2,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=3,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=true] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=true,waterlogged=false] 180 65 47 20 144 52 37 20 90 32 23 20 72 26 18 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=true] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:red_candle[candles=4,lit=false,waterlogged=false] 153 38 36 20 122 30 28 20 76 19 18 20 61 15 14 20 +minecraft:black_candle 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=1,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=2,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=3,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=true] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=true,waterlogged=false] 73 48 51 20 58 38 40 20 36 24 25 20 29 19 20 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=true] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:black_candle[candles=4,lit=false,waterlogged=false] 38 36 57 20 30 28 45 20 19 18 28 20 15 14 22 20 +minecraft:candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:white_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:white_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:orange_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:orange_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:magenta_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:magenta_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_blue_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_blue_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:yellow_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:yellow_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:lime_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:lime_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:pink_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:pink_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:gray_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:gray_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_gray_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:light_gray_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cyan_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:cyan_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:purple_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:purple_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:blue_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:blue_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:brown_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:brown_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:green_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:green_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:red_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:red_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:black_candle_cake 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:black_candle_cake[lit=false] 208 190 201 224 166 152 160 224 104 95 100 224 83 76 80 224 +minecraft:amethyst_block 131 97 182 255 104 77 145 255 65 48 91 255 52 38 72 255 +minecraft:budding_amethyst 123 91 175 255 98 72 140 255 61 45 87 255 49 36 70 255 +minecraft:amethyst_cluster 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=north,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=east,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=east,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=south,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=south,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=west,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=west,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=up,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=up,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=down,waterlogged=true] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:amethyst_cluster[facing=down,waterlogged=false] 128 95 179 155 102 76 143 155 64 47 89 155 51 38 71 155 +minecraft:large_amethyst_bud 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=north,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=east,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=east,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=south,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=south,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=west,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=west,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=up,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=up,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=down,waterlogged=true] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:large_amethyst_bud[facing=down,waterlogged=false] 130 97 180 93 104 77 144 93 65 48 90 93 52 38 72 93 +minecraft:medium_amethyst_bud 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=north,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=east,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=east,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=south,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=south,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=west,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=west,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=up,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=up,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=down,waterlogged=true] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:medium_amethyst_bud[facing=down,waterlogged=false] 131 98 183 62 104 78 146 62 65 49 91 62 52 39 73 62 +minecraft:small_amethyst_bud 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=north,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=east,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=east,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=south,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=south,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=west,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=west,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=up,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=up,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=down,waterlogged=true] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:small_amethyst_bud[facing=down,waterlogged=false] 128 96 186 39 102 76 148 39 64 48 93 39 51 38 74 39 +minecraft:tuff 110 111 104 255 88 88 83 255 55 55 52 255 44 44 41 255 +minecraft:calcite 228 228 223 255 182 182 178 255 114 114 111 255 91 91 89 255 +minecraft:tinted_glass 11 6 14 131 8 4 11 131 5 3 7 131 4 2 5 131 +minecraft:powder_snow 232 250 255 255 185 200 204 255 116 125 127 255 92 100 102 255 +minecraft:sculk_sensor 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=0,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=1,sculk_sensor_phase=cooldown,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=inactive,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=true] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:sculk_sensor[power=2,sculk_sensor_phase=active,waterlogged=false] 10 39 47 127 8 31 37 127 5 19 23 127 4 15 18 127 +minecraft:oxidized_copper 80 122 88 255 64 97 70 255 40 61 44 255 32 48 35 255 +minecraft:weathered_copper 90 110 69 255 72 88 55 255 45 55 34 255 36 44 27 255 +minecraft:exposed_copper 151 112 87 255 120 89 69 255 75 56 43 255 60 44 34 255 +minecraft:copper_block 216 104 61 255 172 83 48 255 108 52 30 255 86 41 24 255 +minecraft:copper_ore 130 115 106 255 104 92 84 255 65 57 53 255 52 46 42 255 +minecraft:deepslate_copper_ore 86 75 73 255 68 60 58 255 43 37 36 255 34 30 29 255 +minecraft:oxidized_cut_copper 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:weathered_cut_copper 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:exposed_cut_copper 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:cut_copper 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:oxidized_cut_copper_stairs 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:weathered_cut_copper_stairs 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:exposed_cut_copper_stairs 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:cut_copper_stairs 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:oxidized_cut_copper_slab 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=top,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=bottom,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:oxidized_cut_copper_slab[type=double,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:weathered_cut_copper_slab 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=top,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=bottom,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:weathered_cut_copper_slab[type=double,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:exposed_cut_copper_slab 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=top,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=bottom,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:exposed_cut_copper_slab[type=double,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:cut_copper_slab 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=top,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=bottom,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=double,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:cut_copper_slab[type=double,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_copper_block 216 104 61 255 172 83 48 255 108 52 30 255 86 41 24 255 +minecraft:waxed_weathered_copper 90 110 69 255 72 88 55 255 45 55 34 255 36 44 27 255 +minecraft:waxed_exposed_copper 151 112 87 255 120 89 69 255 75 56 43 255 60 44 34 255 +minecraft:waxed_oxidized_copper 80 122 88 255 64 97 70 255 40 61 44 255 32 48 35 255 +minecraft:waxed_oxidized_cut_copper 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_weathered_cut_copper 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_exposed_cut_copper 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_cut_copper 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_oxidized_cut_copper_stairs 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_weathered_cut_copper_stairs 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_exposed_cut_copper_stairs 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_cut_copper_stairs 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_oxidized_cut_copper_slab 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=top,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=bottom,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=true] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_oxidized_cut_copper_slab[type=double,waterlogged=false] 81 124 89 255 64 99 71 255 40 62 44 255 32 49 35 255 +minecraft:waxed_weathered_cut_copper_slab 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=top,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=bottom,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=true] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_weathered_cut_copper_slab[type=double,waterlogged=false] 91 108 70 255 72 86 56 255 45 54 35 255 36 43 28 255 +minecraft:waxed_exposed_cut_copper_slab 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=top,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=bottom,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=true] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_exposed_cut_copper_slab[type=double,waterlogged=false] 152 111 89 255 121 88 71 255 76 55 44 255 60 44 35 255 +minecraft:waxed_cut_copper_slab 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=top,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=bottom,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=true] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:waxed_cut_copper_slab[type=double,waterlogged=false] 217 105 63 255 173 84 50 255 108 52 31 255 86 42 25 255 +minecraft:pointed_dripstone 130 107 89 101 104 85 71 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=up,waterlogged=false] 130 107 89 101 104 85 71 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=true] 130 106 88 101 104 84 70 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip_merge,vertical_direction=down,waterlogged=false] 130 106 88 101 104 84 70 101 65 53 44 101 52 42 35 101 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=true] 131 107 89 46 104 85 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=up,waterlogged=false] 131 107 89 46 104 85 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=true] 131 106 89 46 104 84 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=tip,vertical_direction=down,waterlogged=false] 131 106 89 46 104 84 71 46 65 53 44 46 52 42 35 46 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=true] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=up,waterlogged=false] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=true] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=frustum,vertical_direction=down,waterlogged=false] 133 110 91 187 106 88 72 187 66 55 45 187 53 44 36 187 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=true] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=up,waterlogged=false] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=true] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=middle,vertical_direction=down,waterlogged=false] 134 111 92 204 107 88 73 204 67 55 46 204 53 44 36 204 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=true] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:pointed_dripstone[thickness=base,vertical_direction=up,waterlogged=false] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=true] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:pointed_dripstone[thickness=base,vertical_direction=down,waterlogged=false] 133 111 92 235 106 88 73 235 66 55 46 235 53 44 36 235 +minecraft:dripstone_block 143 121 100 255 114 96 80 255 71 60 50 255 57 48 40 255 +minecraft:cave_vines 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=0,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=1,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=1,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=2,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=2,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=3,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=3,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=4,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=4,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=5,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=5,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=6,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=6,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=7,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=7,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=8,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=8,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=9,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=9,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=10,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=10,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=11,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=11,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=12,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=12,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=13,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=13,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=14,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=14,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=15,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=15,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=16,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=16,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=17,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=17,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=18,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=18,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=19,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=19,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=20,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=20,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=21,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=21,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=22,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=22,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=23,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=23,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=24,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=24,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines[age=25,berries=true] 96 108 31 119 76 86 24 119 48 54 15 119 38 43 12 119 +minecraft:cave_vines[age=25,berries=false] 85 105 33 115 68 84 26 115 42 52 16 115 34 42 13 115 +minecraft:cave_vines_plant 100 104 29 160 80 83 23 160 50 52 14 160 40 41 11 160 +minecraft:cave_vines_plant[berries=false] 83 99 31 154 66 79 24 154 41 49 15 154 33 39 12 154 +minecraft:spore_blossom 188 89 150 141 150 71 120 141 94 44 75 141 75 35 60 141 +minecraft:azalea 85 111 32 154 68 88 25 154 42 55 16 154 34 44 12 154 +minecraft:flowering_azalea 101 102 66 154 80 81 52 154 50 51 33 154 40 40 26 154 +minecraft:moss_carpet 76 124 46 255 60 99 36 255 38 62 23 255 30 49 18 255 +minecraft:moss_block 76 124 46 255 60 99 36 255 38 62 23 255 30 49 18 255 +minecraft:big_dripleaf_stem 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=north,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=south,waterlogged=true] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=south,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=west,waterlogged=true] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=west,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=east,waterlogged=true] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:big_dripleaf_stem[facing=east,waterlogged=false] 79 99 33 103 63 79 26 103 39 49 16 103 31 39 13 103 +minecraft:small_dripleaf 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=north,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=north,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=true] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=south,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=south,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=true] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=west,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=west,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=true] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=east,half=upper,waterlogged=false] 97 127 43 62 77 101 34 62 48 63 21 62 38 50 17 62 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=true] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:small_dripleaf[facing=east,half=lower,waterlogged=false] 72 88 31 97 57 70 24 97 36 44 15 97 28 35 12 97 +minecraft:hanging_roots 99 71 57 121 79 56 45 121 49 35 28 121 39 28 22 121 +minecraft:hanging_roots[waterlogged=false] 99 71 57 121 79 56 45 121 49 35 28 121 39 28 22 121 +minecraft:rooted_dirt 95 67 48 255 76 53 38 255 47 33 24 255 38 26 19 255 +minecraft:deepslate 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:deepslate[axis=y] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate[axis=z] 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:cobbled_deepslate 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=top,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=bottom,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=true] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_slab[type=double,waterlogged=false] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:cobbled_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 71 71 75 255 56 56 60 255 35 35 37 255 28 28 30 255 +minecraft:polished_deepslate 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=top,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=bottom,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=true] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_slab[type=double,waterlogged=false] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:polished_deepslate_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 62 255 47 47 49 255 29 29 31 255 23 23 24 255 +minecraft:deepslate_tiles 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=top,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=bottom,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=true] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_slab[type=double,waterlogged=false] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_tile_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 59 59 63 255 47 47 50 255 29 29 31 255 23 23 25 255 +minecraft:deepslate_bricks 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=north,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=south,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=west,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=top,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=straight,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=inner_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_left,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_stairs[facing=east,half=bottom,shape=outer_right,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=top,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=bottom,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=true] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_slab[type=double,waterlogged=false] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=none,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=low,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=none,north=tall,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=none,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=low,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=low,north=tall,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=none,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=low,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=none,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=low,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=true,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=true,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=none] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=low] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:deepslate_brick_wall[east=tall,north=tall,south=tall,up=false,waterlogged=false,west=tall] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:chiseled_deepslate 63 63 67 255 50 50 53 255 31 31 33 255 25 25 26 255 +minecraft:cracked_deepslate_bricks 61 61 65 255 48 48 52 255 30 30 32 255 24 24 26 255 +minecraft:cracked_deepslate_tiles 58 58 62 255 46 46 49 255 29 29 31 255 23 23 24 255 +minecraft:infested_deepslate 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:infested_deepslate[axis=y] 64 64 68 255 51 51 54 255 32 32 34 255 25 25 27 255 +minecraft:infested_deepslate[axis=z] 67 67 71 255 53 53 56 255 33 33 35 255 26 26 28 255 +minecraft:smooth_basalt 81 80 85 255 64 64 68 255 40 40 42 255 32 32 34 255 +minecraft:raw_iron_block 175 138 94 255 140 110 75 255 87 69 47 255 70 55 37 255 +minecraft:raw_copper_block 159 97 67 255 127 77 53 255 79 48 33 255 63 38 26 255 +minecraft:raw_gold_block 214 161 37 255 171 128 29 255 107 80 18 255 85 64 14 255 diff --git a/dynmap/colorschemes/standard.txt b/dynmap/colorschemes/standard.txt new file mode 100644 index 0000000..96c3a57 --- /dev/null +++ b/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/dynmap/configuration.txt similarity index 88% rename from plugins/dynmap/configuration.txt rename to dynmap/configuration.txt index 603b3a5..748a4f7 100644 --- a/plugins/dynmap/configuration.txt +++ b/dynmap/configuration.txt @@ -1,4 +1,4 @@ -# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/ +# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/dynmap/ # All map templates are defined in the templates directory # To use the HDMap very-low-res (2 ppb) map templates as world defaults, set value to vlowres @@ -15,7 +15,11 @@ # 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 +# Set default tile scale (0 = 128px x 128x, 1 = 256px x 256px, 2 = 512px x 512px, 3 = 1024px x 1024px, 4 = 2048px x 2048px) - 0 is default +# Note: changing this value will result in all maps that use the default value being required to be fully rendered +#defaulttilescale: 0 + +# Map storage scheme: only uncommoent one 'type' value # filetree: classic and default scheme: tree of files, with all map data under the directory indicated by 'tilespath' setting # sqlite: single SQLite database file (this can get VERY BIG), located at 'dbfile' setting (default is file dynmap.db in data directory) # mysql: MySQL database, at hostname:port in database, accessed via userid with password @@ -27,7 +31,7 @@ storage: # 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') + # MySQL DB for map storage (at 'hostname':'port' in database 'database' using user 'userid' password 'password' and table prefix 'prefix' #type: mysql #hostname: localhost #port: 3306 @@ -35,8 +39,15 @@ storage: #userid: dynmap #password: dynmap #prefix: "" - #flags: "?allowReconnect=true" - + # + # AWS S3 backet web site + #type: aws_s3 + #bucketname: "dynmap-bucket-name" + #region: us-east-1 + #aws_access_key_id: "" + #aws_secret_access_key: "" + #prefix: "" + components: - class: org.dynmap.ClientConfigurationComponent @@ -44,16 +55,16 @@ components: sendhealth: true sendposition: true allowwebchat: true - webchat-interval: 2 - hidewebchatip: true + webchat-interval: 5 + hidewebchatip: false trustclientname: false includehiddenplayers: false # (optional) if true, color codes in player display names are used - use-name-colors: true + 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: true + 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) @@ -67,7 +78,7 @@ components: # # 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: true + 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 @@ -128,7 +139,7 @@ components: spawnbedhidebydefault: true spawnbedminzoom: 0 spawnbedformat: "%name%'s bed" - # (optional) show world border (vanilla 1.8+) + # (optional) Show world border (vanilla 1.8+) showworldborder: true worldborderlabel: "Border" @@ -173,7 +184,7 @@ components: - class: org.dynmap.ClientComponent type: timeofdayclock showdigitalclock: true - showweather: true + #showweather: true # Mouse pointer world coordinate display - class: org.dynmap.ClientComponent type: coord @@ -241,7 +252,7 @@ tileupdatedelay: 30 enabletilehash: true # Optional - hide ores: render as normal stone (so that they aren't revealed by maps) -hideores: true +#hideores: true # Optional - enabled BetterGrass style rendering of grass and snow block sides #better-grass: true @@ -258,8 +269,8 @@ use-brightness-table: true 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), + +# Default image format for HDMaps (png, jpg, jpg-q75, jpg-q80, jpg-q85, jpg-q90, jpg-q95, jpg-q100, webp, webp-q75, webp-q80, webp-q85, webp-q90, webp-q95, webp-q100), # Note: any webp format requires the presence of the 'webp command line tools' (cwebp, dwebp) (https://developers.google.com/speed/webp/download) # # Has no effect on maps with explicit format settings @@ -289,33 +300,26 @@ custom-colors-support: true # 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) +# Customize URL used for fetching player skins (%player% is macro for name, %uuid% for UUID) 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 +# Control behavior for new (1.0+) compass orientation (sunrise moved 90 degrees: east is now what used to be south) +# default is 'newrose' (preserve pre-1.0 maps, rotate rose) +# 'newnorth' is used to rotate maps and rose (requires fullrender of any HDMap map - same as 'newrose' for FlatMap or KzedMap) +compass-mode: newnorth +# Triggers for automatic updates : blockupdate-with-id is debug for breaking down updates by ID:meta +# To disable, set just 'none' and comment/delete the rest render-triggers: - #- playermove - #- playerjoin - - blockplaced - - blockbreak - - leavesdecay - - blockburn - - chunkgenerated - - blockformed - - blockfaded - - blockspread - - pistonmoved - - explosion - #- blockfromto - #- blockphysics - - structuregrow - - blockgrow - #- blockredstone + - blockupdate + #- blockupdate-with-id + #- lightingupdate + - chunkpopulate + - chunkgenerate + #- none # Title for the web page - if not specified, defaults to the server's name (unless it is the default of 'Unknown Server') -webpage-title: "RSEMCS Dynmap" +#webpage-title: "My Awesome Server Map" # The path where the tile-files are placed. tilespath: web/tiles @@ -323,6 +327,10 @@ tilespath: web/tiles # The path where the web-files are located. webpath: web +# If set to false, disable extraction of webpath content (good if using custom web UI or 3rd party web UI) +# Note: web interface is unsupported in this configuration - you're on your own +update-webpath-files: true + # The path were the /dynmapexp command exports OBJ ZIP files exportpath: export @@ -331,7 +339,7 @@ exportpath: export #webserver-bindaddress: 0.0.0.0 # The TCP-port the webserver will listen on. -webserver-port: 10080 +webserver-port: 8123 # Maximum concurrent session on internal web server - limits resources used in Bukkit server max-sessions: 30 @@ -382,11 +390,6 @@ 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 @@ -396,15 +399,13 @@ player-sort-permission-nodes: # X-Custom-Header-Of-Mine: "MyHeaderValue" # Trusted proxies for web server - which proxy addresses are trusted to supply valid X-Forwarded-For fields +# This now supports both IP address, and subnet ranges (e.g. 192.168.1.0/24 or 202.24.0.0/14 ) trusted-proxies: - "127.0.0.1" - - "10.0.0.97" - "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%" @@ -429,9 +430,6 @@ 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" @@ -457,16 +455,7 @@ 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 + # Snapshot cache size, in chunks snapshotcachesize: 500 # Snapshot cache uses soft references (true), else weak references (false) soft-ref-cache: true @@ -486,6 +475,10 @@ soft-ref-cache: true # Set true if new enter messages should supercede pending exit messages (vs being queued in order), default false #enterReplacesExits: true +# Published public URL for Dynmap server (allows users to use 'dynmap url' command to get public URL usable to access server +# If not set, 'dynmap url' will not return anything. URL should be fully qualified (e.g. https://mc.westeroscraft.com/) +#publicURL: http://my.greatserver.com/dynmap + # 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 @@ -496,12 +489,5 @@ verbose: false # 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 - # Log4J defense: string substituted for attempts to use macros in web chat hackAttemptBlurb: "(IaM5uchA1337Haxr-Ban Me!)" diff --git a/plugins/dynmap/custom-lightings.txt b/dynmap/custom-lightings.txt similarity index 100% rename from plugins/dynmap/custom-lightings.txt rename to dynmap/custom-lightings.txt diff --git a/plugins/dynmap/custom-perspectives.txt b/dynmap/custom-perspectives.txt similarity index 100% rename from plugins/dynmap/custom-perspectives.txt rename to dynmap/custom-perspectives.txt diff --git a/plugins/dynmap/custom-shaders.txt b/dynmap/custom-shaders.txt similarity index 100% rename from plugins/dynmap/custom-shaders.txt rename to dynmap/custom-shaders.txt diff --git a/dynmap/forgeworlds.yml b/dynmap/forgeworlds.yml new file mode 100644 index 0000000..d0b0b65 --- /dev/null +++ b/dynmap/forgeworlds.yml @@ -0,0 +1,131 @@ +%YAML 1.1 +--- +worlds: +- sealevel: 63 + nether: false + miny: 0 + name: beyond_earth_venus_orbit + the_end: false + title: beyond_earth_venus_orbit + height: 256 +- sealevel: 63 + nether: false + miny: 0 + name: beyond_earth_mercury_orbit + the_end: false + title: beyond_earth_mercury_orbit + height: 256 +- sealevel: 63 + nether: false + miny: -64 + name: beyond_earth_venus + the_end: false + title: beyond_earth_venus + height: 384 +- sealevel: 63 + nether: false + miny: -64 + name: beyond_earth_mercury + the_end: false + title: beyond_earth_mercury + height: 384 +- sealevel: 63 + nether: false + miny: 0 + name: ae2_spatial_storage + the_end: false + title: ae2_spatial_storage + height: 256 +- sealevel: 63 + nether: false + miny: 0 + name: beyond_earth_mars_orbit + the_end: false + title: beyond_earth_mars_orbit + height: 256 +- sealevel: 63 + nether: false + miny: 0 + name: mahoutsukai_reality_marble + the_end: false + title: mahoutsukai_reality_marble + height: 256 +- sealevel: 63 + nether: false + miny: 0 + name: beyond_earth_earth_orbit + the_end: false + title: beyond_earth_earth_orbit + height: 256 +- sealevel: 63 + nether: false + miny: 0 + name: DIM1 + the_end: true + title: DIM1 + height: 256 +- sealevel: 63 + nether: false + miny: 0 + name: beyond_earth_glacio_orbit + the_end: false + title: beyond_earth_glacio_orbit + height: 256 +- sealevel: 63 + nether: true + miny: 0 + name: DIM-1 + the_end: false + title: DIM-1 + height: 256 +- sealevel: 63 + nether: false + miny: -64 + name: beyond_earth_glacio + the_end: false + title: beyond_earth_glacio + height: 384 +- sealevel: 63 + nether: false + miny: 0 + name: beyond_earth_moon + the_end: false + title: beyond_earth_moon + height: 384 +- sealevel: 63 + nether: false + miny: 0 + name: beyond_earth_moon_orbit + the_end: false + title: beyond_earth_moon_orbit + height: 256 +- sealevel: 63 + nether: false + miny: 0 + name: undergarden_undergarden + the_end: false + title: undergarden_undergarden + height: 256 +- sealevel: 63 + nether: false + miny: -64 + name: world + the_end: false + title: world + height: 384 +- sealevel: 63 + nether: false + miny: -64 + name: beyond_earth_mars + the_end: false + title: beyond_earth_mars + height: 384 +- sealevel: 63 + nether: false + miny: -64 + name: mythicbotany_alfheim + the_end: false + title: mythicbotany_alfheim + height: 384 +useSaveFolderAsName: true +maxWorldHeight: 320 diff --git a/dynmap/ids-by-ip.txt b/dynmap/ids-by-ip.txt new file mode 100644 index 0000000..1790619 --- /dev/null +++ b/dynmap/ids-by-ip.txt @@ -0,0 +1,3 @@ +%YAML 1.1 +--- { + } diff --git a/plugins/dynmap/lightings.txt b/dynmap/lightings.txt similarity index 99% rename from plugins/dynmap/lightings.txt rename to dynmap/lightings.txt index ee9edbf..73fa425 100644 --- a/plugins/dynmap/lightings.txt +++ b/dynmap/lightings.txt @@ -1,4 +1,4 @@ -version: 3.3-beta-4 +version: 3.4-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 diff --git a/dynmap/permissions.yml.example b/dynmap/permissions.yml.example new file mode 100644 index 0000000..a25f9ad --- /dev/null +++ b/dynmap/permissions.yml.example @@ -0,0 +1,27 @@ +# +# Sample permissions.yml for dynmap - trivial, flat-file based permissions for dynmap features +# To use, copy this file to dynmap/permissions.yml, and edit appropriate. File is YAML format. +# +# All operators have full permissions to all functions. +# All users receive the permissions under the 'defaultuser' section +# Specific users can be given more permissions by defining a section with their name containing their permisssions +# All permissions correspond to those documented here (https://github.com/webbukkit/dynmap/wiki/Permissions), but +# do NOT have the 'dynmap.' prefix when used here (e.g. 'dynmap.fullrender' permission is just 'fullrender' here). +# +defaultuser: + - render + - show.self + - hide.self + - sendtoweb + - stats + - marker.list + - marker.listsets + - marker.icons + - webregister + - webchat + #- marker.sign + +#playername1: +# - fullrender +# - cancelrender +# - radiusrender diff --git a/plugins/dynmap/perspectives.txt b/dynmap/perspectives.txt similarity index 98% rename from plugins/dynmap/perspectives.txt rename to dynmap/perspectives.txt index f770ddd..906989b 100644 --- a/plugins/dynmap/perspectives.txt +++ b/dynmap/perspectives.txt @@ -1,4 +1,4 @@ -version: 3.3-beta-4 +version: 3.4-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 @@ -498,4 +498,12 @@ perspectives: azimuth: 270 inclination: 90 scale: 16 + + # Old style compass (sun rise in the North...) + - class: org.dynmap.hdmap.IsoHDPerspective + name: oldnorth + azimuth: 0 + compassazimuth: 90 + inclination: 90 + scale: 4 \ No newline at end of file diff --git a/plugins/dynmap/renderdata/README b/dynmap/renderdata/README similarity index 100% rename from plugins/dynmap/renderdata/README rename to dynmap/renderdata/README diff --git a/plugins/dynmap/shaders.txt b/dynmap/shaders.txt similarity index 99% rename from plugins/dynmap/shaders.txt rename to dynmap/shaders.txt index 45ad498..e5629c5 100644 --- a/plugins/dynmap/shaders.txt +++ b/dynmap/shaders.txt @@ -1,4 +1,4 @@ -version: 3.3-beta-4 +version: 3.4-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 diff --git a/plugins/dynmap/templates/nether-hi_boost_vhi.txt b/dynmap/templates/nether-hi_boost_vhi.txt similarity index 100% rename from plugins/dynmap/templates/nether-hi_boost_vhi.txt rename to dynmap/templates/nether-hi_boost_vhi.txt diff --git a/plugins/dynmap/templates/nether-hi_boost_xhi.txt b/dynmap/templates/nether-hi_boost_xhi.txt similarity index 100% rename from plugins/dynmap/templates/nether-hi_boost_xhi.txt rename to dynmap/templates/nether-hi_boost_xhi.txt diff --git a/plugins/dynmap/templates/nether-hires.txt b/dynmap/templates/nether-hires.txt similarity index 94% rename from plugins/dynmap/templates/nether-hires.txt rename to dynmap/templates/nether-hires.txt index f455e44..eb36453 100644 --- a/plugins/dynmap/templates/nether-hires.txt +++ b/dynmap/templates/nether-hires.txt @@ -24,7 +24,7 @@ templates: shader: stdtexture lighting: nethershadows # Map background color (day or night) - background: "#00000000" + background: "#300806" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: nether @@ -34,5 +34,5 @@ templates: shader: stdtexture lighting: nethershadows # Map background color (day or night) - background: "#00000000" + background: "#300806" mapzoomin: 1 diff --git a/plugins/dynmap/templates/nether-low_boost_hi.txt b/dynmap/templates/nether-low_boost_hi.txt similarity index 100% rename from plugins/dynmap/templates/nether-low_boost_hi.txt rename to dynmap/templates/nether-low_boost_hi.txt diff --git a/plugins/dynmap/templates/nether-lowres.txt b/dynmap/templates/nether-lowres.txt similarity index 100% rename from plugins/dynmap/templates/nether-lowres.txt rename to dynmap/templates/nether-lowres.txt diff --git a/plugins/dynmap/templates/nether-vlowres.txt b/dynmap/templates/nether-vlowres.txt similarity index 100% rename from plugins/dynmap/templates/nether-vlowres.txt rename to dynmap/templates/nether-vlowres.txt diff --git a/plugins/dynmap/templates/nether.txt b/dynmap/templates/nether.txt similarity index 100% rename from plugins/dynmap/templates/nether.txt rename to dynmap/templates/nether.txt diff --git a/plugins/dynmap/templates/normal-hi_boost_vhi.txt b/dynmap/templates/normal-hi_boost_vhi.txt similarity index 100% rename from plugins/dynmap/templates/normal-hi_boost_vhi.txt rename to dynmap/templates/normal-hi_boost_vhi.txt diff --git a/plugins/dynmap/templates/normal-hi_boost_xhi.txt b/dynmap/templates/normal-hi_boost_xhi.txt similarity index 100% rename from plugins/dynmap/templates/normal-hi_boost_xhi.txt rename to dynmap/templates/normal-hi_boost_xhi.txt diff --git a/plugins/dynmap/templates/normal-hires.txt b/dynmap/templates/normal-hires.txt similarity index 92% rename from plugins/dynmap/templates/normal-hires.txt rename to dynmap/templates/normal-hires.txt index 01559be..e1b84f3 100644 --- a/plugins/dynmap/templates/normal-hires.txt +++ b/dynmap/templates/normal-hires.txt @@ -23,7 +23,6 @@ templates: perspective: iso_S_90_lowres shader: stdtexture lighting: shadows - background: "#00000000" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: surface @@ -32,7 +31,6 @@ templates: perspective: iso_SE_30_hires shader: stdtexture lighting: shadows - background: "#00000000" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: cave @@ -41,5 +39,4 @@ templates: perspective: iso_SE_60_lowres shader: cave lighting: default - background: "#00000000" mapzoomin: 3 diff --git a/plugins/dynmap/templates/normal-low_boost_hi.txt b/dynmap/templates/normal-low_boost_hi.txt similarity index 100% rename from plugins/dynmap/templates/normal-low_boost_hi.txt rename to dynmap/templates/normal-low_boost_hi.txt diff --git a/plugins/dynmap/templates/normal-lowres.txt b/dynmap/templates/normal-lowres.txt similarity index 100% rename from plugins/dynmap/templates/normal-lowres.txt rename to dynmap/templates/normal-lowres.txt diff --git a/plugins/dynmap/templates/normal-vlowres.txt b/dynmap/templates/normal-vlowres.txt similarity index 100% rename from plugins/dynmap/templates/normal-vlowres.txt rename to dynmap/templates/normal-vlowres.txt diff --git a/plugins/dynmap/templates/normal.txt b/dynmap/templates/normal.txt similarity index 100% rename from plugins/dynmap/templates/normal.txt rename to dynmap/templates/normal.txt diff --git a/plugins/dynmap/templates/the_end-hi_boost_vhi.txt b/dynmap/templates/the_end-hi_boost_vhi.txt similarity index 100% rename from plugins/dynmap/templates/the_end-hi_boost_vhi.txt rename to dynmap/templates/the_end-hi_boost_vhi.txt diff --git a/plugins/dynmap/templates/the_end-hi_boost_xhi.txt b/dynmap/templates/the_end-hi_boost_xhi.txt similarity index 100% rename from plugins/dynmap/templates/the_end-hi_boost_xhi.txt rename to dynmap/templates/the_end-hi_boost_xhi.txt diff --git a/plugins/dynmap/templates/the_end-hires.txt b/dynmap/templates/the_end-hires.txt similarity index 94% rename from plugins/dynmap/templates/the_end-hires.txt rename to dynmap/templates/the_end-hires.txt index 95514f4..0a97d0b 100644 --- a/plugins/dynmap/templates/the_end-hires.txt +++ b/dynmap/templates/the_end-hires.txt @@ -23,7 +23,6 @@ templates: perspective: iso_S_90_lowres shader: stdtexture lighting: brightnight - background: "#00000000" mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: the_end @@ -32,6 +31,5 @@ templates: perspective: iso_SE_30_hires shader: stdtexture lighting: brightnight - background: "#00000000" mapzoomin: 1 \ No newline at end of file diff --git a/plugins/dynmap/templates/the_end-low_boost_hi.txt b/dynmap/templates/the_end-low_boost_hi.txt similarity index 100% rename from plugins/dynmap/templates/the_end-low_boost_hi.txt rename to dynmap/templates/the_end-low_boost_hi.txt diff --git a/plugins/dynmap/templates/the_end-lowres.txt b/dynmap/templates/the_end-lowres.txt similarity index 100% rename from plugins/dynmap/templates/the_end-lowres.txt rename to dynmap/templates/the_end-lowres.txt diff --git a/plugins/dynmap/templates/the_end-vlowres.txt b/dynmap/templates/the_end-vlowres.txt similarity index 100% rename from plugins/dynmap/templates/the_end-vlowres.txt rename to dynmap/templates/the_end-vlowres.txt diff --git a/plugins/dynmap/templates/the_end.txt b/dynmap/templates/the_end.txt similarity index 100% rename from plugins/dynmap/templates/the_end.txt rename to dynmap/templates/the_end.txt diff --git a/plugins/dynmap/texturepacks/standard/README b/dynmap/texturepacks/standard/README similarity index 100% rename from plugins/dynmap/texturepacks/standard/README rename to dynmap/texturepacks/standard/README diff --git a/dynmap/version.txt b/dynmap/version.txt new file mode 100644 index 0000000..c10a7cc --- /dev/null +++ b/dynmap/version.txt @@ -0,0 +1 @@ +3.4-beta-3-774 \ No newline at end of file diff --git a/dynmap/web/config.js b/dynmap/web/config.js new file mode 100644 index 0000000..a3436f7 --- /dev/null +++ b/dynmap/web/config.js @@ -0,0 +1,2 @@ +// This file is retired : settings now can be tailored using url section in configuration.txt, when needed +// \ No newline at end of file diff --git a/dynmap/web/css/dynmap_style.css b/dynmap/web/css/dynmap_style.css new file mode 100644 index 0000000..bcf69b8 --- /dev/null +++ b/dynmap/web/css/dynmap_style.css @@ -0,0 +1,1059 @@ +/* TILE DEBUGGING */ +/*.leaflet-tile { + margin: -1; + border: 1px solid red; +}*/ + +/******************* + * Attribution placement + */ +.leaflet-control-attribution { + margin-right: 20px !important; +} + +/******************* + * Page setup + */ + +.dynmap .map .tile img, img { + image-rendering: -moz-crisp-edges; + image-rendering: pixelated; + -ms-interpolation-mode: nearest-neighbor; +} + + +/******************* + * fieldset and legend styles + */ + +.dynmap fieldset { + border: none; + border-top: 1px solid rgba(196,196,196,0.4); +} + +.dynmap legend { + padding: 8px 4px; + font-weight: bold; + color: #fff; +} + +.leaflet-control-layers { + background-color: #bbb; +} + +.leaflet-control-layers:hover { + background-color: #bbb; +} + +.leaflet-control-zoom-in { + background-color: #eee; + } + +.leaflet-control-zoom-out { + background-color: #eee; + } + +.leaflet-control-zoom-in:hover { + background-color: #fff; + } + +.leaflet-control-zoom-out:hover { + background-color: #fff; + } + + +/******************* + * Map Setup + */ + +.dynmap > .map { + width: 100%; + height: 100%; + background: #000; + z-index: 0; +} + +/* Map Controls */ +.gmnoprint{ + margin-top:-75px; + margin-left:-20px; +} + + +/******************* + * Alerts are pretty. + */ + +.alertbox { + position: fixed; + width: 50%; + z-index: 999; + + top: 0; + left: 0; + right: 0; + + text-align: center; + font-size: 16px; + font-weight: bold; + + color: #fff; + background: #c00; + + border-color: #a00; + + margin: auto; + padding: 8px; +} + + +/******************* + * shared rules + */ + +.dynmap .panel ul, .dynmap .panel li { + list-style: none; + + padding: 0; + margin: 0; +} + +.maplist li a, +.playerlist li a { + outline: none; + text-decoration: none; +} + +.alertbox, +.largeclock { + border-style: solid; + border-width: 0px 1px 1px 1px; + + -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + + -moz-border-radius: 0 0 3px 3px; + -webkit-border-radius: 0 0 3px 3px; + -o-border-radius: 0 0 3px 3px; + + box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); + border-radius: 0 0 3px 3px; +} + +/******************* + * sidebar panels + */ + +.dynmap .sidebar { + + display: block; + position: absolute; + z-index: 120; + + top: 0px; + right: 0px; + + height: 100%; + + background: rgb(0,0,0); /* FU IE */ + background: rgba(0,0,0,0.6); + color: #fff; + + border-left: 1px solid rgba(0,0,0,0.5); +} + +.dynmap .hitbar { + + display: block; + position: absolute; + z-index: 110; + + top: 0px; + + height: 100%; + width: 16px; + + text-align: center; + + background: url(../images/sidebar_hint.png) rgb(0,0,0); + background: url(../images/sidebar_hint.png) rgba(0,0,0,0.6); + background-repeat: no-repeat; + background-position:center; + + border: 1px solid rgba(0,0,0,0.5); +} + +/* magic and metrics */ + +/* The following only applies to desktops, not to mobile devices */ +@media screen and (min-device-width: 640px) { + .dynmap .sidebar { + -moz-transition: all 0.6s ease-in-out; + -webkit-transition: all 0.6s ease-in-out; + -o-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; + } + + .dynmap .hitbar { + -moz-transition: all 0.6s ease-in-out; + -webkit-transition: all 0.6s ease-in-out; + -o-transition: all 0.6s ease-in-out; + transition: all 0.6s ease-in-out; + } + + .dynmap .sidebar:hover { + margin-right: 0px; + } + + .dynmap .sidebar < .hitbar:hover { + margin-right: 0px; + } + + .dynmap .sidebar:hover .hitbar { + right: -120px; + } +} + +.dynmap .sidebar.pinned { + margin-right: 0px; +} + +.dynmap .sidebar.pinned .hitbar { + right: -120px; +} + +/* pinning */ + +.dynmap .sidebar .panel > .pin { + position: absolute; + + right: 8px; + top: 7px; + + width: 16px; + height: 16px; + + background-image: url(../images/window_close.png); +} + +.dynmap .sidebar .panel > .pin:hover { + background-image: url(../images/window_pinned_hover.png); +} + +.dynmap .sidebar.pinned .panel > .pin:hover { + background-image: url(../images/window_close_hover.png); +} + +.dynmap .sidebar.pinned .panel > .pin { + background-image: url(../images/window_pinned.png); +} + + +/******************* + * Sidebar clock style + */ +/* +.dynmap .panel .clock { + display: inline-block; + height: 16px; + z-index:50; + + font-weight: bold; + background-repeat: no-repeat; + padding-left: 20px; + margin-left: 8px; +} +*/ +.largeclock.digitalclock { + text-align: center; + font-size: 50px; + font-weight: bold; +} + +.digitalclock { + text-align: center; + font-size: 20px; + font-weight:bold; +} + +.digitalclock.night { + /* background-image: url(../images/clock_night.png); */ + color: #dff; +} + +.digitalclock.day { + /* background-image: url(../images/clock_day.png); */ + color: #fd3; +} + +.digitalclock.night, .digitalclock.day { + -moz-transition: color 8s 8s linear; + -webkit-transition: color 8s 8s linear; + -o-transition: color 8s 8s linear; + transition: color 8s 8s linear; +} + + +/******************* + * Large clock style + */ + +.largeclock { + position: absolute; + top: 0; + left: 0; + right: 0; + border-color: rgba(0,0,0,0.5); + width: 150px; + height: 60px; + background: rgba(0,0,0,0.6); + z-index:50; + + margin: auto; +} + +.timeofday { + background-repeat: no-repeat; +} + +.timeofday.sun { + background-image: url(../images/sun.png); +} + +.timeofday.moon { + background-image: url(../images/moon.png); +} + +.timeofday.digitalclock { + position: relative; + bottom: 25px; +} + +/******************* + * Clock weather style + */ + +.weather { + position: absolute; + top: 5px; + right: 0px; + width: 32px; + height: 32px; + display: block; + background-repeat: no-repeat; +} + +.weather.sunny_day { + background-image: url(../images/weather_sunny_day.png); +} + +.weather.stormy_day { + background-image: url(../images/weather_stormy_day.png); +} +.weather.thunder_day { + background-image: url(../images/weather_thunder_day.png); +} + +.weather.sunny_night { + background-image: url(../images/weather_sunny_night.png); +} + +.weather.stormy_night { + background-image: url(../images/weather_stormy_night.png); +} +.weather.thunder_night { + background-image: url(../images/weather_thunder_night.png); +} + +/******************* + * generic sidebar sublist styling + */ + +.dynmap .panel .subsection { + display: block; + clear: both; + + width: 100%; + line-height: 18px; + margin: 0 0 30px 0; + + border-bottom: 1px solid rgba(128,128,128,0.3); + +} + +.dynmap .sublist .item { + display: block; + float: left; + + height: 18px; + width: 18px; + + padding: 2px; + margin: 5px 2px; + + border-radius: 3px; + -moz-border-radius: 3px; + + background: rgba(32,32,32,0.6); + border: 1px solid rgba(64,64,64,0.6); +} + +.dynmap .sublist .item:hover { + background: rgba(64,64,64,0.6); + border: 1px solid rgba(128,128,128,0.6); +} + +.dynmap .sublist .item.selected { + background: rgba(128,128,128,0.5); + border: 1px solid rgba(255,255,255,0.5); +} + +.dynmap .sublist .item > a { + display: block; + + text-indent: -99999px; + outline: none; +} + +.dynmap .sublist .item > a { + background-repeat: no-repeat; + background-position: center; +} + +/******************* + * player list-specific styles + */ + +.dynmap .playerlist .player { + + display: inline-block; + float: left; + width: 100%; + + padding: 4px 0; + border: 3px solid transparent; +} + +.dynmap .playerlist .player.otherworld { + opacity: 0.5; +} + +.dynmap .playerlist .player:hover { + background: rgba(64,64,64,0.6); +} + +.dynmap .playerlist .player a { + color: #fff; +} + +.dynmap .playerlist .playerIcon img { + width: 16px; + height: 16px; +} + +.dynmap .playerlist .playerIcon > * { + vertical-align: middle; + border: none; +} + +.dynmap .playerlist .playerIcon { + width: 16px; + height: 16px; + + display: block; + float: left; + + margin: 0px 4px 0px 2px; +} + +.dynmap .playerlist .player.following { + background: rgba(128,128,128,0.5); + border: 1px solid rgba(255,255,255,0.5); + + border-radius: 3px; + -moz-border-radius: 3px; + + padding: 6px 2px; + + width: -webkit-calc(100% - 6px); + width: calc(100% - 6px); +} + +.dynmap .playerlist .player:hover .playericon { + background: url(../images/player_follow_off.png) no-repeat; +} + +.dynmap .playerlist .player.following .playericon { + background: url(../images/player_follow_on.gif) no-repeat; +} + +.dynmap .playerlist .player.following .playericon > *, +.dynmap .playerlist .player:hover .playericon > * { + visibility: hidden; +} + +/******************* + * Playerlist Scrolling + */ + +.panel .scrollup { + border: 1px solid rgba(64,64,64,0.6); + background: url(../images/scrollup.png) rgba(32,32,32,0.6); + + margin-bottom: 4px; + + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; +} + +.panel .scrolldown { + border: 1px solid rgba(64,64,64,0.6); + background: url(../images/scrolldown.png) rgba(32,32,32,0.6); + + margin-top: 4px; + + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + -o-border-radius: 2px; + border-radius: 2px; +} + +.panel .scrollup:hover, .panel .scrolldown:hover { + border: 1px solid rgba(128,128,128,0.6); + background: url(../images/scrollup.png) rgba(64,64,64,0.6); +} + +.panel .scrollup:active, .panel .scrolldown:active { + border: 1px solid rgba(255,255,255,0.5); + background: url(../images/scrollup.png) rgba(128,128,128,0.5); +} + +.panel .scrolldown:hover { + border: 1px solid rgba(128,128,128,0.6); + background: url(../images/scrolldown.png) rgba(64,64,64,0.6); +} + +.panel .scrolldown:active { + border: 1px solid rgba(255,255,255,0.5); + background: url(../images/scrolldown.png) rgba(128,128,128,0.5); +} + +.panel .scrollup, .panel .scrollup:active, .panel .scrollup:hover, +.panel .scrolldown, .panel .scrolldown:active, .panel .scrolldown:hover { + height: 18px; + width: 100%; + + background-repeat: no-repeat; + background-position: center; +} + +.sidebar .list { + overflow:hidden; +} + +.sidebar .content { + min-height: 24px; +} + +/******************* + * players on the map + */ + +/* smooth player movements (contrib from KillahKiwi) */ +.dynmap .playerMarker { + -moz-transition: all 0.6s ease-in-out 0s; + -webkit-transition: all 0.6s ease-in-out 0s; + -o-transition: all 0.6s ease-in-out 0s; + transition: all 0.6s ease-in-out 0s; +} + +.dynmap .playerIcon { + margin-top: -16px; + margin-left: -16px; + width: 32px; + height: 32px; +} + +.dynmap .playerIconSm { + margin-top: -8px; + margin-left: -8px; + width: 16px; + height: 16px; +} + +.dynmap .playerIconLg { + margin-top: -32px; + margin-left: -32px; + width: 64px; + height: 64px; +} + +.dynmap .playerName { + position: absolute; + top: -19px; + left: 18px; + z-index:20; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameSm { + position: absolute; + top: -16px; + left: 10px; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameLg { + position: absolute; + top: -19px; + left: 34px; + z-index:20; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .playerNameNoHealth { + top: -7px; +} + +.dynmap .healthContainer { + display: block; + position: absolute; + top: 1px; + left: 18px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; + + z-index: 21; +} + +.dynmap .healthContainerSm { + display: block; + position: absolute; + top: -2px; + left: 10px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .healthContainerLg { + display: block; + position: absolute; + top: 1px; + left: 34px; + + width: 50px; + + background: rgba(0,0,0,0.6); + padding: 2px; + + -moz-border-radius: 3px; + border-radius: 3px; + + z-index: 21; +} + +.dynmap .playerHealth { + height: 7px; + + background: url(../images/heart.png) repeat-x left center; +} + +.dynmap .playerHealthBackground { + height: 7px; + width: 50px; + + background: url(../images/heart_depleted.png) repeat-x left center; +} + +.dynmap .playerArmor { + height: 7px; + + background: url(../images/armor.png) repeat-x left center; +} + +.dynmap .playerArmorBackground { + height: 7px; + width: 50px; + + background: url(../images/armor_depleted.png) repeat-x left center; +} + + +/******************* + * Compass + */ + +.compass, .compass_NE, .compass_SE, .compass_NW, .compass_SW { + display: block; + position: absolute; + z-index: 10; + top: 20px; + right: 32px; + height: 84px; + width: 83px; + background-repeat: no-repeat; +} + +.compass, .compass_SE { + background-image: url(../images/compass.png); +} + +.compass_NE { + background-image: url(../images/compass_NE.png); +} + +.compass_NW { + background-image: url(../images/compass_NW.png); +} + +.compass_SW { + background-image: url(../images/compass_SW.png); +} + +.compass_flat, .compass_N, .compass_E, .compass_W, .compass_S { + top: 10px; + right: 21px; + + height: 105px; + width: 105px; +} + +.compass_flat, .compass_S { + background-image: url(../images/compass_flat.png); +} + +.compass_N { + background-image: url(../images/compass_N.png); +} + +.compass_E { + background-image: url(../images/compass_E.png); +} + +.compass_W { + background-image: url(../images/compass_W.png); +} + +.mobilecompass { + top: 5px; + right: 10px; + height: 42px; + width: 42px; + background-size: cover; +} + +/******************* + * Chat + */ + +.chat { + position: absolute; + bottom: 0px; + left: 32px; + z-index:50; + + border-color: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.6); + + border-style: solid; + border-width: 1px 1px 0px 1px; + + -moz-border-radius: 3px 3px 0px 0px; + -webkit-border-radius: 3px 3px 0px 0px; + -o-border-radius: 3px 3px 0px 0px; + border-radius: 3px 3px 0px 0px; + + margin-left: 10px; +} + +.chatinput { + + width: 608px; + height: 16px; + + outline: none; + color: #fff; + background-color: #000000; + + border: 0px; + background: rgba(0, 0, 0, 0.6); + background-image: url(../images/chat_cursor.png); + background-repeat: no-repeat; + background-position: 1px center; + + margin: 4px; + padding: 1px 1px 1px 15px; +} + +.chatsendbutton { + background-color: #bbb; +} + +.loginbutton { + color: #000; + font-family: sans-serif; + font-size: 11px; + border: 1px solid rgba(128,128,128,0.6); + background-color: #bbb; + border-style: solid; + padding: 2px; + -moz-border-radius: 5px; + border-radius: 5px; + cursor: pointer; + margin: 0; +} + +.messagelist { + color: white; + overflow: hidden; + + width: 622px; + max-height: 6em; + + margin: 4px 4px 0px 4px; + padding: 1px; +} + +.scrollback:hover { + overflow-y: auto !important; +} + + +.messagerow { + position: relative; + max-height: 200px; + + left: 0px; + bottom: 0px; + + color: #fff; + font-weight: bold; +} + +.messageicon { + position: relative; + top: 1px; + left: 0px; +} + +.messagetext { + position: relative; + top: -3px; + left: 0px; +} + +.leaflet-popup { + color: black; +} + +.balloonmessage { + word-wrap: break-word; +} + +/* Marker styles */ +.dynmap .mapMarker .markerName { + display: none; + z-index: 101; +} + +.dynmap .mapMarker:hover .markerName, +.dynmap .mapMarker .markerName-show { + display: block; + position: absolute; + z-index: 16; + + white-space: nowrap; + + color: #fff; + background: rgba(0,0,0,0.6); + padding: 2px 6px; + + -moz-border-radius: 3px; + border-radius: 3px; +} + +.dynmap .mapMarker .markerName16x16 { + top: -12px; + left: 12px; +} + +.dynmap .mapMarker .markerName8x8 { + top: -4px; + left: 6px; +} + +.dynmap .mapMarker .markerName32x32 { + top: -8px; + left: 18px; +} + +.dynmap .mapMarker .markerIcon16x16 { + transform: translate(-50%, -50%); + width: 16px; + height: 16px; +} + +.dynmap .mapMarker .markerIcon8x8 { + transform: translate(-50%, -50%); + width: 8px; + height: 8px; +} + +.dynmap .mapMarker .markerIcon32x32 { + transform: translate(-50%, -50%); + width: 32px; + height: 32px; +} + +.dynmap .mapMarker .markerName_offline_players { + font-style: italic; +} + +.dynmap .coord-control { + color: #000; + + border: 1px solid rgba(128,128,128,0.6); + background-color: #bbb; + border-style: solid; + + padding: 2px; + min-width: 80px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.dynmap .coord-control-noy { + width: 60px; +} + +.dynmap .coord-control .coord-control-label { + +} + +.dynmap .coord-control .coord-control-value { + font-weight: bold; +} + +.dynmap .dynmap-link { + -moz-border-radius: 7px; + -webkit-border-radius: 7px; + border-radius: 7px; + padding: 2px; + background: rgba(0, 0, 0, 0.25); + } +.dynmap .dynmap-link a { + background-color: rgba(255, 255, 255, 0.75); + } +.dynmap .dynmap-link a { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.dynmap .dynmap-link a { + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + width: 19px; + height: 19px; + } +.dynmap .dynmap-link a:hover { + background-color: #fff; + } +.leaflet-big-buttons .dynmap-link a { + width: 27px; + height: 27px; + } +.dynmap .dynmap-link-button { + background-image: url(images/link.png); + } + +/* Login/register panel */ +.dynmaplogin { + text-align: center; + width: 100%; + font-weight: bold; + color: #FFFFFF; + background: #000000; +} + +table.loginregister { + color: #ffffff; + border: 1px solid rgba(64,64,64,0.6); + background: #bbb; + font-weight: bold; + margin: auto; +} + +td.login { + vertical-align: top; + color: #000000; + background-color: #bbb; + border: 1px solid rgba(64,64,64,0.6); + font-weight: bold; + margin: 2em; + width: 40em; +} + +td.register { + vertical-align: top; + color: #000000; + background-color: #bbb; + border: 1px solid rgba(64,64,64,0.6); + font-weight: bold; + margin: 2em; + width: 40em; +} + +div.statusmessage { + color: #FF0000; + font-weight: bold; + font-size: 24px; + +} + +.logincontainer { + background-color: rgba(0,0,0,0.0); +} + +.pinnedloginbutton { + margin-right: 201px; +} diff --git a/dynmap/web/css/embedded_example.css b/dynmap/web/css/embedded_example.css new file mode 100644 index 0000000..84ff380 --- /dev/null +++ b/dynmap/web/css/embedded_example.css @@ -0,0 +1,15 @@ +/* Embedded into website */ + +#mcmap { + width: 100%; + height: 500px; +} + +.dynmap .sidebar { + width: 140px; /* original width 200px */ + margin-right: -143px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */ +} + +.dynmap .hitbar { + right: 140px; /* width of sidebar */ +} \ No newline at end of file diff --git a/dynmap/web/css/images/layers-2x.png b/dynmap/web/css/images/layers-2x.png new file mode 100644 index 0000000..200c333 Binary files /dev/null and b/dynmap/web/css/images/layers-2x.png differ diff --git a/dynmap/web/css/images/layers.png b/dynmap/web/css/images/layers.png new file mode 100644 index 0000000..1a72e57 Binary files /dev/null and b/dynmap/web/css/images/layers.png differ diff --git a/dynmap/web/css/images/link.png b/dynmap/web/css/images/link.png new file mode 100644 index 0000000..c4f00cb Binary files /dev/null and b/dynmap/web/css/images/link.png differ diff --git a/dynmap/web/css/images/marker-icon-2x.png b/dynmap/web/css/images/marker-icon-2x.png new file mode 100644 index 0000000..88f9e50 Binary files /dev/null and b/dynmap/web/css/images/marker-icon-2x.png differ diff --git a/dynmap/web/css/images/marker-icon.png b/dynmap/web/css/images/marker-icon.png new file mode 100644 index 0000000..950edf2 Binary files /dev/null and b/dynmap/web/css/images/marker-icon.png differ diff --git a/dynmap/web/css/images/marker-shadow.png b/dynmap/web/css/images/marker-shadow.png new file mode 100644 index 0000000..9fd2979 Binary files /dev/null and b/dynmap/web/css/images/marker-shadow.png differ diff --git a/dynmap/web/css/images/marker.png b/dynmap/web/css/images/marker.png new file mode 100644 index 0000000..bef032e Binary files /dev/null and b/dynmap/web/css/images/marker.png differ diff --git a/dynmap/web/css/leaflet.css b/dynmap/web/css/leaflet.css new file mode 100644 index 0000000..411231a --- /dev/null +++ b/dynmap/web/css/leaflet.css @@ -0,0 +1,650 @@ +/* required styles */ + +.leaflet-pane, +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-tile-container, +.leaflet-pane > svg, +.leaflet-pane > canvas, +.leaflet-zoom-box, +.leaflet-image-layer, +.leaflet-layer { + position: absolute; + left: 0; + top: 0; + } +.leaflet-container { + overflow: hidden; + } +.leaflet-tile, +.leaflet-marker-icon, +.leaflet-marker-shadow { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -webkit-user-drag: none; + } +/* Prevents IE11 from highlighting tiles in blue */ +.leaflet-tile::selection { + background: transparent; +} +/* Safari renders non-retina tile on retina better with this, but Chrome is worse */ +.leaflet-safari .leaflet-tile { + image-rendering: -webkit-optimize-contrast; + } +/* hack that prevents hw layers "stretching" when loading new tiles */ +.leaflet-safari .leaflet-tile-container { + width: 1600px; + height: 1600px; + -webkit-transform-origin: 0 0; + } +.leaflet-marker-icon, +.leaflet-marker-shadow { + display: block; + } +/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ +/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ +.leaflet-container .leaflet-overlay-pane svg { + max-width: none !important; + max-height: none !important; + } +.leaflet-container .leaflet-marker-pane img, +.leaflet-container .leaflet-shadow-pane img, +.leaflet-container .leaflet-tile-pane img, +.leaflet-container img.leaflet-image-layer, +.leaflet-container .leaflet-tile { + max-width: none !important; + max-height: none !important; + width: auto; + padding: 0; + } + +.leaflet-container.leaflet-touch-zoom { + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; + } +.leaflet-container.leaflet-touch-drag { + -ms-touch-action: pinch-zoom; + /* Fallback for FF which doesn't support pinch-zoom */ + touch-action: none; + touch-action: pinch-zoom; +} +.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { + -ms-touch-action: none; + touch-action: none; +} +.leaflet-container { + -webkit-tap-highlight-color: transparent; +} +.leaflet-container a { + -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); +} +.leaflet-tile { + filter: inherit; + visibility: hidden; + } +.leaflet-tile-loaded { + visibility: inherit; + } +.leaflet-zoom-box { + width: 0; + height: 0; + -moz-box-sizing: border-box; + box-sizing: border-box; + z-index: 800; + } +/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ +.leaflet-overlay-pane svg { + -moz-user-select: none; + } + +.leaflet-pane { z-index: 400; } + +.leaflet-tile-pane { z-index: 200; } +.leaflet-overlay-pane { z-index: 400; } +.leaflet-shadow-pane { z-index: 500; } +.leaflet-marker-pane { z-index: 600; } +.leaflet-tooltip-pane { z-index: 650; } +.leaflet-popup-pane { z-index: 700; } + +.leaflet-map-pane canvas { z-index: 100; } +.leaflet-map-pane svg { z-index: 200; } + +.leaflet-vml-shape { + width: 1px; + height: 1px; + } +.lvml { + behavior: url(#default#VML); + display: inline-block; + position: absolute; + } + + +/* control positioning */ + +.leaflet-control { + position: relative; + z-index: 800; + pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ + pointer-events: auto; + } +.leaflet-top, +.leaflet-bottom { + position: absolute; + z-index: 1000; + pointer-events: none; + } +.leaflet-top { + top: 0; + } +.leaflet-right { + right: 0; + } +.leaflet-bottom { + bottom: 0; + } +.leaflet-left { + left: 0; + } +.leaflet-control { + float: left; + clear: both; + } +.leaflet-right .leaflet-control { + float: right; + } +.leaflet-top .leaflet-control { + margin-top: 10px; + } +.leaflet-bottom .leaflet-control { + margin-bottom: 10px; + } +.leaflet-left .leaflet-control { + margin-left: 10px; + } +.leaflet-right .leaflet-control { + margin-right: 10px; + } + + +/* zoom and fade animations */ + +.leaflet-fade-anim .leaflet-popup { + opacity: 0; + -webkit-transition: opacity 0.2s linear; + -moz-transition: opacity 0.2s linear; + transition: opacity 0.2s linear; + } +.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { + opacity: 1; + } +.leaflet-zoom-animated { + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + } + +.leaflet-zoom-anim .leaflet-zoom-animated { + -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1); + -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1); + transition: transform 0.25s cubic-bezier(0,0,0.25,1); + } +.leaflet-zoom-anim .leaflet-tile, +.leaflet-pan-anim .leaflet-tile { + -webkit-transition: none; + -moz-transition: none; + transition: none; + } + +.leaflet-zoom-anim .leaflet-zoom-hide { + visibility: hidden; + } + + +/* cursors */ + +.leaflet-interactive { + cursor: pointer; + } +.leaflet-grab { + cursor: -webkit-grab; + cursor: -moz-grab; + cursor: grab; + } +.leaflet-crosshair, +.leaflet-crosshair .leaflet-interactive { + cursor: crosshair; + } +.leaflet-popup-pane, +.leaflet-control { + cursor: auto; + } +.leaflet-dragging .leaflet-grab, +.leaflet-dragging .leaflet-grab .leaflet-interactive, +.leaflet-dragging .leaflet-marker-draggable { + cursor: move; + cursor: -webkit-grabbing; + cursor: -moz-grabbing; + cursor: grabbing; + } + +/* marker & overlays interactivity */ +.leaflet-marker-icon, +.leaflet-marker-shadow, +.leaflet-image-layer, +.leaflet-pane > svg path, +.leaflet-tile-container { + pointer-events: none; + } + +.leaflet-marker-icon.leaflet-interactive, +.leaflet-image-layer.leaflet-interactive, +.leaflet-pane > svg path.leaflet-interactive, +svg.leaflet-image-layer.leaflet-interactive path { + pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ + pointer-events: auto; + } + +/* visual tweaks */ + +.leaflet-container { + background: #ddd; + outline: 0; + } +.leaflet-container a { + color: #0078A8; + } +.leaflet-zoom-box { + border: 2px dotted #38f; + background: rgba(255,255,255,0.5); + } + + +/* general typography */ +.leaflet-container { + font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; + font: 0.75rem/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; + } + + +/* general toolbar styles */ + +.leaflet-bar { + box-shadow: 0 1px 5px rgba(0,0,0,0.65); + border-radius: 4px; + } +.leaflet-bar a, +.leaflet-bar a:hover { + background-color: #fff; + border-bottom: 1px solid #ccc; + width: 26px; + height: 26px; + line-height: 26px; + display: block; + text-align: center; + text-decoration: none; + color: black; + } +.leaflet-bar a, +.leaflet-control-layers-toggle { + background-position: 50% 50%; + background-repeat: no-repeat; + display: block; + } +.leaflet-bar a:hover { + background-color: #f4f4f4; + } +.leaflet-bar a:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; + } +.leaflet-bar a:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + border-bottom: none; + } +.leaflet-bar a.leaflet-disabled { + cursor: default; + background-color: #f4f4f4; + color: #bbb; + } + +.leaflet-touch .leaflet-bar a { + width: 30px; + height: 30px; + line-height: 30px; + } +.leaflet-touch .leaflet-bar a:first-child { + border-top-left-radius: 2px; + border-top-right-radius: 2px; + } +.leaflet-touch .leaflet-bar a:last-child { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + } + +/* zoom control */ + +.leaflet-control-zoom-in, +.leaflet-control-zoom-out { + font: bold 18px 'Lucida Console', Monaco, monospace; + text-indent: 1px; + } + +.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out { + font-size: 22px; + } + + +/* layers control */ + +.leaflet-control-layers { + box-shadow: 0 1px 5px rgba(0,0,0,0.4); + background: #fff; + border-radius: 5px; + } +.leaflet-control-layers-toggle { + background-image: url(images/layers.png); + width: 36px; + height: 36px; + } +.leaflet-retina .leaflet-control-layers-toggle { + background-image: url(images/layers-2x.png); + background-size: 26px 26px; + } +.leaflet-touch .leaflet-control-layers-toggle { + width: 44px; + height: 44px; + } +.leaflet-control-layers .leaflet-control-layers-list, +.leaflet-control-layers-expanded .leaflet-control-layers-toggle { + display: none; + } +.leaflet-control-layers-expanded .leaflet-control-layers-list { + display: block; + position: relative; + } +.leaflet-control-layers-expanded { + padding: 6px 10px 6px 6px; + color: #333; + background: #fff; + } +.leaflet-control-layers-scrollbar { + overflow-y: scroll; + overflow-x: hidden; + padding-right: 5px; + } +.leaflet-control-layers-selector { + margin-top: 2px; + position: relative; + top: 1px; + } +.leaflet-control-layers label { + display: block; + } +.leaflet-control-layers-separator { + height: 0; + border-top: 1px solid #ddd; + margin: 5px -10px 5px -6px; + } + +/* Default icon URLs */ +.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */ + background-image: url(images/marker-icon.png); + } + + +/* attribution and scale controls */ + +.leaflet-container .leaflet-control-attribution { + background: #fff; + background: rgba(255, 255, 255, 0.7); + margin: 0; + } +.leaflet-control-attribution, +.leaflet-control-scale-line { + padding: 0 5px; + color: #333; + } +.leaflet-control-attribution a { + text-decoration: none; + } +.leaflet-control-attribution a:hover { + text-decoration: underline; + } +.leaflet-container .leaflet-control-attribution, +.leaflet-container .leaflet-control-scale { + font-size: 11px; + font-size: 0.69rem; + } +.leaflet-left .leaflet-control-scale { + margin-left: 5px; + } +.leaflet-bottom .leaflet-control-scale { + margin-bottom: 5px; + } +.leaflet-control-scale-line { + border: 2px solid #777; + border-top: none; + line-height: 1.1; + padding: 2px 5px 1px; + font-size: 11px; + font-size: 0.69rem; + white-space: nowrap; + overflow: hidden; + -moz-box-sizing: border-box; + box-sizing: border-box; + + background: #fff; + background: rgba(255, 255, 255, 0.5); + } +.leaflet-control-scale-line:not(:first-child) { + border-top: 2px solid #777; + border-bottom: none; + margin-top: -2px; + } +.leaflet-control-scale-line:not(:first-child):not(:last-child) { + border-bottom: 2px solid #777; + } + +.leaflet-touch .leaflet-control-attribution, +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + box-shadow: none; + } +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + border: 2px solid rgba(0,0,0,0.2); + background-clip: padding-box; + } + + +/* popup */ + +.leaflet-popup { + position: absolute; + text-align: center; + margin-bottom: 20px; + } +.leaflet-popup-content-wrapper { + padding: 1px; + text-align: left; + border-radius: 12px; + } +.leaflet-popup-content { + margin: 13px 19px; + line-height: 1.4; + } +.leaflet-popup-content p { + margin: 18px 0; + } +.leaflet-popup-tip-container { + width: 40px; + height: 20px; + position: absolute; + left: 50%; + margin-left: -20px; + overflow: hidden; + pointer-events: none; + } +.leaflet-popup-tip { + width: 17px; + height: 17px; + padding: 1px; + + margin: -10px auto 0; + pointer-events: auto; + + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + } +.leaflet-popup-content-wrapper, +.leaflet-popup-tip { + background: white; + color: #333; + box-shadow: 0 3px 14px rgba(0,0,0,0.4); + } +.leaflet-container a.leaflet-popup-close-button { + position: absolute; + top: 0; + right: 0; + padding: 4px 4px 0 0; + border: none; + text-align: center; + width: 18px; + height: 14px; + font: 16px/14px Tahoma, Verdana, sans-serif; + color: #757575; + text-decoration: none; + background: transparent; + } +.leaflet-container a.leaflet-popup-close-button:hover { + color: #585858; + } +.leaflet-popup-scrolled { + overflow: auto; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; + } + +.leaflet-oldie .leaflet-popup-content-wrapper { + -ms-zoom: 1; + } +.leaflet-oldie .leaflet-popup-tip { + width: 24px; + margin: 0 auto; + + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; + filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); + } +.leaflet-oldie .leaflet-popup-tip-container { + margin-top: -1px; + } + +.leaflet-oldie .leaflet-control-zoom, +.leaflet-oldie .leaflet-control-layers, +.leaflet-oldie .leaflet-popup-content-wrapper, +.leaflet-oldie .leaflet-popup-tip { + border: 1px solid #999; + } + + +/* div icon */ + +.leaflet-div-icon { + background: #fff; + border: 1px solid #666; + } + + +/* Tooltip */ +/* Base styles for the element that has a tooltip */ +.leaflet-tooltip { + position: absolute; + padding: 6px; + background-color: #fff; + border: 1px solid #fff; + border-radius: 3px; + color: #222; + white-space: nowrap; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + pointer-events: none; + box-shadow: 0 1px 3px rgba(0,0,0,0.4); + } +.leaflet-tooltip.leaflet-interactive { + cursor: pointer; + pointer-events: auto; + } +.leaflet-tooltip-top:before, +.leaflet-tooltip-bottom:before, +.leaflet-tooltip-left:before, +.leaflet-tooltip-right:before { + position: absolute; + pointer-events: none; + border: 6px solid transparent; + background: transparent; + content: ""; + } + +/* Directions */ + +.leaflet-tooltip-bottom { + margin-top: 6px; +} +.leaflet-tooltip-top { + margin-top: -6px; +} +.leaflet-tooltip-bottom:before, +.leaflet-tooltip-top:before { + left: 50%; + margin-left: -6px; + } +.leaflet-tooltip-top:before { + bottom: 0; + margin-bottom: -12px; + border-top-color: #fff; + } +.leaflet-tooltip-bottom:before { + top: 0; + margin-top: -12px; + margin-left: -6px; + border-bottom-color: #fff; + } +.leaflet-tooltip-left { + margin-left: -6px; +} +.leaflet-tooltip-right { + margin-left: 6px; +} +.leaflet-tooltip-left:before, +.leaflet-tooltip-right:before { + top: 50%; + margin-top: -6px; + } +.leaflet-tooltip-left:before { + right: 0; + margin-right: -12px; + border-left-color: #fff; + } +.leaflet-tooltip-right:before { + left: 0; + margin-left: -12px; + border-right-color: #fff; + } + +/* Printing */ + +@media print { + /* Prevent printers from removing background-images of controls. */ + .leaflet-control { + -webkit-print-color-adjust: exact; + color-adjust: exact; + } + } diff --git a/dynmap/web/css/override_example.css b/dynmap/web/css/override_example.css new file mode 100644 index 0000000..4dec7e2 --- /dev/null +++ b/dynmap/web/css/override_example.css @@ -0,0 +1,39 @@ +/******************* + * This is the over-ride CSS file. + * + * if you know any CSS you can easily add custom rules to change how DynMap + * looks and behaves under your DynMap installation. + * + * 1. Uncomment the override.css in the index.html. + * 2. Rename this file or create a new override.css. + * 3. Add your own rules (or steal these) to personalize how DynMap looks. + * + * By adding your own rules here, you can then save your changes + * between DynMap updates and they won't get over-written. + */ + + +/* Use the alternate compass image */ + +.compass { + top: 20px; + right: 20px; + + height: 50px; + width: 50px; + + background-image: url(../images/compass_alt.png); +} + +/* These next two keep the DynMap sidebar open... */ + +.dynmap .sidebar { + margin-right: 0px; +} + +/* ...and hide the hitbar along with the sidebar controls */ + +.dynmap .sidebar .hitbar, +.dynmap .sidebar .panel > .pin { + display: none; +} \ No newline at end of file diff --git a/dynmap/web/css/regions.css b/dynmap/web/css/regions.css new file mode 100644 index 0000000..efc6fcb --- /dev/null +++ b/dynmap/web/css/regions.css @@ -0,0 +1,35 @@ +.regioninfo > * { + display: block; +} + +.regioninfo > *:empty { + display: none; +} + +.regioninfo .regionname { + font-size: 120%; + font-weight: bold; +} + +.regioninfo .regionflags .regionflag { + display: block; + font-size: 90%; + color: gray; + margin-left: 5px; +} + +.regioninfo .owners:before { + content: "Owners: "; +} + +.regioninfo .members:before { + content: "Members: "; +} + +.regioninfo .regionflags:before { + content: "Flags: "; +} + +.regioninfo .regionpriority:before { + content: "Priority: "; +} \ No newline at end of file diff --git a/dynmap/web/css/standalone.css b/dynmap/web/css/standalone.css new file mode 100644 index 0000000..4102c2d --- /dev/null +++ b/dynmap/web/css/standalone.css @@ -0,0 +1,41 @@ +/* Standalone Document */ + +html { + width: 100%; + height: 100% +} + +body { + height: 100%; + + font-family: sans-serif; + font-size: 11px; + + color: #fff; + background: #000; + + margin: 0px; + padding: 0px ; +} + +/* Chat Balloons */ + +#content { color: #000; } + +#mcmap { width: 100%; height: 100%;} + +.dynmap { + width: 100%; + height: 100%; + overflow: hidden; + position: absolute; +} + +.dynmap .sidebar { + width: 200px; /* original width 200px */ + margin-right: -203px; /* original margin 203px, sidebar width +2xborder 1px +1px to hide */ +} + +.dynmap .hitbar { + right: 200px; /* width of sidebar */ +} \ No newline at end of file diff --git a/dynmap/web/gettiles.php b/dynmap/web/gettiles.php new file mode 100644 index 0000000..9b41e58 --- /dev/null +++ b/dynmap/web/gettiles.php @@ -0,0 +1,22 @@ + +Minecraft Dynamic Map - Inactive + + +
+

Map disabled due to inactivity.

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